Class ManagedServiceIdentityUserAssignedIdentities

java.lang.Object
com.azure.resourcemanager.cosmos.models.ManagedServiceIdentityUserAssignedIdentities

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

    • ManagedServiceIdentityUserAssignedIdentities

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

    • principalId

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

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

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