Google Cloud Security Compliance V1 Client - Class FrameworkComplianceReport (0.2.0)

Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class FrameworkComplianceReport.

The response message for GetFrameworkComplianceReport.

Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.FrameworkComplianceReport

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ framework string

The name of the framework.

↳ framework_description string

The description of the framework.

↳ update_time Google\Protobuf\Timestamp

Output only. The last updated time of the report.

↳ control_assessment_details ControlAssessmentDetails

The control assessment details of the framework.

↳ framework_type int

The type of framework.

↳ supported_cloud_providers array

The list of cloud providers supported by the framework.

↳ framework_categories array

The list of framework categories supported.

↳ framework_display_name string

Optional. The display name for the framework.

↳ name string

Identifier. The name of the framework compliance report.

↳ major_revision_id int|string

The latest major revision ID of the framework.

↳ minor_revision_id int|string

The latest minor revision ID of the latest major revision of the framework.

↳ target_resource_details array<TargetResourceDetails>

The target resource details of the framework.

getFramework

The name of the framework.

Returns
Type Description
string

setFramework

The name of the framework.

Parameter
Name Description
var string
Returns
Type Description
$this

getFrameworkDescription

The description of the framework.

Returns
Type Description
string

setFrameworkDescription

The description of the framework.

Parameter
Name Description
var string
Returns
Type Description
$this

getUpdateTime

Output only. The last updated time of the report.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The last updated time of the report.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getControlAssessmentDetails

The control assessment details of the framework.

Returns
Type Description
ControlAssessmentDetails|null

hasControlAssessmentDetails

clearControlAssessmentDetails

setControlAssessmentDetails

The control assessment details of the framework.

Parameter
Name Description
var ControlAssessmentDetails
Returns
Type Description
$this

getFrameworkType

The type of framework.

Returns
Type Description
int Enum of type FrameworkType.

setFrameworkType

The type of framework.

Parameter
Name Description
var int

Enum of type FrameworkType.

Returns
Type Description
$this

getSupportedCloudProviders

The list of cloud providers supported by the framework.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSupportedCloudProviders

The list of cloud providers supported by the framework.

Parameter
Name Description
var int[]
Returns
Type Description
$this

getFrameworkCategories

The list of framework categories supported.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setFrameworkCategories

The list of framework categories supported.

Parameter
Name Description
var int[]
Returns
Type Description
$this

getFrameworkDisplayName

Optional. The display name for the framework.

Returns
Type Description
string

setFrameworkDisplayName

Optional. The display name for the framework.

Parameter
Name Description
var string
Returns
Type Description
$this

getName

Identifier. The name of the framework compliance report.

Returns
Type Description
string

setName

Identifier. The name of the framework compliance report.

Parameter
Name Description
var string
Returns
Type Description
$this

getMajorRevisionId

The latest major revision ID of the framework.

Returns
Type Description
int|string

setMajorRevisionId

The latest major revision ID of the framework.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getMinorRevisionId

The latest minor revision ID of the latest major revision of the framework.

Returns
Type Description
int|string

setMinorRevisionId

The latest minor revision ID of the latest major revision of the framework.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getTargetResourceDetails

The target resource details of the framework.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTargetResourceDetails

The target resource details of the framework.

Parameter
Name Description
var array<TargetResourceDetails>
Returns
Type Description
$this