Full name:
org.kuali.maven.plugins:maven-dnsme-plugin:1.0.7:csv
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
apiKey | String | - | The REST api key for a DNSME account User property is: dnsme.apiKey. |
domainName | String | - | The domain to show records for User property is: dnsme.domainName. |
restApiUrl | String | - | The url for the DNSME Rest API Default value is: http://api.dnsmadeeasy.com/V1.2. User property is: dnsme.restApiUrl. |
secretKey | String | - | The REST secret key for a DNSME account User property is: dnsme.secretKey. |
Name | Type | Since | Description |
---|---|---|---|
encryptionPassword | String | - | (no description) User property is: enc.password. |
gtdLocation | GTDLocation | - | DEFAULT, US_EAST, US_WEST, ASIA User property is: dnsme.gtdLocation. |
outputFile | File | - | Where the CSV file gets written Default value is: ${project.build.directory}/dnsme/records.csv. User property is: dnsme.outputFile. |
recordName | String | - | Matches a single record with this exact name User property is: dnsme.recordName. |
recordNameContains | String | - | Matches any record with a name that contains this value User property is: dnsme.recordNameContains. |
recordType | RecordType | - | A, CNAME, MX, NS, PTR, SRV, AAAA, HTTPRED, TXT User property is: dnsme.recordType. |
recordValue | String | - | Matches any record with this exact value User property is: dnsme.recordValue. |
recordValueContains | String | - | Matches any record with a value that contains this value User property is: dnsme.recordValueContains. |
removeTrailingDot | boolean | - | By default DNSME appends a dot to the end of fully qualified CNAME
record values. This plugin removes that dot by default. Default value is: true. User property is: dnsme.removeTrailingDot. |