Name | Type | Description | Notes |
---|---|---|---|
Expiration | String | [optional] | |
Fqdn | String | [optional] | |
RecordType | DNSRecordType | [optional] | |
Values | String[] | [optional] |
- Prepare the resource
$DNSRecord = Initialize-Okta.PowerShellDNSRecord -Expiration null `
-Fqdn null `
-RecordType null `
-Values null
- Convert the resource to JSON
$DNSRecord | ConvertTo-JSON