Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class ActiveDirectoryMode.
The modes of Active Directory configuration.
Protobuf type google.cloud.sql.v1.SqlActiveDirectoryConfig.ActiveDirectoryMode
Namespace
Google \ Cloud \ Sql \ V1 \ SqlActiveDirectoryConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ACTIVE_DIRECTORY_MODE_UNSPECIFIED
Value: 0Unspecified mode. Will default to MANAGED_ACTIVE_DIRECTORY if the mode is not specified to maintain backward compatibility.
Generated from protobuf enum ACTIVE_DIRECTORY_MODE_UNSPECIFIED = 0;
MANAGED_ACTIVE_DIRECTORY
Value: 1Managed Active Directory mode.
Generated from protobuf enum MANAGED_ACTIVE_DIRECTORY = 1;
SELF_MANAGED_ACTIVE_DIRECTORY
Value: 2Deprecated: Use CUSTOMER_MANAGED_ACTIVE_DIRECTORY instead.
Generated from protobuf enum SELF_MANAGED_ACTIVE_DIRECTORY = 2 [deprecated = true];
CUSTOMER_MANAGED_ACTIVE_DIRECTORY
Value: 3Customer-managed Active Directory mode.
Generated from protobuf enum CUSTOMER_MANAGED_ACTIVE_DIRECTORY = 3;