Aggregated assessment report from all domains.
| JSON representation |
|---|
{ "domainAssessmentReports": [ { object ( |
| Fields | |
|---|---|
domainAssessmentReports[] |
Output only. Generated best practice reports. |
skippedDomains[] |
Output only. Skipped domains. |
createTime |
Output only. The time at which the report was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Union field adc_resource_uri. Resource associated with the report. adc_resource_uri can be only one of the following: |
|
adcApplicationUri |
Output only. Application URI. |
adcApplicationTemplateUri |
Output only. Application Template URI. |
adcCatalogTemplateUri |
Output only. Catalog Template URI. |
adcSpaceUri |
Output only. Space URI. |
DomainAssessmentReport
The assessment report for each domain.
| JSON representation |
|---|
{ "reportName": string, "domainId": string, "createTime": string, "updateTime": string, "status": enum ( |
| Fields | |
|---|---|
reportName |
Optional. The report name as per Application Design Center. |
domainId |
Output only. The ID of the domain. |
createTime |
Output only. The time at which the report was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The time at which the report was last updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
status |
Optional. Status of assessment report. |
adcMetadata |
Output only. Specific information and metadata. |
assessedFrameworks[] |
Required. List of frameworks assessed and their findings. |
additionalInfo |
Optional. Additional information about the report. |
skippedAssetTypes[] |
Optional. List of asset types skipped during assessment. |
domainRedirectInfo |
Optional. Information on how to redirect to domain. |
reportScore |
Output only. Score card associated with the report. |
DomainRedirectInfo
Information on how to redirect to domain.
| JSON representation |
|---|
{ "url": string, "urlText": string, "openInSameTab": boolean } |
| Fields | |
|---|---|
url |
Required. URL to the domain page. |
urlText |
Required. Text to display in UI on the redirect URL. |
openInSameTab |
Optional. Flag to open the URL in new tab. Default: false. |
SkippedDomain
Domains skipped during the best practice assessment.
| JSON representation |
|---|
{ "domain": { object ( |
| Fields | |
|---|---|
domain |
Output only. Details of the domain skipped. |
skipReason |
Output only. Reason for skipping the domain from assessment. |