Framework for assessment.
| JSON representation |
|---|
{ "name": string, "majorRevisionId": integer, "parentDomain": { object ( |
| Fields | |
|---|---|
name |
Required. The framework name. |
majorRevisionId |
Optional. The major revision id of the framework. |
parentDomain |
Required. The domain to which this framework belongs. |
displayName |
Optional. The framework display name. |
description |
Optional. The framework description. |
url |
Optional. The URL to a framework. |
active |
Optional. Whether the framework is active. |
cloudControlDetails[] |
Optional. The cloud controls that are associated with the framework. |
deploymentStatus |
Optional. The deployment status of the framework. |
CloudControl
Cloud control for a framework.
| JSON representation |
|---|
{
"name": string,
"description": string,
"majorRevisionId": integer,
"enforcementMode": enum ( |
| Fields | |
|---|---|
name |
Required. The name of the cloud control. |
description |
Optional. The description of the cloud control. |
majorRevisionId |
Required. The major revision id of the cloud control. |
enforcementMode |
Optional. The enforcement mode of the cloud control. |