Class UpdateOrganizationDiscoveryDomainRequestContent
- Namespace
- Auth0.ManagementApi.Organizations
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UpdateOrganizationDiscoveryDomainRequestContent : IEquatable<UpdateOrganizationDiscoveryDomainRequestContent>
- Inheritance
-
UpdateOrganizationDiscoveryDomainRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
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.