Name | Type | Description | Notes |
---|---|---|---|
DnsValidationRecords | DNSRecord[] | [optional] | |
Domain | String | [optional] | |
Id | String | [optional] | |
ValidationStatus | EmailDomainStatus | [optional] | |
DisplayName | String | ||
UserName | String |
- Prepare the resource
$EmailDomainResponse = Initialize-Okta.PowerShellEmailDomainResponse -DnsValidationRecords null `
-Domain null `
-Id null `
-ValidationStatus null `
-DisplayName null `
-UserName null
- Convert the resource to JSON
$EmailDomainResponse | ConvertTo-JSON