Class Oauth2ClientCredentials
OAuth2 Client Credentials.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class Oauth2ClientCredentials : IDirectResponseSchemaProperties
ClientId
Required. Client ID for Salesforce OAuth2 Client Credentials.
Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ClientSecret
Optional. Client secret for Salesforce OAuth2 Client Credentials. Mutually exclusive with the
secret_manager_stored_client_secret field.
Declaration
[JsonProperty("clientSecret")]
public virtual string ClientSecret { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
SecretManagerStoredClientSecret
Optional. A reference to a Secret Manager resource name storing the Salesforce OAuth2 client_secret.
Mutually exclusive with the client_secret field.
Declaration
[JsonProperty("secretManagerStoredClientSecret")]
public virtual string SecretManagerStoredClientSecret { get; set; }Property Value
| Type | Description | 
|---|---|
| string |