This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.network.getDnssecConfig
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets the DNSSEC configuration. Azure REST API version: 2023-07-01-preview.
Using getDnssecConfig
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDnssecConfig(args: GetDnssecConfigArgs, opts?: InvokeOptions): Promise<GetDnssecConfigResult>
function getDnssecConfigOutput(args: GetDnssecConfigOutputArgs, opts?: InvokeOptions): Output<GetDnssecConfigResult>def get_dnssec_config(resource_group_name: Optional[str] = None,
                      zone_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetDnssecConfigResult
def get_dnssec_config_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                      zone_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetDnssecConfigResult]func LookupDnssecConfig(ctx *Context, args *LookupDnssecConfigArgs, opts ...InvokeOption) (*LookupDnssecConfigResult, error)
func LookupDnssecConfigOutput(ctx *Context, args *LookupDnssecConfigOutputArgs, opts ...InvokeOption) LookupDnssecConfigResultOutput> Note: This function is named LookupDnssecConfig in the Go SDK.
public static class GetDnssecConfig 
{
    public static Task<GetDnssecConfigResult> InvokeAsync(GetDnssecConfigArgs args, InvokeOptions? opts = null)
    public static Output<GetDnssecConfigResult> Invoke(GetDnssecConfigInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDnssecConfigResult> getDnssecConfig(GetDnssecConfigArgs args, InvokeOptions options)
public static Output<GetDnssecConfigResult> getDnssecConfig(GetDnssecConfigArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:network:getDnssecConfig
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ZoneName string
- The name of the DNS zone (without a terminating dot).
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ZoneName string
- The name of the DNS zone (without a terminating dot).
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- zoneName String
- The name of the DNS zone (without a terminating dot).
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- zoneName string
- The name of the DNS zone (without a terminating dot).
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- zone_name str
- The name of the DNS zone (without a terminating dot).
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- zoneName String
- The name of the DNS zone (without a terminating dot).
getDnssecConfig Result
The following output properties are available:
- Id string
- The ID of the DNSSEC configuration.
- Name string
- The name of the DNSSEC configuration.
- ProvisioningState string
- Provisioning State of the DNSSEC configuration.
- SigningKeys List<Pulumi.Azure Native. Network. Outputs. Signing Key Response> 
- The list of signing keys.
- SystemData Pulumi.Azure Native. Network. Outputs. System Data Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the DNSSEC configuration.
- Etag string
- The etag of the DNSSEC configuration.
- Id string
- The ID of the DNSSEC configuration.
- Name string
- The name of the DNSSEC configuration.
- ProvisioningState string
- Provisioning State of the DNSSEC configuration.
- SigningKeys []SigningKey Response 
- The list of signing keys.
- SystemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- The type of the DNSSEC configuration.
- Etag string
- The etag of the DNSSEC configuration.
- id String
- The ID of the DNSSEC configuration.
- name String
- The name of the DNSSEC configuration.
- provisioningState String
- Provisioning State of the DNSSEC configuration.
- signingKeys List<SigningKey Response> 
- The list of signing keys.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the DNSSEC configuration.
- etag String
- The etag of the DNSSEC configuration.
- id string
- The ID of the DNSSEC configuration.
- name string
- The name of the DNSSEC configuration.
- provisioningState string
- Provisioning State of the DNSSEC configuration.
- signingKeys SigningKey Response[] 
- The list of signing keys.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type string
- The type of the DNSSEC configuration.
- etag string
- The etag of the DNSSEC configuration.
- id str
- The ID of the DNSSEC configuration.
- name str
- The name of the DNSSEC configuration.
- provisioning_state str
- Provisioning State of the DNSSEC configuration.
- signing_keys Sequence[SigningKey Response] 
- The list of signing keys.
- system_data SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type str
- The type of the DNSSEC configuration.
- etag str
- The etag of the DNSSEC configuration.
- id String
- The ID of the DNSSEC configuration.
- name String
- The name of the DNSSEC configuration.
- provisioningState String
- Provisioning State of the DNSSEC configuration.
- signingKeys List<Property Map>
- The list of signing keys.
- systemData Property Map
- Metadata pertaining to creation and last modification of the resource.
- type String
- The type of the DNSSEC configuration.
- etag String
- The etag of the DNSSEC configuration.
Supporting Types
DelegationSignerInfoResponse   
- DigestAlgorithm intType 
- The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
- DigestValue string
- The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
- Record string
- The record represents a delegation signer (DS) record.
- DigestAlgorithm intType 
- The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
- DigestValue string
- The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
- Record string
- The record represents a delegation signer (DS) record.
- digestAlgorithm IntegerType 
- The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
- digestValue String
- The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
- record String
- The record represents a delegation signer (DS) record.
- digestAlgorithm numberType 
- The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
- digestValue string
- The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
- record string
- The record represents a delegation signer (DS) record.
- digest_algorithm_ inttype 
- The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
- digest_value str
- The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
- record str
- The record represents a delegation signer (DS) record.
- digestAlgorithm NumberType 
- The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml
- digestValue String
- The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
- record String
- The record represents a delegation signer (DS) record.
SigningKeyResponse  
- DelegationSigner List<Pulumi.Info Azure Native. Network. Inputs. Delegation Signer Info Response> 
- The delegation signer information.
- Flags int
- The flags specifies how the key is used.
- KeyTag int
- The key tag value of the DNSKEY Resource Record.
- Protocol int
- The protocol value. The value is always 3.
- PublicKey string
- The public key, represented as a Base64 encoding.
- SecurityAlgorithm intType 
- The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
- DelegationSigner []DelegationInfo Signer Info Response 
- The delegation signer information.
- Flags int
- The flags specifies how the key is used.
- KeyTag int
- The key tag value of the DNSKEY Resource Record.
- Protocol int
- The protocol value. The value is always 3.
- PublicKey string
- The public key, represented as a Base64 encoding.
- SecurityAlgorithm intType 
- The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
- delegationSigner List<DelegationInfo Signer Info Response> 
- The delegation signer information.
- flags Integer
- The flags specifies how the key is used.
- keyTag Integer
- The key tag value of the DNSKEY Resource Record.
- protocol Integer
- The protocol value. The value is always 3.
- publicKey String
- The public key, represented as a Base64 encoding.
- securityAlgorithm IntegerType 
- The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
- delegationSigner DelegationInfo Signer Info Response[] 
- The delegation signer information.
- flags number
- The flags specifies how the key is used.
- keyTag number
- The key tag value of the DNSKEY Resource Record.
- protocol number
- The protocol value. The value is always 3.
- publicKey string
- The public key, represented as a Base64 encoding.
- securityAlgorithm numberType 
- The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
- delegation_signer_ Sequence[Delegationinfo Signer Info Response] 
- The delegation signer information.
- flags int
- The flags specifies how the key is used.
- key_tag int
- The key tag value of the DNSKEY Resource Record.
- protocol int
- The protocol value. The value is always 3.
- public_key str
- The public key, represented as a Base64 encoding.
- security_algorithm_ inttype 
- The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
- delegationSigner List<Property Map>Info 
- The delegation signer information.
- flags Number
- The flags specifies how the key is used.
- keyTag Number
- The key tag value of the DNSKEY Resource Record.
- protocol Number
- The protocol value. The value is always 3.
- publicKey String
- The public key, represented as a Base64 encoding.
- securityAlgorithm NumberType 
- The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The type of identity that last modified the resource.
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The type of identity that last modified the resource.
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The type of identity that last modified the resource.
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The type of identity that last modified the resource.
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The type of identity that last modified the resource.
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The type of identity that last modified the resource.
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi