Interface: AIGatewayWorkspaceProvisionOptions
Defined in: src/ai-gateway/types.ts:52
Options for AIGatewayWorkspacesClient.provision.
Properties
existingScope?
optional existingScope?: boolean;
Defined in: src/ai-gateway/types.ts:57
Skip the scope-creation step and bind the workspace to an IAM scope that already exists.
Requires scope_name. Existing bindings on that scope are preserved.