Skip to main content

Interface: IamScopeCreateInput

Defined in: src/iam/scopes-client.ts:26

What callers pass to IamScopesClient.create: description and resources default.

Properties​

name​

name: string;

Defined in: src/iam/scopes-client.ts:27


description?​

optional description?: string;

Defined in: src/iam/scopes-client.ts:28


resources?​

optional resources?: {
resource_type: string;
resource_id: string;
metadata?: unknown[];
}[];

Defined in: src/iam/scopes-client.ts:29

resource_type​

resource_type: string = nonEmptyString;

resource_id​

resource_id: string = nonEmptyString;

metadata?​

optional metadata?: unknown[];