Class GoogleCloudApihubV1Oauth2ClientCredentialsConfig
Parameters to support Oauth 2.0 client credentials grant authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1Oauth2ClientCredentialsConfig : IDirectResponseSchema
Properties
ClientId
Required. The client identifier.
Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
Type | Description |
---|---|
string |
ClientSecret
Required. Secret version reference containing the client secret. The secretmanager.versions.access
permission should be granted to the service account accessing the secret.
Declaration
[JsonProperty("clientSecret")]
public virtual GoogleCloudApihubV1Secret ClientSecret { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1Secret |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |