Skip to content

Interface ITenantGovernanceActionContributor

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

Allows a module to contribute tenant-governance approval or remediation actions into the active governance runtime.

public interface ITenantGovernanceActionContributor

RegisterGovernanceActions(ITenantGovernanceActionRegistry)

Section titled “ RegisterGovernanceActions(ITenantGovernanceActionRegistry)”

Registers one or more tenant-governance actions with the supplied registry.

void RegisterGovernanceActions(ITenantGovernanceActionRegistry actions)

actions ITenantGovernanceActionRegistry

The registry that collects contributed governance action descriptors.