EnvironmentType specifies the Azure cloud environment endpoints to use for connecting and authenticating with Azure.
By-default it points to the public cloud AAD endpoint, and the following endpoints are available:
PublicCloud, USGovernmentCloud, ChinaCloud, GermanCloud
Ref: https://github.com/Azure/go-autorest/blob/main/autorest/azure/environments.go#L152
OptionaltenantId?: string
TenantID configures the Azure Tenant to send requests to.
OptionalvaultUrl?: string
Vault Url from which the secrets to be fetched from.
EnvironmentType specifies the Azure cloud environment endpoints to use for connecting and authenticating with Azure. By-default it points to the public cloud AAD endpoint, and the following endpoints are available: PublicCloud, USGovernmentCloud, ChinaCloud, GermanCloud Ref: https://github.com/Azure/go-autorest/blob/main/autorest/azure/environments.go#L152