Package | Description |
---|---|
com.microsoft.azure.credentials |
The package provides 2 credential classes that work with AutoRest
generated Azure clients for authentication purposes through Azure.
|
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 © 2019. All rights reserved.