Interface DatabasePrincipalAssignment.UpdateStages.WithPrincipalId

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

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

    • withPrincipalId

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