Skip to main content

directories_integration

Creates, updates, deletes, gets or lists a directories_integration resource.

Overview

Namedirectories_integration
TypeResource
Idokta.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:

NameAccessible byRequired ParamsOptional ParamsDescription
update_adgroup_membershipupdatesubdomainUpdates 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.

NameDatatypeDescription
subdomainstringThe 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

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;