Akeyless::TargetCreateCustomDns
Name
Type
Description
Notes
delete_protection
String
Protection from accidental deletion of this object [true/false]
[optional]
description
String
Description of the object
[optional]
dns_parameter
Hash<String, String>
Lego DNS provider parameters as KEY=VALUE pairs using lego environment variable names
json
Boolean
Set output format to JSON
[optional][default to false]
key
String
The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
[optional]
max_versions
String
Set the maximum number of versions, limited by the account settings defaults.
[optional]
name
String
Target name
provider_type
String
Lego DNS provider code (e.g. infoblox, route53, azion). See https://go-acme.github.io/lego/dns/
token
String
Authentication token (see `/auth` and `/configure`)
[optional]
uid_token
String
The universal identity token, Required only for universal_identity authentication
[optional]
require 'akeyless'
instance = Akeyless ::TargetCreateCustomDns . new (
delete_protection : null ,
description : null ,
dns_parameter : null ,
json : null ,
key : null ,
max_versions : null ,
name : null ,
provider_type : null ,
token : null ,
uid_token : null
)