Class DefaultOrganization
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Defines the default Organization ID and flows
public class DefaultOrganization
- Inheritance
-
DefaultOrganization
- Inherited Members
Properties
Flows
The default Organization usage
[JsonProperty("flows", ItemConverterType = typeof(StringEnumConverter))]
public Flows[] Flows { get; set; }
Property Value
- Flows[]
OrganizationId
The default Organization ID to be used
[JsonProperty("organization_id")]
public string OrganizationId { get; set; }