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