Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.7 KB

IamLdapPolicy.md

File metadata and controls

20 lines (16 loc) · 1.7 KB

IamLdapPolicy

LDAP Policy configurations.

Properties

Name Type Description Notes
base_properties IamLdapBaseProperties [optional]
dns_parameters IamLdapDnsParameters [optional]
enable_dns bool Enables DNS to access LDAP servers. [optional]
enabled bool LDAP server performs authentication. [optional]
user_search_precedence str Search precedence between local user database and LDAP user database. [optional] [default to 'LocalUserDb']
appliance_account IamAccount [optional]
groups list[IamLdapGroup] A reference to a iamLdapGroup resource. When the $expand query parameter is specified, the referenced resource is returned inline. Relationship to collection of LDAP Groups. [optional]
organization OrganizationOrganization [optional]
profiles list[PolicyAbstractConfigProfile] A reference to a policyAbstractConfigProfile resource. When the $expand query parameter is specified, the referenced resource is returned inline. Relationship to the profile object. [optional]
providers list[IamLdapProvider] A reference to a iamLdapProvider resource. When the $expand query parameter is specified, the referenced resource is returned inline. Relationship to collection of LDAP Providers. [optional]

[Back to Model list] [Back to API list] [Back to README]