Type Alias EnvServiceAccountScopes

EnvServiceAccountScopes: {
    readServiceAccountScopes(
        flatten?: boolean,
    ): Promise<string[] | ServiceAccountScope[]>;
}

Type declaration

  • readServiceAccountScopes:function