Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class TargetResourceDetails.
The details for a target resource.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.TargetResourceDetails
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ framework_deployment
string
The framework deployment name for the target resource. For example, organizations/{organization_id}/locations/{location}/frameworkDeployments/{framework_deployment_id}
↳ target_resource_display_name
string
The display name of the target resource. For example, google.com
, staging-project
, or development-folder
.
↳ target_resource
string
The target resource. For example, organizations/1234567890
, projects/1234567890
, or folders/1234567890
.
↳ create_time
↳ update_time
↳ major_revision_id
int|string
The major revision ID of the framework for the target resource.
↳ minor_revision_id
int|string
The minor revision ID of the framework for the target resource.
getFrameworkDeployment
The framework deployment name for the target resource.
For example, organizations/{organization_id}/locations/{location}/frameworkDeployments/{framework_deployment_id}
string
setFrameworkDeployment
The framework deployment name for the target resource.
For example, organizations/{organization_id}/locations/{location}/frameworkDeployments/{framework_deployment_id}
var
string
$this
getTargetResourceDisplayName
The display name of the target resource. For example, google.com
, staging-project
, or development-folder
.
string
setTargetResourceDisplayName
The display name of the target resource. For example, google.com
, staging-project
, or development-folder
.
var
string
$this
getTargetResource
The target resource. For example, organizations/1234567890
, projects/1234567890
, or folders/1234567890
.
string
setTargetResource
The target resource. For example, organizations/1234567890
, projects/1234567890
, or folders/1234567890
.
var
string
$this
getCreateTime
The create time of the target resource.
hasCreateTime
clearCreateTime
setCreateTime
The create time of the target resource.
$this
getUpdateTime
The update time of the target resource.
hasUpdateTime
clearUpdateTime
setUpdateTime
The update time of the target resource.
$this
getMajorRevisionId
The major revision ID of the framework for the target resource.
int|string
setMajorRevisionId
The major revision ID of the framework for the target resource.
var
int|string
$this
getMinorRevisionId
The minor revision ID of the framework for the target resource.
int|string
setMinorRevisionId
The minor revision ID of the framework for the target resource.
var
int|string
$this

