Globus SDK for JavaScript
    Preparing search index...

    Type Alias ScopeTreeLeaf

    type ScopeTreeLeaf = {
        atomically_revocable: boolean;
        children: ScopeTreeLeaf[];
        scope: string;
    }
    Index

    Properties

    atomically_revocable: boolean
    children: ScopeTreeLeaf[]
    scope: string