Get Authorized Certificate Result
data class GetAuthorizedCertificateResult(val certificateRawData: CertificateRawDataResponse, val displayName: String, val domainMappingsCount: Int, val domainNames: List<String>, val expireTime: String, val managedCertificate: ManagedCertificateResponse, val name: String, val visibleDomainMappings: List<String>)
Constructors
Link copied to clipboard
fun GetAuthorizedCertificateResult(certificateRawData: CertificateRawDataResponse, displayName: String, domainMappingsCount: Int, domainNames: List<String>, expireTime: String, managedCertificate: ManagedCertificateResponse, name: String, visibleDomainMappings: List<String>)
Types
Properties
Link copied to clipboard
The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com.This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count.Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option.