IAM
IAMPermission Groups
List Account Permission Groups
Permission Group Details
IAMResource Groups
List Resource Groups
Resource Group Details
Create Resource Group
Update Resource Group
Remove Resource Group
ModelsExpand Collapse
IAMUser Groups
List User Groups
User Group Details
Create User Group
Update User Group
Remove User Group
ModelsExpand Collapse
UserGroupListResponse object { id, created_on, modified_on, 2 more } A group of policies resources.
A group of policies resources.
policies: optional array of object { id, access, permission_groups, resource_groups } Policies attached to the User group
Policies attached to the User group
permission_groups: optional array of object { id, meta, name } A set of permission groups that are specified to the policy.
A set of permission groups that are specified to the policy.
UserGroupGetResponse object { id, created_on, modified_on, 2 more } A group of policies resources.
A group of policies resources.
policies: optional array of object { id, access, permission_groups, resource_groups } Policies attached to the User group
Policies attached to the User group
permission_groups: optional array of object { id, meta, name } A set of permission groups that are specified to the policy.
A set of permission groups that are specified to the policy.
UserGroupCreateResponse object { id, created_on, modified_on, 2 more } A group of policies resources.
A group of policies resources.
policies: optional array of object { id, access, permission_groups, resource_groups } Policies attached to the User group
Policies attached to the User group
permission_groups: optional array of object { id, meta, name } A set of permission groups that are specified to the policy.
A set of permission groups that are specified to the policy.
UserGroupUpdateResponse object { id, created_on, modified_on, 2 more } A group of policies resources.
A group of policies resources.
policies: optional array of object { id, access, permission_groups, resource_groups } Policies attached to the User group
Policies attached to the User group
permission_groups: optional array of object { id, meta, name } A set of permission groups that are specified to the policy.
A set of permission groups that are specified to the policy.
IAMUser GroupsMembers
List User Group Members
Get User Group Member
Add User Group Members
Update User Group Members
Remove User Group Member
ModelsExpand Collapse
IAMSSO
Get all SSO connectors
Get single SSO connector
Initialize new SSO connector
Update SSO connector state
Delete SSO connector
Begin SSO connector verification
ModelsExpand Collapse
SSOListResponse object { id, created_on, email_domain, 4 more }
SSOGetResponse object { id, created_on, email_domain, 4 more }
SSOCreateResponse object { id, created_on, email_domain, 4 more }
SSOUpdateResponse object { id, created_on, email_domain, 4 more }
IAMOAuth Clients
List OAuth Clients
OAuth Client Details
Create OAuth Client
Update OAuth Client
Delete OAuth Client
Rotate OAuth Client Secret
Delete Rotated OAuth Client Secret
ModelsExpand Collapse
OAuthClientListResponse object { client_id, visibility, allowed_cors_origins, 16 more } Fields shared by OAuth client responses and create/update requests.
Fields shared by OAuth client responses and create/update requests.
client_uri_verification: optional object { status, text } Client URI domain control verification state.
Client URI domain control verification state.
grant_types: optional array of "authorization_code" or "refresh_token"Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Indicates whether the client has a rotated secret that has not yet been deleted.
Timestamp when the OAuth client was promoted to public visibility.
response_types: optional array of "token" or "id_token" or "code"Array of OAuth response types the client is allowed to use.
Array of OAuth response types the client is allowed to use.
Array of OAuth scopes the client is allowed to request. Colon-delimited scopes are not accepted. Dot-delimited scopes are validated against available OAuth API scopes; simple identity scopes are allowed. Protocol scopes offline_access and openid are added or removed automatically based on grant_types and response_types.
OAuthClientGetResponse object { client_id, visibility, allowed_cors_origins, 16 more } Fields shared by OAuth client responses and create/update requests.
Fields shared by OAuth client responses and create/update requests.
client_uri_verification: optional object { status, text } Client URI domain control verification state.
Client URI domain control verification state.
grant_types: optional array of "authorization_code" or "refresh_token"Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Indicates whether the client has a rotated secret that has not yet been deleted.
Timestamp when the OAuth client was promoted to public visibility.
response_types: optional array of "token" or "id_token" or "code"Array of OAuth response types the client is allowed to use.
Array of OAuth response types the client is allowed to use.
Array of OAuth scopes the client is allowed to request. Colon-delimited scopes are not accepted. Dot-delimited scopes are validated against available OAuth API scopes; simple identity scopes are allowed. Protocol scopes offline_access and openid are added or removed automatically based on grant_types and response_types.
OAuthClientCreateResponse object { client_id, visibility, allowed_cors_origins, 17 more } Fields shared by OAuth client responses and create/update requests.
Fields shared by OAuth client responses and create/update requests.
The client secret. This is the only time the secret is returned in a response.
client_uri_verification: optional object { status, text } Client URI domain control verification state.
Client URI domain control verification state.
grant_types: optional array of "authorization_code" or "refresh_token"Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Indicates whether the client has a rotated secret that has not yet been deleted.
Timestamp when the OAuth client was promoted to public visibility.
response_types: optional array of "token" or "id_token" or "code"Array of OAuth response types the client is allowed to use.
Array of OAuth response types the client is allowed to use.
Array of OAuth scopes the client is allowed to request. Colon-delimited scopes are not accepted. Dot-delimited scopes are validated against available OAuth API scopes; simple identity scopes are allowed. Protocol scopes offline_access and openid are added or removed automatically based on grant_types and response_types.
OAuthClientUpdateResponse object { client_id, visibility, allowed_cors_origins, 16 more } Fields shared by OAuth client responses and create/update requests.
Fields shared by OAuth client responses and create/update requests.
client_uri_verification: optional object { status, text } Client URI domain control verification state.
Client URI domain control verification state.
grant_types: optional array of "authorization_code" or "refresh_token"Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Array of OAuth grant types the client is allowed to use. authorization_code is required; refresh_token may be included optionally.
Indicates whether the client has a rotated secret that has not yet been deleted.
Timestamp when the OAuth client was promoted to public visibility.
response_types: optional array of "token" or "id_token" or "code"Array of OAuth response types the client is allowed to use.
Array of OAuth response types the client is allowed to use.
Array of OAuth scopes the client is allowed to request. Colon-delimited scopes are not accepted. Dot-delimited scopes are validated against available OAuth API scopes; simple identity scopes are allowed. Protocol scopes offline_access and openid are added or removed automatically based on grant_types and response_types.