google_api_dns v0.7.0 GoogleApi.DNS.V1.Model.ManagedZoneDnsSecConfig View Source
Attributes
defaultKeySpecs
(type:list(GoogleApi.DNS.V1.Model.DnsKeySpec.t)
, default:nil
) - Specifies parameters that will be used for generating initial DnsKeys for this ManagedZone. Can only be changed while state is OFF.kind
(type:String.t
, default:dns#managedZoneDnsSecConfig
) - Identifies what kind of resource this is. Value: the fixed string "dns#managedZoneDnsSecConfig".nonExistence
(type:String.t
, default:nil
) - Specifies the mechanism used to provide authenticated denial-of-existence responses. Can only be changed while state is OFF.state
(type:String.t
, default:nil
) - Specifies whether DNSSEC is enabled, and what mode it is in.
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 Sourcet() :: %GoogleApi.DNS.V1.Model.ManagedZoneDnsSecConfig{ defaultKeySpecs: [GoogleApi.DNS.V1.Model.DnsKeySpec.t()], kind: String.t(), nonExistence: String.t(), state: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.