Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class GetAzureOpenIdConfigRequest.
GetAzureOpenIdConfigRequest gets the OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.
Generated from protobuf message google.cloud.gkemulticloud.v1.GetAzureOpenIdConfigRequest
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ azure_cluster |
string
Required. The AzureCluster, which owns the OIDC discovery document. Format: projects/
|
getAzureCluster
Required. The AzureCluster, which owns the OIDC discovery document.
Format: projects/
Returns | |
---|---|
Type | Description |
string |
setAzureCluster
Required. The AzureCluster, which owns the OIDC discovery document.
Format: projects/
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
azureCluster |
string
Required. The AzureCluster, which owns the OIDC discovery document. Format: projects/
|
Returns | |
---|---|
Type | Description |
Google\Cloud\GkeMultiCloud\V1\GetAzureOpenIdConfigRequest |