InstanceCreateRequest
InstanceCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Instance Description Example : My Instance Description | any of [string, null] | |
| identity_store_config optional | Identity Store Config Example : {'bind_credential': 'password', 'bind_dn': 'CN=Administrator,CN=Users,DC=test,DC=add', 'connection_url': 'ldaps://test.subdomain.company.com:123', 'rdn_ldap_attribute': 'cn', 'user_object_classes': 'person, organizationalPerson, user', 'username_ldap_attribute': 'sAMAccountName', 'users_dn': 'OU=Employees,OU=Accounts,DC=sub,DC=org'} | any of [LdapConfigCreateRequest, null] | |
| identity_store_type optional | Identity Store Type Example : ACTIVE_DIRECTORY | enum (IDENTITY_CENTER_DIRECTORY, ACTIVE_DIRECTORY) | ACTIVE_DIRECTORY |
| name required | Instance Name Example : My Instance | string |