Create Directory
Create an identity store. Http status 400 will be returned if an IdentityStore with the given domain exist for the target tenant.
the target tenant id for the provided identity store
the identity store to 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
{
"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
creation is successful
creation of identity store failed.