Class UserAssignedIdentityProperty

java.lang.Object
com.azure.resourcemanager.webpubsub.models.UserAssignedIdentityProperty

public final class UserAssignedIdentityProperty extends Object
Properties of user assigned identity.
  • Constructor Details

    • UserAssignedIdentityProperty

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

    • principalId

      public String principalId()
      Get the principalId property: Get the principal id for the user assigned identity.
      Returns:
      the principalId value.
    • clientId

      public String clientId()
      Get the clientId property: Get the client id for the user assigned identity.
      Returns:
      the clientId value.
    • validate

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