Reference documentation and code samples for the Cloud SQL Admin V1 API module Google::Cloud::Sql::V1::SqlActiveDirectoryConfig::ActiveDirectoryMode.
The modes of Active Directory configuration.
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.
MANAGED_ACTIVE_DIRECTORY
value: 1
Managed Active Directory mode.
SELF_MANAGED_ACTIVE_DIRECTORY
value: 2
Deprecated: Use CUSTOMER_MANAGED_ACTIVE_DIRECTORY instead.
CUSTOMER_MANAGED_ACTIVE_DIRECTORY
value: 3
Customer-managed Active Directory mode.