Class GetConnectionProfileResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetConnectionProfileResponseContent : IJsonOnDeserialized, IEquatable<GetConnectionProfileResponseContent>
- Inheritance
-
GetConnectionProfileResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ConnectionConfig
[JsonPropertyName("connection_config")]
public ConnectionProfileConfig? ConnectionConfig { get; set; }
Property Value
ConnectionNamePrefixTemplate
[JsonPropertyName("connection_name_prefix_template")]
public string? ConnectionNamePrefixTemplate { get; set; }
Property Value
EnabledFeatures
[JsonPropertyName("enabled_features")]
public IEnumerable<EnabledFeaturesEnum>? EnabledFeatures { get; set; }
Property Value
Id
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Name
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
Organization
[JsonPropertyName("organization")]
public ConnectionProfileOrganization? Organization { get; set; }
Property Value
StrategyOverrides
[JsonPropertyName("strategy_overrides")]
public ConnectionProfileStrategyOverrides? StrategyOverrides { 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.