Skip to content

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 TenantGovernanceActionKinds

objectTenantGovernanceActionKinds

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

A governance action that changes declared tenant-domain ownership posture.

public const string DomainOwnership = "domain-ownership"

string

A governance action that changes an invitation lifecycle.

public const string InvitationLifecycle = "invitation-lifecycle"

string

A governance action that changes tenant membership.

public const string MembershipChange = "membership-change"

string

A governance action that represents an operator remediation.

public const string Remediation = "remediation"

string

A governance action that represents tenant administration.

public const string TenantAdministration = "tenant-administration"

string