Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlActiveDirectoryConfig.
Active Directory configuration, relevant only for Cloud SQL for SQL Server.
Generated from protobuf message google.cloud.sql.v1.SqlActiveDirectoryConfig
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ kind
string
This is always sql#activeDirectoryConfig.
↳ domain
string
The name of the domain (e.g., mydomain.com).
↳ mode
int
Optional. The mode of the Active Directory configuration.
↳ dns_servers
array
Optional. Domain controller IPv4 addresses used to bootstrap Active Directory.
↳ admin_credential_secret_name
string
Optional. The secret manager key storing the administrator credential. (e.g., projects/{project}/secrets/{secret}).
↳ organizational_unit
string
Optional. The organizational unit distinguished name. This is the full hierarchical path to the organizational unit.
getKind
This is always sql#activeDirectoryConfig.
string
setKind
This is always sql#activeDirectoryConfig.
var
string
$this
getDomain
The name of the domain (e.g., mydomain.com).
string
setDomain
The name of the domain (e.g., mydomain.com).
var
string
$this
getMode
Optional. The mode of the Active Directory configuration.
setMode
Optional. The mode of the Active Directory configuration.
$this
getDnsServers
Optional. Domain controller IPv4 addresses used to bootstrap Active Directory.
setDnsServers
Optional. Domain controller IPv4 addresses used to bootstrap Active Directory.
var
string[]
$this
getAdminCredentialSecretName
Optional. The secret manager key storing the administrator credential.
(e.g., projects/{project}/secrets/{secret}).
string
setAdminCredentialSecretName
Optional. The secret manager key storing the administrator credential.
(e.g., projects/{project}/secrets/{secret}).
var
string
$this
getOrganizationalUnit
Optional. The organizational unit distinguished name. This is the full hierarchical path to the organizational unit.
string
setOrganizationalUnit
Optional. The organizational unit distinguished name. This is the full hierarchical path to the organizational unit.
var
string
$this

