Class CreateOrganizationDiscoveryDomainRequestContent
- Namespace
- Auth0.ManagementApi.Organizations
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreateOrganizationDiscoveryDomainRequestContent : IEquatable<CreateOrganizationDiscoveryDomainRequestContent>
- Inheritance
-
CreateOrganizationDiscoveryDomainRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Domain
The domain name to associate with the organization e.g. acme.com.
[JsonPropertyName("domain")]
public required string Domain { get; set; }
Property Value
Status
[JsonPropertyName("status")]
public OrganizationDiscoveryDomainStatus? Status { get; set; }
Property Value
UseForOrganizationDiscovery
Indicates whether this domain should be used for organization discovery.
[JsonPropertyName("use_for_organization_discovery")]
public bool? UseForOrganizationDiscovery { get; set; }
Property Value
- bool?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.