|
Managed Identity Credential and options. More...
#include <azure/core/credentials/credentials.hpp>
#include <azure/core/credentials/token_credential_options.hpp>
#include <azure/core/resource_identifier.hpp>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | Azure::Identity::ManagedIdentityId |
The type of managed identity and its corresponding identifier. More... | |
struct | Azure::Identity::ManagedIdentityCredentialOptions |
Options for managed identity credential. More... | |
class | Azure::Identity::ManagedIdentityCredential |
Attempts authentication using a managed identity that has been assigned to the deployment environment. This authentication type works in Azure VMs, App Service and Azure Functions applications, as well as the Azure Cloud Shell. More information about configuring managed identities can be found here: https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/overview. More... | |