Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 735 Bytes

DNSRecord.md

File metadata and controls

27 lines (21 loc) · 735 Bytes

DNSRecord

Properties

Name Type Description Notes
Expiration String [optional]
Fqdn String [optional]
RecordType DNSRecordType [optional]
Values String[] [optional]

Examples

  • Prepare the resource
$DNSRecord = Initialize-Okta.PowerShellDNSRecord  -Expiration null `
 -Fqdn null `
 -RecordType null `
 -Values null
  • Convert the resource to JSON
$DNSRecord | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]