Table of Contents

Class OrganizationUpdateRequest

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Requests structure for updating an organization.

public class OrganizationUpdateRequest
Inheritance
OrganizationUpdateRequest
Inherited Members

Properties

Branding

Organization specific branding settings

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

Property Value

OrganizationBranding

DisplayName

The display name of the organization

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

Property Value

string

Metadata

Organization specific metadata

[JsonProperty("metadata")]
public dynamic Metadata { get; set; }

Property Value

dynamic

Name

The name of this organization

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

Property Value

string