Okta Privileged Access
/- Configure the Active Directory account rule settings
List all Active Directory domains
Retrieve an Active Directory connection
List all Active Directory accounts within a connection
Retrieve an Active Directory account
List credential versions for an Active Directory account
Reveal the password for an Active Directory account
Rotate the password for Active Directory account
List all user access methods for an Active Directory account
List all Active Directory accounts
List all discovered Active Directory accounts
Retrieve a discovered Active Directory account
Retrieve an Active Directory account match
Update an Active Directory account match
Retrieve the Active Directory account rule settings
List all Active Directory account rules
Create an Active Directory account rule
Set the priority of Active Directory account rules
Retrieve an Active Directory account rule
Update an Active Directory account rule
Delete an Active Directory account rule
Retrieve the Active Directory account sync status
List all Active Directory accounts in a resource group
Retrieve an Active Directory account in a resource group
Configure the Active Dire...
Early Access
OPA roles:
- resource_admin
Configures the Active Directory account rule settings that apply to the entire list of required account rules
Security
bearerAuth
This matching criteria only applies to individual account rules. Imported users are recognized as an exact match if they match all of the following attributes.
POST
curl -i -X POST \
'https://{org_name}.pam.okta.com/v1/teams/{team_name}/resource_assignment/active_directory/a747a818-a4c4-4446-8a87-704216495a08/rule_settings' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"allow_partial_matches": true,
"matching_criteria": {
"display_name": true,
"email": true,
"first_and_last_name": true,
"username": true
},
"partial_matching_criteria": [
{
"match_value": "string",
"operator": "ENDS WITH"
}
]
}'