Class TenantDomainOwnershipValidationOutcomes
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines stable outcomes returned by tenant-domain ownership validation.
public static class TenantDomainOwnershipValidationOutcomesInheritance
Section titled “Inheritance”object ← TenantDomainOwnershipValidationOutcomes
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”Disabled
Section titled “ Disabled”Domain ownership validation is disabled by host configuration.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”Expired
Section titled “ Expired”The domain ownership descriptor is expired or outside its valid time window.
public const string Expired = "expired"Field Value
Section titled “Field Value”NotFound
Section titled “ NotFound”No domain ownership descriptor matched the supplied domain.
public const string NotFound = "not-found"Field Value
Section titled “Field Value”Pending
Section titled “ Pending”The domain ownership descriptor is still pending verification.
public const string Pending = "pending"Field Value
Section titled “Field Value”Rejected
Section titled “ Rejected”The domain ownership descriptor was rejected.
public const string Rejected = "rejected"Field Value
Section titled “Field Value”Suspended
Section titled “ Suspended”The domain ownership descriptor is suspended.
public const string Suspended = "suspended"Field Value
Section titled “Field Value”TenantMismatch
Section titled “ TenantMismatch”The domain exists but belongs to a different tenant.
public const string TenantMismatch = "tenant-mismatch"Field Value
Section titled “Field Value”The domain ownership descriptor is verified and satisfies the validation request.
public const string Valid = "valid"