OrganizationsDecisionDetail

Contains information about the effect that Organizations has on a policy simulation.

APIs.ioEngineeringPlatform

Properties

Name Type Description
AllowedByOrganizations object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-organizationsdecisiondetail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrganizationsDecisionDetail",
  "title": "OrganizationsDecisionDetail",
  "type": "object",
  "properties": {
    "AllowedByOrganizations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/booleanType"
        },
        {
          "description": "Specifies whether the simulated operation is allowed by the Organizations service control policies that impact the simulated user's account."
        }
      ]
    }
  },
  "description": "Contains information about the effect that Organizations has on a policy simulation."
}