Class UserAssignedIdentity
- java.lang.Object
-
- com.azure.resourcemanager.appcontainers.models.UserAssignedIdentity
-
public class UserAssignedIdentity extends Object
User assigned identity properties.
-
-
Constructor Summary
Constructors Constructor Description UserAssignedIdentity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
clientId()
Get the clientId property: The client ID of the assigned identity.UUID
principalId()
Get the principalId property: The principal ID of the assigned identity.void
validate()
Validates the instance.
-
-
-
Method Detail
-
principalId
public UUID principalId()
Get the principalId property: The principal ID of the assigned identity.- Returns:
- the principalId value.
-
clientId
public UUID clientId()
Get the clientId property: The client ID of the assigned identity.- Returns:
- the clientId value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-