Class IdentityPolicyMetadataKeys
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Identity.Policies
Assembly: Cephalon.Identity.dll
Defines the metadata keys understood by the built-in Cephalon identity evaluator.
public static class IdentityPolicyMetadataKeysInheritance
Section titled “Inheritance”object ← IdentityPolicyMetadataKeys
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”ContextAttributePrefix
Section titled “ ContextAttributePrefix”The metadata key prefix for required evaluation-context attributes.
public const string ContextAttributePrefix = "context."Field Value
Section titled “Field Value”RequireOwner
Section titled “ RequireOwner”The metadata key that requires the current subject to match the resource owner when set to true.
public const string RequireOwner = "requireOwner"Field Value
Section titled “Field Value”RequireTenantMatch
Section titled “ RequireTenantMatch”The metadata key that requires the subject, resource, and context to stay within the same tenant boundary when set to true.
public const string RequireTenantMatch = "requireTenantMatch"Field Value
Section titled “Field Value”RequiredRoleMatch
Section titled “ RequiredRoleMatch”The metadata key that controls how
public const string RequiredRoleMatch = "requiredRoleMatch"Field Value
Section titled “Field Value”RequiredRoleMatchAll
Section titled “ RequiredRoleMatchAll”The value used by
public const string RequiredRoleMatchAll = "all"Field Value
Section titled “Field Value”RequiredRoleMatchAny
Section titled “ RequiredRoleMatchAny”The value used by
public const string RequiredRoleMatchAny = "any"Field Value
Section titled “Field Value”RequiredRoles
Section titled “ RequiredRoles”The metadata key that lists required subject roles as a comma-separated value.
public const string RequiredRoles = "requiredRoles"Field Value
Section titled “Field Value”ResourceAttributePrefix
Section titled “ ResourceAttributePrefix”The metadata key prefix for required resource attributes.
public const string ResourceAttributePrefix = "resource."Field Value
Section titled “Field Value”SubjectAttributePrefix
Section titled “ SubjectAttributePrefix”The metadata key prefix for required subject attributes.
public const string SubjectAttributePrefix = "subject."