Stytch · Schema

api_b2b_rbac_v1_b2b_rbac_organizations_SetOrgPolicyRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
org_policy object The organization-specific RBAC Policy that contains roles defined for this organization. Organization policies supplement the project-level RBAC policy with additional roles that are specific to the o
View JSON Schema on GitHub

JSON Schema

stytch-api-b2b-rbac-v1-b2b-rbac-organizations-setorgpolicyrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_b2b_rbac_v1_b2b_rbac_organizations_SetOrgPolicyRequest",
  "title": "api_b2b_rbac_v1_b2b_rbac_organizations_SetOrgPolicyRequest",
  "type": "object",
  "properties": {
    "org_policy": {
      "$ref": "#/components/schemas/api_b2b_rbac_v1_OrgPolicy",
      "description": "The organization-specific RBAC Policy that contains roles defined for this organization. Organization policies supplement the project-level RBAC policy with additional roles that are specific to the organization."
    }
  },
  "description": "Request type",
  "required": [
    "org_policy"
  ]
}