AssessmentReport

Aggregated assessment report from all domains.

JSON representation
{
  "domainAssessmentReports": [
    {
      object (DomainAssessmentReport)
    }
  ],
  "skippedDomains": [
    {
      object (SkippedDomain)
    }
  ],
  "createTime": string,

  // Union field adc_resource_uri can be only one of the following:
  "adcApplicationUri": string,
  "adcApplicationTemplateUri": string,
  "adcCatalogTemplateUri": string,
  "adcSpaceUri": string
  // End of list of possible types for union field adc_resource_uri.
}
Fields
domainAssessmentReports[]

object (DomainAssessmentReport)

Output only. Generated best practice reports.

skippedDomains[]

object (SkippedDomain)

Output only. Skipped domains.

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

Union field adc_resource_uri. Resource associated with the report. adc_resource_uri can be only one of the following:
adcApplicationUri

string

Output only. Application URI.

adcApplicationTemplateUri

string

Output only. Application Template URI.

adcCatalogTemplateUri

string

Output only. Catalog Template URI.

adcSpaceUri

string

Output only. Space URI.

DomainAssessmentReport

The assessment report for each domain.

JSON representation
{
  "reportName": string,
  "domainId": string,
  "createTime": string,
  "updateTime": string,
  "status": enum (Status),
  "adcMetadata": {
    object (AdcMetadata)
  },
  "assessedFrameworks": [
    {
      object (AssessedFramework)
    }
  ],
  "additionalInfo": string,
  "skippedAssetTypes": [
    string
  ],
  "domainRedirectInfo": {
    object (DomainRedirectInfo)
  },
  "reportScore": {
    object (ScoreCard)
  }
}
Fields
reportName

string

Optional. The report name as per Application Design Center.

domainId

string

Output only. The ID of the domain.

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

status

enum (Status)

Optional. Status of assessment report.

adcMetadata

object (AdcMetadata)

Output only. Specific information and metadata.

assessedFrameworks[]

object (AssessedFramework)

Required. List of frameworks assessed and their findings.

additionalInfo

string

Optional. Additional information about the report.

skippedAssetTypes[]

string

Optional. List of asset types skipped during assessment.

domainRedirectInfo

object (DomainRedirectInfo)

Optional. Information on how to redirect to domain.

reportScore

object (ScoreCard)

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

string

Required. URL to the domain page.

urlText

string

Required. Text to display in UI on the redirect URL.

openInSameTab

boolean

Optional. Flag to open the URL in new tab. Default: false.

SkippedDomain

Domains skipped during the best practice assessment.

JSON representation
{
  "domain": {
    object (Domain)
  },
  "skipReason": enum (Reason)
}
Fields
domain

object (Domain)

Output only. Details of the domain skipped.

skipReason

enum (Reason)

Output only. Reason for skipping the domain from assessment.