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

IsAppEntitlementActive

Whether app entitlement is active for this organization.

[JsonPropertyName("is_app_entitlement_active")]
public bool? IsAppEntitlementActive { get; set; }

Property Value

bool?

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

ThirdPartyClientAccess

[JsonPropertyName("third_party_client_access")]
public OrganizationThirdPartyClientAccessEnum? ThirdPartyClientAccess { get; set; }

Property Value

OrganizationThirdPartyClientAccessEnum?

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.