Table of Contents

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

ReadOnlyAdditionalProperties

ClientEmail

[JsonPropertyName("client_email")]
public string? ClientEmail { get; set; }

Property Value

string

PrivateKey

[JsonPropertyName("private_key")]
public string? PrivateKey { get; set; }

Property Value

string

ProjectId

[JsonPropertyName("project_id")]
public string? ProjectId { get; set; }

Property Value

string

Type

[JsonPropertyName("type")]
public FlowsVaultConnectioSetupTypeOauthJwtEnum? Type { get; set; }

Property Value

FlowsVaultConnectioSetupTypeOauthJwtEnum?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.