VBOOnPremConnectionSettings
Contains details about connection settings to access the on-premises Microsoft organization.
Property | Type | Description |
|---|---|---|
ServerName | String | Name of the on-premises Microsoft server. |
SSLUsed | Bool | If True, the SSL encryption if enabled. |
CAVerificationSkipped | Bool | If True, the certificate trusted authority verification is skipped. |
CommonNameVerificationSkipped | Bool | If True, the certificate common name verification is skipped. |
RevocationCheckSkipped | Bool | If True, the certificate revocation check is skipped. |
UserName | String | User name of the account used for authentication to the on-premises Microsoft organization. |
Related Commands