| Name |
Type |
Description |
Notes |
| Server |
String |
Space separated list of addresses of the LDAP server to connect to |
[optional] |
| BindUser |
String |
DN of the user to perform initial bind with |
[optional] |
| BindPass |
String |
Password for bindUser |
[optional] |
| Starttls |
Boolean |
Whether to initiate a StartTLS connection |
[optional] |
$LdapConfigConnection = Initialize-GrommunioAdminLdapConfigConnection -Server null `
-BindUser null `
-BindPass null `
-Starttls null
- Convert the resource to JSON
$LdapConfigConnection | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to README]