GovernanceRule.UpdateStages.WithOwnerSource Interface

public static interface GovernanceRule.UpdateStages.WithOwnerSource

The stage of the GovernanceRule update allowing to specify ownerSource.

Method Summary

Modifier and Type Method and Description
abstract Update withOwnerSource(GovernanceRuleOwnerSource ownerSource)

Specifies the ownerSource property: The owner source for the governance rule - e.g.

Method Details

withOwnerSource

public abstract GovernanceRule.Update withOwnerSource(GovernanceRuleOwnerSource ownerSource)

Specifies the ownerSource property: The owner source for the governance rule - e.g. Manually by user@contoso.com - see example.

Parameters:

ownerSource - The owner source for the governance rule - e.g. Manually by user@contoso.com - see example.

Returns:

the next definition stage.

Applies to