Interface: IamScopeUpdateInput
Defined in: src/iam/scopes-client.ts:33
What callers pass to IamScopesClient.update: the path supplies name.
Properties
description?
optional description?: string;
Defined in: src/iam/scopes-client.ts:34
resources?
optional resources?: {
resource_type: string;
resource_id: string;
metadata?: unknown[];
}[];
Defined in: src/iam/scopes-client.ts:35
resource_type
resource_type: string = nonEmptyString;
resource_id
resource_id: string = nonEmptyString;
metadata?
optional metadata?: unknown[];