Class CreateOrganizationResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreateOrganizationResponseContent : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<CreateOrganizationResponseContent>
- Inheritance
-
CreateOrganizationResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
Branding
[JsonPropertyName("branding")]
public OrganizationBranding? Branding { get; set; }
Property Value
DisplayName
Friendly name of this organization.
[JsonPropertyName("display_name")]
public string? DisplayName { get; set; }
Property Value
EnabledConnections
[JsonPropertyName("enabled_connections")]
public IEnumerable<OrganizationEnabledConnection>? EnabledConnections { get; set; }
Property Value
Id
Organization identifier.
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Metadata
[JsonPropertyName("metadata")]
public Dictionary<string, string?>? Metadata { get; set; }
Property Value
Name
The name of this organization.
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
TokenQuota
[JsonPropertyName("token_quota")]
public TokenQuota? TokenQuota { 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.