ข้ามไปยังเนื้อหา

Class TenantMembershipEvaluationOutcomes

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll

Defines stable outcomes returned by tenant-membership evaluation.

public static class TenantMembershipEvaluationOutcomes

objectTenantMembershipEvaluationOutcomes

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Gets the outcome used when membership evaluation grants access.

public const string Allowed = "allowed"

string

Gets the outcome used when membership evaluation is disabled.

public const string Disabled = "disabled"

string

Gets the outcome used when matching memberships are expired or outside their validity window.

public const string Expired = "expired"

string

Gets the outcome used when matching memberships do not satisfy required roles.

public const string MissingRole = "missing-role"

string

Gets the outcome used when no matching membership exists.

public const string NoMembership = "no-membership"

string

Gets the outcome used when matching memberships are suspended.

public const string Suspended = "suspended"

string