Class IdentityProperties

java.lang.Object
com.azure.resourcemanager.nginx.models.IdentityProperties

public final class IdentityProperties extends Object
The IdentityProperties model.
  • Constructor Details

    • IdentityProperties

      public IdentityProperties()
  • Method Details

    • principalId

      public String principalId()
      Get the principalId property: The principalId property.
      Returns:
      the principalId value.
    • tenantId

      public String tenantId()
      Get the tenantId property: The tenantId property.
      Returns:
      the tenantId value.
    • type

      public IdentityType type()
      Get the type property: The type property.
      Returns:
      the type value.
    • withType

      public IdentityProperties withType(IdentityType type)
      Set the type property: The type property.
      Parameters:
      type - the type value to set.
      Returns:
      the IdentityProperties object itself.
    • userAssignedIdentities

      public Map<String,UserIdentityProperties> userAssignedIdentities()
      Get the userAssignedIdentities property: Dictionary of <UserIdentityProperties>.
      Returns:
      the userAssignedIdentities value.
    • withUserAssignedIdentities

      public IdentityProperties withUserAssignedIdentities(Map<String,UserIdentityProperties> userAssignedIdentities)
      Set the userAssignedIdentities property: Dictionary of <UserIdentityProperties>.
      Parameters:
      userAssignedIdentities - the userAssignedIdentities value to set.
      Returns:
      the IdentityProperties object itself.
    • validate

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