Resource: CloudControl
A cloud control is a set of rules and associated metadata that you can use to define your organization's security or compliance intent.
| JSON representation |
|---|
{ "name": string, "majorRevisionId": string, "description": string, "displayName": string, "supportedEnforcementModes": [ enum ( |
| Fields | |
|---|---|
name |
Required. Identifier. The name of the cloud control, in either of the formats:
The only supported location is |
majorRevisionId |
Output only. The major version of the cloud control, which is incremented in ascending order. |
description |
Optional. A description of the cloud control. The maximum length is 2000 characters. |
displayName |
Optional. The friendly name of the cloud control. The maximum length is 200 characters. |
supportedEnforcementModes[] |
Output only. The supported enforcement modes for the cloud control. |
parameterSpec[] |
Optional. The parameter specifications for the cloud control. |
rules[] |
Optional. The rules that you can enforce to meet your security or compliance intent. |
severity |
Optional. The severity of the findings that are generated by the cloud control. |
findingCategory |
Optional. The finding category for the cloud control findings. The maximum length is 255 characters. |
supportedCloudProviders[] |
Optional. The supported cloud providers. |
relatedFrameworks[] |
Output only. The frameworks that include this cloud control. |
remediationSteps |
Optional. The remediation steps for the cloud control findings. The maximum length is 400 characters. |
categories[] |
Optional. The categories for the cloud control. |
createTime |
Output only. The time that the cloud control 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: |
supportedTargetResourceTypes[] |
Optional. The target resource types that are supported by the cloud control. |
Methods |
|
|---|---|
|
Creates a custom cloud control in a given parent resource. |
|
Deletes a custom cloud control, including all its major and minor revisions. |
|
Gets details about a cloud control. |
|
Lists the cloud controls (both built-in and custom) that are available in a given parent resource. |
|
Updates a custom cloud control. |