Versions in this module Expand all Collapse all v0 v0.0.5 Jun 7, 2024 Changes in this version + func NewCredential(options *CredentialOptions) (azcore.TokenCredential, error) + type CredentialOptions struct + ClientID string + OIDCRequestToken string + OIDCRequestURL string + OIDCToken string + OIDCTokenFilePath string + TenantID string + UseCLI bool + UseMSI bool + UseOIDC bool