public class UserAssignedIdentity extends Object
| Constructor and Description |
|---|
UserAssignedIdentity() |
| Modifier and Type | Method and Description |
|---|---|
String |
clientId()
Get the clientId property: Client Id of user assigned identity.
|
String |
principalId()
Get the principalId property: Principal Id of user assigned identity.
|
void |
validate()
Validates the instance.
|
public String principalId()
public String clientId()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.