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
DisplayName
The display name of the organization
[JsonProperty("display_name")]
public string DisplayName { get; set; }
Property Value
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; }