AuthConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Authentication configuration of a cluster.
public class AuthConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDBForPostgreSql.Models.AuthConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDBForPostgreSql.Models.AuthConfig>
type AuthConfig = class
interface IJsonModel<AuthConfig>
interface IPersistableModel<AuthConfig>
Public Class AuthConfig
Implements IJsonModel(Of AuthConfig), IPersistableModel(Of AuthConfig)
- Inheritance
-
AuthConfig
- Implements
Constructors
| Name | Description |
|---|---|
| AuthConfig() |
Initializes a new instance of AuthConfig. |
Properties
| Name | Description |
|---|---|
| ActiveDirectoryAuth |
Gets or sets the ActiveDirectoryAuth. |
| PasswordAuth |
Gets or sets the PasswordAuth. |