UserAssignedIdentity Class
- java.
lang. Object - com.
azure. resourcemanager. imagebuilder. models. UserAssignedIdentity
- com.
public final class UserAssignedIdentity
User assigned identity properties.
Constructor Summary
| Constructor | Description |
|---|---|
| UserAssignedIdentity() |
Creates an instance of User |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
clientId()
Get the client |
| String |
principalId()
Get the principal |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
UserAssignedIdentity
public UserAssignedIdentity()
Creates an instance of UserAssignedIdentity class.
Method Details
clientId
public String clientId()
Get the clientId property: The client ID of the assigned identity.
Returns:
principalId
public String principalId()
Get the principalId property: The principal ID of the assigned identity.
Returns:
validate
public void validate()
Validates the instance.