CREATE SECURITY INTEGRATION
Syntax
Description
Security Integrations can only be created by a Role with MANAGE_MEMBERS privilege.
Arguments
security_integration_name
Specifies the name of the new Security Integration. For case-sensitive names, the name must be wrapped in double quotes, otherwise, the lowercased name will be used.
WITH (security_integration_parameter = value [, … ])
This clause specifies Security Integration Parameters.
Security Integration Parameters
Parameter Name | Description |
---|---|
| Type of Security Integration. Required: Yes Valid values: |
SCIM Specific Parameters
Parameter Name | Description |
---|---|
| Type of SCIM client that will use the SCIM API. Required: No Valid values: |
| The Role used to manage all Users and Custom Roles for the SCIM integration. Required: No Valid values: Default: |
Examples
Create a OKTA SCIM security integration
The following creates a new SCIM Security Integration with name okta
:
Note, the role okta_skim_provisioner
must exist with the MANAGE_MEMBERS
privlege.
The Uri
and Token
from the response of this command can be used to configure an Okta App Integration.
Last updated