Update Directory
Creates or update a given IdentityStore. Use the returned instance for further operations as the save operation might have changed the entity instance completely.
the target tenant id for the provided identity store
the domain of the identity store
the identity store to update or create
NOTE the fields groupBaseSearchDn and userBaseSearchDn are superseded by the corresponding array fields groupBaseSearchDns and userBaseSearchDns and thus deprecated, any value set to those fields will be ignored
{
"domainAdminPassword": "string",
"userObjectQuery": "string",
"groupBaseSearchDn": "string",
"certificate": "string",
"description": "string",
"type": "string",
"subdomains": [
"string"
],
"password": "string",
"bindUserObjectQuery": "string",
"alias": "string",
"customDirectorySearchAttribute": "string",
"new": false,
"groupObjectQuery": "string",
"domainAdminUsername": "string",
"trustAll": false,
"url": "string",
"membershipAttribute": "string",
"userNameDn": "string",
"groupBaseSearchDns": [
"string"
],
"distinguishedNameAttribute": "string",
"userBaseSearchDn": "string",
"customDirectorySearchAttributeForGroups": "string",
"domain": "string",
"name": "string",
"userBaseSearchDns": [
"string"
],
"useGlobalCatalog": false,
"objectUuidAttribute": "string"
}
domainAdminPassword
userObjectQuery
groupBaseSearchDn
certificate
description
type
subdomains
password
bindUserObjectQuery
alias
customDirectorySearchAttribute
new
groupObjectQuery
domainAdminUsername
trustAll
url
membershipAttribute
userNameDn
groupBaseSearchDns
distinguishedNameAttribute
userBaseSearchDn
customDirectorySearchAttributeForGroups
domain
name
userBaseSearchDns
useGlobalCatalog
objectUuidAttribute
successful operation
create/update is successful
creation/update of identity store failed.