Class UserAssignedIdentity

java.lang.Object
com.azure.resourcemanager.purview.models.UserAssignedIdentity

public class UserAssignedIdentity extends Object
Uses client ID and Principal ID.
  • Constructor Details

    • UserAssignedIdentity

      public UserAssignedIdentity()
      Creates an instance of UserAssignedIdentity class.
  • Method Details

    • clientId

      public String clientId()
      Get the clientId property: Gets or Sets Client ID.
      Returns:
      the clientId value.
    • principalId

      public String principalId()
      Get the principalId property: Gets or Sets Principal ID.
      Returns:
      the principalId value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.