Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlServerEntraIdConfig.
SQL Server Entra ID configuration.
Generated from protobuf message google.cloud.sql.v1.SqlServerEntraIdConfig
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ kind |
string
Output only. This is always sql#sqlServerEntraIdConfig |
↳ tenant_id |
string
Optional. The tenant ID for the Entra ID configuration. |
↳ application_id |
string
Optional. The application ID for the Entra ID configuration. |
getKind
Output only. This is always sql#sqlServerEntraIdConfig
| Returns | |
|---|---|
| Type | Description |
string |
|
setKind
Output only. This is always sql#sqlServerEntraIdConfig
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTenantId
Optional. The tenant ID for the Entra ID configuration.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTenantId
Optional. The tenant ID for the Entra ID configuration.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getApplicationId
Optional. The application ID for the Entra ID configuration.
| Returns | |
|---|---|
| Type | Description |
string |
|
setApplicationId
Optional. The application ID for the Entra ID configuration.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|