Create zone
Creates a new zone for the authenticated organization. A zone is an isolated environment for IAM resources.
Request body
Response
A zone for organizing resources within an organization
Example response
{
"permissions": {
"zones": {
"read": true,
"update": true,
"delete": false,
"create": false
},
"applications": {
"read": true,
"list": true,
"create": false
}
}
}Changes
Changed in 7 of the 23 revisions of this API.2610
- ○
added the required property
owner_typeto the response with the200statusresponse-required-property-added
- ○
- ●
removed the request property
login_flowrequest-property-removed
- ●
removed the optional property
login_flowfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional request property
organization_idnew-optional-request-property
- ○
added the new optional request property
protocols/oauth2/cimdnew-optional-request-property
- ○
added the required property
protocols/oauth2/cimdto the response with the200statusresponse-required-property-added
- ●
- ▲
the
descriptionrequest property type/format changed fromstring/tostring/safe-textrequest-property-type-changed
- ▲
the
namerequest property type/format changed fromstring/tostring/safe-textrequest-property-type-changed
- ▲
- ○
added the optional property
default_resource_idto the response with the200statusresponse-optional-property-added
- ○
- ○
the endpoint scheme security
OAuth2was added to the APIapi-security-added
- ○
the endpoint scheme security
bearerAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
iam_bearerAuthwas removed from the APIapi-security-removed
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
removed the request property
directory_open_signups_enabledrequest-property-removed
- ●
removed the optional property
directory_open_signups_enabledfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional request property
requires_invitationnew-optional-request-property
- ○
added the optional property
requires_invitationto the response with the200statusresponse-optional-property-added
- ●
- ●
removed the request property
cnamerequest-property-removed
- ●
removed the optional property
cnamefrom the response with the200statusresponse-optional-property-removed
This revision also has 82 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●