Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudApihubV1Oauth2ClientCredentialsConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX