directories_integration
Creates, updates, deletes, gets or lists a directories_integration resource.
Overview
| Name | directories_integration |
| Type | Resource |
| Id | okta.directories.directories_integration |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
update_adgroup_membership | update | subdomain | Updates an Active Directory group membership directly in Active Directory > Note: See Before you begin: Active Directory integration with the following setup in the Use Okta Access Certifications to manage AD group membership product documentation. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
subdomain | string | The domain of your organization. This can be a provided subdomain of an official okta domain (okta.com, oktapreview.com, etc) or one of your configured custom domains. (default: my-org) |
UPDATE examples
- update_adgroup_membership
Updates an Active Directory group membership directly in Active Directory
> Note: See Before you begin: Active Directory integration with the following setup in the Use Okta Access Certifications to manage AD group membership product documentation.
UPDATE okta.directories.directories_integration
SET
data__id = '{{ id }}',
data__parameters = '{{ parameters }}'
WHERE
subdomain = '{{ subdomain }}' --required
;