Broker Ldap Server Metadata Args
data class BrokerLdapServerMetadataArgs(val hosts: Output<List<String>>? = null, val roleBase: Output<String>? = null, val roleName: Output<String>? = null, val roleSearchMatching: Output<String>? = null, val roleSearchSubtree: Output<Boolean>? = null, val serviceAccountPassword: Output<String>? = null, val serviceAccountUsername: Output<String>? = null, val userBase: Output<String>? = null, val userRoleName: Output<String>? = null, val userSearchMatching: Output<String>? = null, val userSearchSubtree: Output<Boolean>? = null) : ConvertibleToJava<BrokerLdapServerMetadataArgs>
Constructors
Link copied to clipboard
constructor(hosts: Output<List<String>>? = null, roleBase: Output<String>? = null, roleName: Output<String>? = null, roleSearchMatching: Output<String>? = null, roleSearchSubtree: Output<Boolean>? = null, serviceAccountPassword: Output<String>? = null, serviceAccountUsername: Output<String>? = null, userBase: Output<String>? = null, userRoleName: Output<String>? = null, userSearchMatching: Output<String>? = null, userSearchSubtree: Output<Boolean>? = null)
Properties
Link copied to clipboard
Search criteria for groups.
Link copied to clipboard
Whether the directory search scope is the entire sub-tree.
Link copied to clipboard
Service account password.
Link copied to clipboard
Service account username.
Link copied to clipboard
Specifies the name of the LDAP attribute for the user group membership.
Link copied to clipboard
Search criteria for users.
Link copied to clipboard
Whether the directory search scope is the entire sub-tree.