Type Alias ServiceAccountScope

ServiceAccountScope: {
    childScopes?: ServiceAccountScope[];
    description?: string;
    scope: string;
}

Service Account Scopes object

Type declaration