Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class SqlActiveDirectoryConfig.
Active Directory configuration, relevant only for Cloud SQL for SQL Server.
Generated from protobuf message google.cloud.sql.v1beta4.SqlActiveDirectoryConfig
Namespace
Google \ Cloud \ Sql \ V1beta4Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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). |
getKind
This is always sql#activeDirectoryConfig.
Returns | |
---|---|
Type | Description |
string |
setKind
This is always sql#activeDirectoryConfig.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDomain
The name of the domain (e.g., mydomain.com).
Returns | |
---|---|
Type | Description |
string |
setDomain
The name of the domain (e.g., mydomain.com).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |