GovernanceAssignment.UpdateStages.WithOwner Interface

public static interface GovernanceAssignment.UpdateStages.WithOwner

The stage of the GovernanceAssignment update allowing to specify owner.

Method Summary

Modifier and Type Method and Description
abstract Update withOwner(String owner)

Specifies the owner property: The Owner for the governance assignment - e.g.

Method Details

withOwner

public abstract GovernanceAssignment.Update withOwner(String owner)

Specifies the owner property: The Owner for the governance assignment - e.g. user@contoso.com - see example.

Parameters:

owner - The Owner for the governance assignment - e.g. user@contoso.com - see example.

Returns:

the next definition stage.

Applies to