Class TenantGovernanceActionKinds
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines stable tenant-governance action kinds understood by the governance runtime.
public static class TenantGovernanceActionKindsInheritance
Section titled “Inheritance”object ← TenantGovernanceActionKinds
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”DomainOwnership
Section titled “ DomainOwnership”A governance action that changes declared tenant-domain ownership posture.
public const string DomainOwnership = "domain-ownership"Field Value
Section titled “Field Value”InvitationLifecycle
Section titled “ InvitationLifecycle”A governance action that changes an invitation lifecycle.
public const string InvitationLifecycle = "invitation-lifecycle"Field Value
Section titled “Field Value”MembershipChange
Section titled “ MembershipChange”A governance action that changes tenant membership.
public const string MembershipChange = "membership-change"Field Value
Section titled “Field Value”Remediation
Section titled “ Remediation”A governance action that represents an operator remediation.
public const string Remediation = "remediation"Field Value
Section titled “Field Value”TenantAdministration
Section titled “ TenantAdministration”A governance action that represents tenant administration.
public const string TenantAdministration = "tenant-administration"