Skip to main content

Variable: IamScopeResourceSchema

const IamScopeResourceSchema: ZodObject<{
resource_type: ZodString;
resource_id: ZodString;
metadata: ZodOptional<ZodArray<ZodUnknown, "many">>;
}, "passthrough", ZodTypeAny, objectOutputType<{
resource_type: ZodString;
resource_id: ZodString;
metadata: ZodOptional<ZodArray<ZodUnknown, "many">>;
}, ZodTypeAny, "passthrough">, objectInputType<{
resource_type: ZodString;
resource_id: ZodString;
metadata: ZodOptional<ZodArray<ZodUnknown, "many">>;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/iam.ts:18

A resource bound to an IAM scope. For AI Gateway workspaces resource_type is 'workspace' and resource_id is the workspace slug (ws-produc-985697), not its UUID.