this.gui
    Preparing search index...

    Type Alias AccessRequest

    type AccessRequest = {
        appName: string;
        reason?: string;
        requestedScopes: AccessScope[];
        requirePin?: boolean;
        ttlMs?: number;
    }
    Index

    Properties

    appName: string
    reason?: string
    requestedScopes: AccessScope[]
    requirePin?: boolean
    ttlMs?: number