Class FlowsVaultConnectioSetupBigqueryOauthJwt
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FlowsVaultConnectioSetupBigqueryOauthJwt : IJsonOnDeserialized, IEquatable<FlowsVaultConnectioSetupBigqueryOauthJwt>
- Inheritance
-
FlowsVaultConnectioSetupBigqueryOauthJwt
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ClientEmail
[JsonPropertyName("client_email")]
public string? ClientEmail { get; set; }
Property Value
PrivateKey
[JsonPropertyName("private_key")]
public string? PrivateKey { get; set; }
Property Value
ProjectId
[JsonPropertyName("project_id")]
public string? ProjectId { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public FlowsVaultConnectioSetupTypeOauthJwtEnum? Type { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.