Okta.Sdk.Model.DomainResponse
August 11, 2023 ยท View on GitHub
The properties that define an individual domain.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| BrandId | string | The ID number of the brand | [optional] |
| CertificateSourceType | DomainCertificateSourceType | [optional] | |
| DnsRecords | List<DNSRecord> | [optional] | |
| Domain | string | Custom domain name | [optional] |
| Id | string | Unique ID of the domain | [optional] |
| PublicCertificate | DomainCertificateMetadata | [optional] | |
| ValidationStatus | DomainValidationStatus | [optional] | |
| Links | DomainLinks | [optional] |