Table of Contents

Class UpdateOrganizationRequestContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record UpdateOrganizationRequestContent : IEquatable<UpdateOrganizationRequestContent>
Inheritance
UpdateOrganizationRequestContent
Implements
Inherited Members
Extension Methods

Properties

Branding

[JsonPropertyName("branding")]
public OrganizationBranding? Branding { get; set; }

Property Value

OrganizationBranding

DisplayName

Friendly name of this organization.

[JsonPropertyName("display_name")]
public string? DisplayName { get; set; }

Property Value

string

Metadata

[JsonPropertyName("metadata")]
public Dictionary<string, string?>? Metadata { get; set; }

Property Value

Dictionary<string, string>

Name

The name of this organization.

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

TokenQuota

[JsonPropertyName("token_quota")]
public Optional<UpdateTokenQuota?> TokenQuota { get; set; }

Property Value

Optional<UpdateTokenQuota>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.