Globus SDK for JavaScript
    Preparing search index...
    type Consent = {
        allows_refresh: boolean;
        atomically_revocable: boolean;
        auto_approved: boolean;
        client: string;
        created: string;
        dependency_path: number[];
        effective_identity: string;
        id: number;
        last_used: string;
        scope: string;
        scope_name: string;
        status: string;
        updated: string;
    }
    Index

    Properties

    allows_refresh: boolean
    atomically_revocable: boolean
    auto_approved: boolean
    client: string
    created: string
    dependency_path: number[]

    An array of Consent.id values that represents the location of this consent in the dependency graph.

    effective_identity: string
    id: number
    last_used: string
    scope: string
    scope_name: string
    status: string
    updated: string