Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 881 Bytes

Connection.md

File metadata and controls

executable file
·
27 lines (21 loc) · 881 Bytes

Connection

Properties

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]

Examples

  • Prepare the resource
$Connection = Initialize-GrommunioAdminConnection  -Server null `
 -BindUser null `
 -BindPass null `
 -Starttls null
  • Convert the resource to JSON
$Connection | ConvertTo-JSON

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