Table of Contents

Class OrganizationBase

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class OrganizationBase
Inheritance
OrganizationBase
Derived
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 the organization

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

Property Value

string