google_api_dns v0.1.0 GoogleApi.DNS.V1.Model.ManagedZoneDnsSecConfig View Source
Attributes
- defaultKeySpecs ([DnsKeySpec]): Specifies parameters that will be used for generating initial DnsKeys for this ManagedZone. Output only while state is not OFF. Defaults to:
null. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "dns#managedZoneDnsSecConfig". Defaults to:
null. nonExistence (String.t): Specifies the mechanism used to provide authenticated denial-of-existence responses. Output only while state is not OFF. Defaults to:
null.- Enum - one of [nsec, nsec3]
state (String.t): Specifies whether DNSSEC is enabled, and what mode it is in. Defaults to:
null.- Enum - one of [off, on, transfer]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.DNS.V1.Model.ManagedZoneDnsSecConfig{
defaultKeySpecs: [GoogleApi.DNS.V1.Model.DnsKeySpec.t()],
kind: any(),
nonExistence: any(),
state: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.