Interface ClusterPrincipalAssignment.UpdateStages.WithPrincipalId

All Known Subinterfaces:
ClusterPrincipalAssignment.Update
Enclosing interface:
ClusterPrincipalAssignment.UpdateStages

public static interface ClusterPrincipalAssignment.UpdateStages.WithPrincipalId
The stage of the ClusterPrincipalAssignment update allowing to specify principalId.
  • Method Details

    • withPrincipalId

      ClusterPrincipalAssignment.Update withPrincipalId(String principalId)
      Specifies the principalId property: The principal ID assigned to the cluster principal. It can be a user email, application ID, or security group name..
      Parameters:
      principalId - The principal ID assigned to the cluster principal. It can be a user email, application ID, or security group name.
      Returns:
      the next definition stage.