| Modifier and Type | Method and Description |
|---|---|
MSICredentials |
MSICredentials.withClientId(String clientId)
Specifies the application id (client id) associated with a user assigned managed service identity
resource that should be used to retrieve the access token.
|
MSICredentials |
MSICredentials.withIdentityId(String identityId)
Specifies the ARM resource id of the user assigned managed service identity resource that
should be used to retrieve the access token.
|
MSICredentials |
MSICredentials.withObjectId(String objectId)
Specifies the object id associated with a user assigned managed service identity
resource that should be used to retrieve the access token.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/