| NotificationSettingsSmtpSettingsNetworkSettingsAuthTypeEnum Enumeration |
Enum for AuthSettings choice type selection
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
Members
| Member name | Value | Description |
---|
| None | -1 |
no auth specified
|
| defaultCredentials | 0 |
defaultCredentials
|
| anonymous | 1 |
anonymous
|
| basic | 2 |
basic
|
| azureAdPasswordGrant | 3 |
azureAdPasswordGrant
|
| googleServiceAccount | 4 |
Google ServiceAccount OAuth Settings
|
| azureAdClientCredentials | 5 |
AzureAdClientCredentials
|
See Also