visibleDomainMappings property

List<String>? visibleDomainMappings
getter/setter pair

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.@OutputOnly

Implementation

core.List<core.String>? visibleDomainMappings;