Data Analytics API with Gemini v1beta API - Class OAuthCredentials.Types.SecretBased (1.0.0-beta01)

public sealed class OAuthCredentials.Types.SecretBased : IMessage<OAuthCredentials.Types.SecretBased>, IEquatable<OAuthCredentials.Types.SecretBased>, IDeepCloneable<OAuthCredentials.Types.SecretBased>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class OAuthCredentials.Types.SecretBased.

The name of the secret containing the access token. Represents secret-based OAuth credentials.

Inheritance

object > OAuthCredentials.Types.SecretBased

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

SecretBased()

public SecretBased()

SecretBased(SecretBased)

public SecretBased(OAuthCredentials.Types.SecretBased other)
Parameter
Name Description
other OAuthCredentialsTypesSecretBased

Properties

ClientId

public string ClientId { get; set; }

Required. An OAuth client ID.

Property Value
Type Description
string

ClientSecret

public string ClientSecret { get; set; }

Required. An OAuth client secret.

Property Value
Type Description
string