Gets details about a cloud control.
This method retrieves the latest major version of a cloud control that
you identify by name.
By default, the latest major version of the cloud control is returned.
To retrieve a specific major version, include major_revision_id in
the request.
Gets details about a framework.
This method retrieves the latest major version of the framework.
To retrieve a specific major version, include major_revision_id in
the request.
Lists the cloud controls (both built-in and custom) that are available
in a given parent resource. The latest major version of each cloud control
is returned.
This method supports pagination.
Lists the frameworks (both built-in and custom) that are available within
the parent resource. The latest major version of each framework is
returned.
This method supports pagination.
Updates a custom cloud control.
This method allows for partial updates of a cloud control. Use the
update_mask to specify which fields to update. Consider the following:
If you provide an update_mask, only the fields that are specified
in the mask are updated.
If you don't provide an update_mask, all the fields that are present
in the request's cloud_control body are used to overwrite the existing
resource.
You can only update cloud controls with the CUSTOM type.
A successful update creates a new version of the cloud control.
Updates a custom framework.
This method allows for partial updates of a framework. Use the
update_mask to specify which fields to update. Consider the following:
If you provide an update_mask, only the fields that are specified
in the mask are updated.
If you don't provide an update_mask, all the fields that are present
in the request's framework body are used to overwrite the existing
resource.
You can only update frameworks with the CUSTOM type.
A successful update creates a new version of the framework.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-19 UTC."],[],[]]