Google Cloud Sql Admin V1 Client - Class ActiveDirectoryMode (1.6.0)

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 \ SqlActiveDirectoryConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ACTIVE_DIRECTORY_MODE_UNSPECIFIED

Value: 0

Unspecified 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: 1

Managed Active Directory mode.

Generated from protobuf enum MANAGED_ACTIVE_DIRECTORY = 1;

SELF_MANAGED_ACTIVE_DIRECTORY

Value: 2

Deprecated: Use CUSTOMER_MANAGED_ACTIVE_DIRECTORY instead.

Generated from protobuf enum SELF_MANAGED_ACTIVE_DIRECTORY = 2 [deprecated = true];

CUSTOMER_MANAGED_ACTIVE_DIRECTORY

Value: 3

Customer-managed Active Directory mode.

Generated from protobuf enum CUSTOMER_MANAGED_ACTIVE_DIRECTORY = 3;