Uses of Class
com.azure.identity.AzureIdentityEnvVars
-
Uses of AzureIdentityEnvVars in com.azure.identity
Fields in com.azure.identity declared as AzureIdentityEnvVarsModifier and TypeFieldDescriptionstatic final AzureIdentityEnvVars
AzureIdentityEnvVars.AZURE_AUTHORITY_HOST
The Azure authority host environment variable.static final AzureIdentityEnvVars
AzureIdentityEnvVars.AZURE_CLIENT_CERTIFICATE_PASSWORD
The Azure client certificate password environment variable.static final AzureIdentityEnvVars
AzureIdentityEnvVars.AZURE_CLIENT_CERTIFICATE_PATH
The Azure client certificate path environment variable.static final AzureIdentityEnvVars
AzureIdentityEnvVars.AZURE_CLIENT_ID
The Azure client ID environment variable.static final AzureIdentityEnvVars
AzureIdentityEnvVars.AZURE_CLIENT_SECRET
The Azure client secret environment variable.static final AzureIdentityEnvVars
AzureIdentityEnvVars.AZURE_CLIENT_SEND_CERTIFICATE_CHAIN
The Azure client send certificate chain environment variable.static final AzureIdentityEnvVars
AzureIdentityEnvVars.AZURE_TENANT_ID
The Azure tenant ID environment variable.static final AzureIdentityEnvVars
AzureIdentityEnvVars.AZURE_TOKEN_CREDENTIALS
The Azure token credentials environment variable for selecting credential types.Methods in com.azure.identity that return AzureIdentityEnvVarsModifier and TypeMethodDescriptionstatic AzureIdentityEnvVars
AzureIdentityEnvVars.fromString
(String name) Creates or finds an AzureIdentityEnvVars from its string representation.Methods in com.azure.identity that return types with arguments of type AzureIdentityEnvVarsModifier and TypeMethodDescriptionstatic Collection
<AzureIdentityEnvVars> AzureIdentityEnvVars.values()
Gets known AzureIdentityEnvVars values.Methods in com.azure.identity with parameters of type AzureIdentityEnvVarsModifier and TypeMethodDescriptionDefaultAzureCredentialBuilder.requireEnvVars
(AzureIdentityEnvVars... envVars) Specifies environment variables that must be present when building the credential.