Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClusterIssuerSpecAcmeSolversDns01AzureDns

Use the Microsoft Azure DNS API to manage DNS01 challenge records.

schema

ClusterIssuerSpecAcmeSolversDns01AzureDns

Hierarchy

  • ClusterIssuerSpecAcmeSolversDns01AzureDns

Index

Properties

Optional Readonly clientId

clientId: string

if both this and ClientSecret are left unset MSI will be used

schema

ClusterIssuerSpecAcmeSolversDns01AzureDns#clientID

Optional Readonly clientSecretSecretRef

if both this and ClientID are left unset MSI will be used

schema

ClusterIssuerSpecAcmeSolversDns01AzureDns#clientSecretSecretRef

Optional Readonly environment

name of the Azure environment (default AzurePublicCloud)

schema

ClusterIssuerSpecAcmeSolversDns01AzureDns#environment

Optional Readonly hostedZoneName

hostedZoneName: string

name of the DNS zone that should be used

schema

ClusterIssuerSpecAcmeSolversDns01AzureDns#hostedZoneName

Optional Readonly managedIdentity

managed identity configuration, can not be used at the same time as clientID, clientSecretSecretRef or tenantID

schema

ClusterIssuerSpecAcmeSolversDns01AzureDns#managedIdentity

Readonly resourceGroupName

resourceGroupName: string

resource group the DNS zone is located in

schema

ClusterIssuerSpecAcmeSolversDns01AzureDns#resourceGroupName

Readonly subscriptionId

subscriptionId: string

ID of the Azure subscription

schema

ClusterIssuerSpecAcmeSolversDns01AzureDns#subscriptionID

Optional Readonly tenantId

tenantId: string

when specifying ClientID and ClientSecret then this field is also needed

schema

ClusterIssuerSpecAcmeSolversDns01AzureDns#tenantID

Generated using TypeDoc