Class UserAssignedIdentity
java.lang.Object
com.azure.resourcemanager.devcenter.models.UserAssignedIdentity
User assigned identity properties.
-
Constructor Details
-
UserAssignedIdentity
public UserAssignedIdentity()Creates an instance of UserAssignedIdentity class.
-
-
Method Details
-
principalId
Get the principalId property: The principal ID of the assigned identity.- Returns:
- the principalId value.
-
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.
-