public class UserAssignedIdentity extends Object
| Constructor and Description |
|---|
UserAssignedIdentity() |
| Modifier and Type | Method and Description |
|---|---|
String |
clientId()
Get the client id of the user assigned identity.
|
String |
objectId()
Get the object id of the user assigned identity.
|
String |
resourceId()
Get the resource id of the user assigned identity.
|
UserAssignedIdentity |
withClientId(String clientId)
Set the client id of the user assigned identity.
|
UserAssignedIdentity |
withObjectId(String objectId)
Set the object id of the user assigned identity.
|
UserAssignedIdentity |
withResourceId(String resourceId)
Set the resource id of the user assigned identity.
|
public String resourceId()
public UserAssignedIdentity withResourceId(String resourceId)
resourceId - the resourceId value to setpublic String clientId()
public UserAssignedIdentity withClientId(String clientId)
clientId - the clientId value to setpublic String objectId()
public UserAssignedIdentity withObjectId(String objectId)
objectId - the objectId value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/