The type of managed identity and its corresponding identifier.
More...
#include <managed_identity_credential.hpp>
|
class | ManagedIdentityCredential |
|
◆ ManagedIdentityId()
Azure::Identity::ManagedIdentityId::ManagedIdentityId |
( |
| ) |
|
|
inlineexplicit |
◆ FromUserAssignedClientId()
static ManagedIdentityId Azure::Identity::ManagedIdentityId::FromUserAssignedClientId |
( |
std::string |
id | ) |
|
|
inlinestatic |
- Parameters
-
id | The client ID of the user-assigned managed identity. |
◆ FromUserAssignedObjectId()
static ManagedIdentityId Azure::Identity::ManagedIdentityId::FromUserAssignedObjectId |
( |
std::string |
id | ) |
|
|
inlinestatic |
- Parameters
-
id | The object ID of the user-assigned managed identity. |
◆ FromUserAssignedResourceId()
static ManagedIdentityId Azure::Identity::ManagedIdentityId::FromUserAssignedResourceId |
( |
Azure::Core::ResourceIdentifier |
id | ) |
|
|
inlinestatic |
- Parameters
-
id | The resource ID of the user-assigned managed identity. |
◆ SystemAssigned()
The documentation for this class was generated from the following file: