Class ConnectionResponseContentGoogleApps
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Response for connections with strategy=google-apps
[Serializable]
public record ConnectionResponseContentGoogleApps : IJsonOnDeserialized, IEquatable<ConnectionResponseContentGoogleApps>
- Inheritance
-
ConnectionResponseContentGoogleApps
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Authentication
[JsonPropertyName("authentication")]
public ConnectionAuthenticationPurpose? Authentication { get; set; }
Property Value
ConnectedAccounts
[JsonPropertyName("connected_accounts")]
public ConnectionConnectedAccountsPurpose? ConnectedAccounts { get; set; }
Property Value
DisplayName
[JsonPropertyName("display_name")]
public string? DisplayName { get; set; }
Property Value
EnabledClients
Use of this property is NOT RECOMMENDED. Use the PATCH /v2/connections/{id}/clients endpoint to enable the connection for a set of clients.
[JsonPropertyName("enabled_clients")]
public IEnumerable<string>? EnabledClients { get; set; }
Property Value
Id
[JsonPropertyName("id")]
public required string Id { get; set; }
Property Value
IsDomainConnection
[JsonPropertyName("is_domain_connection")]
public bool? IsDomainConnection { get; set; }
Property Value
- bool?
Metadata
[JsonPropertyName("metadata")]
public Dictionary<string, string?>? Metadata { get; set; }
Property Value
Name
[JsonPropertyName("name")]
public required string Name { get; set; }
Property Value
Options
[JsonPropertyName("options")]
public ConnectionOptionsGoogleApps? Options { get; set; }
Property Value
ProvisioningTicketUrl
[JsonPropertyName("provisioning_ticket_url")]
public string? ProvisioningTicketUrl { get; set; }
Property Value
Realms
[JsonPropertyName("realms")]
public IEnumerable<string>? Realms { get; set; }
Property Value
ShowAsButton
[JsonPropertyName("show_as_button")]
public bool? ShowAsButton { get; set; }
Property Value
- bool?
Strategy
[JsonPropertyName("strategy")]
public required ConnectionResponseContentGoogleAppsStrategy Strategy { 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.