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 AzureIdentityEnvVarsAzureIdentityEnvVars.AZURE_AUTHORITY_HOSTThe Azure authority host environment variable.static final AzureIdentityEnvVarsAzureIdentityEnvVars.AZURE_CLIENT_CERTIFICATE_PASSWORDThe Azure client certificate password environment variable.static final AzureIdentityEnvVarsAzureIdentityEnvVars.AZURE_CLIENT_CERTIFICATE_PATHThe Azure client certificate path environment variable.static final AzureIdentityEnvVarsAzureIdentityEnvVars.AZURE_CLIENT_IDThe Azure client ID environment variable.static final AzureIdentityEnvVarsAzureIdentityEnvVars.AZURE_CLIENT_SECRETThe Azure client secret environment variable.static final AzureIdentityEnvVarsAzureIdentityEnvVars.AZURE_CLIENT_SEND_CERTIFICATE_CHAINThe Azure client send certificate chain environment variable.static final AzureIdentityEnvVarsAzureIdentityEnvVars.AZURE_TENANT_IDThe Azure tenant ID environment variable.static final AzureIdentityEnvVarsAzureIdentityEnvVars.AZURE_TOKEN_CREDENTIALSThe Azure token credentials environment variable for selecting credential types.Methods in com.azure.identity that return AzureIdentityEnvVarsModifier and TypeMethodDescriptionstatic AzureIdentityEnvVarsAzureIdentityEnvVars.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.