1. Docs
  2. API Reference
  3. OrganizationPolicyResponseDto

OrganizationPolicyResponseDto

Example

JSON
{
  "organization_id": "string",
  "mfa_required": false,
  "mfa_factor_allowlist": [
    "totp"
  ],
  "mfa_after_sso": "exempt",
  "require_sso": false,
  "environment": {
    "mfa_required": false,
    "mfa_factor_allowlist": [
      "totp"
    ],
    "mfa_after_sso": "exempt",
    "require_sso": false
  },
  "effective": {
    "mfa_required": false,
    "mfa_factor_allowlist": [
      "totp"
    ],
    "mfa_after_sso": "exempt",
    "require_sso": false
  },
  "version": 0
}

Properties

8 properties 5 required

organization_id string Required

The organization this policy belongs to.

mfa_required boolean Optional
nullable
mfa_factor_allowlist array of enum Optional
nullable
mfa_after_sso enum Optional
Enumexemptrequirenullable
require_sso boolean Required
environment object Required

The Environment's own settings, the floor this organization's policy tightens from.

effective object Required

The policy the organization's members sign in under.

version number Required

Optimistic-concurrency version. 0 until the organization sets a policy of its own.

Was this page helpful?

Tell us how we can improve this guide.