public class UserAssignedIdentity extends Object
| Constructor and Description |
|---|
UserAssignedIdentity() |
| Modifier and Type | Method and Description |
|---|---|
String |
clientId()
Get the clientId property: The client id of the user assigned identity.
|
String |
objectId()
Get the objectId property: The object id of the user assigned identity.
|
String |
resourceId()
Get the resourceId property: The resource id of the user assigned identity.
|
void |
validate()
Validates the instance.
|
UserAssignedIdentity |
withClientId(String clientId)
Set the clientId property: The client id of the user assigned identity.
|
UserAssignedIdentity |
withObjectId(String objectId)
Set the objectId property: The object id of the user assigned identity.
|
UserAssignedIdentity |
withResourceId(String resourceId)
Set the resourceId property: The resource id of the user assigned identity.
|
public String resourceId()
public UserAssignedIdentity withResourceId(String resourceId)
resourceId - the resourceId value to set.public String clientId()
public UserAssignedIdentity withClientId(String clientId)
clientId - the clientId value to set.public String objectId()
public UserAssignedIdentity withObjectId(String objectId)
objectId - the objectId value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.