Stytch · Schema

pwa_rbac_v3_SetRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
stytch_member object
stytch_admin object
stytch_user object
custom_roles array
custom_resources array
custom_scopes array
View JSON Schema on GitHub

JSON Schema

stytch-pwa-rbac-v3-setrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_rbac_v3_SetRequest",
  "title": "pwa_rbac_v3_SetRequest",
  "type": "object",
  "properties": {
    "stytch_member": {
      "$ref": "#/components/schemas/pwa_rbac_v3_DefaultRole"
    },
    "stytch_admin": {
      "$ref": "#/components/schemas/pwa_rbac_v3_DefaultRole"
    },
    "stytch_user": {
      "$ref": "#/components/schemas/pwa_rbac_v3_DefaultRole"
    },
    "custom_roles": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/pwa_rbac_v3_Role"
      }
    },
    "custom_resources": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/pwa_rbac_v3_Resource"
      }
    },
    "custom_scopes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/pwa_rbac_v3_Scope"
      }
    }
  },
  "description": "Request type"
}