Class TenantMembershipEvaluationOutcomes
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines stable outcomes returned by tenant-membership evaluation.
public static class TenantMembershipEvaluationOutcomesInheritance
Section titled “Inheritance”object ← TenantMembershipEvaluationOutcomes
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”Allowed
Section titled “ Allowed”Gets the outcome used when membership evaluation grants access.
public const string Allowed = "allowed"Field Value
Section titled “Field Value”Disabled
Section titled “ Disabled”Gets the outcome used when membership evaluation is disabled.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”Expired
Section titled “ Expired”Gets the outcome used when matching memberships are expired or outside their validity window.
public const string Expired = "expired"Field Value
Section titled “Field Value”MissingRole
Section titled “ MissingRole”Gets the outcome used when matching memberships do not satisfy required roles.
public const string MissingRole = "missing-role"Field Value
Section titled “Field Value”NoMembership
Section titled “ NoMembership”Gets the outcome used when no matching membership exists.
public const string NoMembership = "no-membership"Field Value
Section titled “Field Value”Suspended
Section titled “ Suspended”Gets the outcome used when matching memberships are suspended.
public const string Suspended = "suspended"