Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class Asset.
Security Command Center representation of a Google Cloud resource.
The Asset is a Security Command Center resource that captures information about a single Google Cloud resource. All modifications to an Asset are only within the context of Security Command Center and don't affect the referenced Google Cloud resource.
Generated from protobuf message google.cloud.securitycenter.v1.Asset
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The relative resource name of this asset. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/assets/{asset_id}".
↳ security_center_properties
Google\Cloud\SecurityCenter\V1\Asset\SecurityCenterProperties
Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.
↳ resource_properties
array|Google\Protobuf\Internal\MapField
Resource managed properties. These properties are managed and defined by the Google Cloud resource and cannot be modified by the user.
↳ security_marks
Google\Cloud\SecurityCenter\V1\SecurityMarks
User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the asset.
↳ create_time
Google\Protobuf\Timestamp
The time at which the asset was created in Security Command Center.
↳ update_time
Google\Protobuf\Timestamp
The time at which the asset was last updated or added in Cloud SCC.
↳ iam_policy
Google\Cloud\SecurityCenter\V1\Asset\IamPolicy
Cloud IAM Policy information associated with the Google Cloud resource described by the Security Command Center asset. This information is managed and defined by the Google Cloud resource and cannot be modified by the user.
↳ canonical_name
string
The canonical name of the resource. It's either "organizations/{organization_id}/assets/{asset_id}", "folders/{folder_id}/assets/{asset_id}" or "projects/{project_number}/assets/{asset_id}", depending on the closest CRM ancestor of the resource.
getName
The relative resource name of this asset. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/assets/{asset_id}".
Generated from protobuf field string name = 1;
string
setName
The relative resource name of this asset. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/assets/{asset_id}".
Generated from protobuf field string name = 1;
var
string
$this
getSecurityCenterProperties
Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.
Generated from protobuf field .google.cloud.securitycenter.v1.Asset.SecurityCenterProperties security_center_properties = 2;
hasSecurityCenterProperties
clearSecurityCenterProperties
setSecurityCenterProperties
Security Command Center managed properties. These properties are managed by Security Command Center and cannot be modified by the user.
Generated from protobuf field .google.cloud.securitycenter.v1.Asset.SecurityCenterProperties security_center_properties = 2;
$this
getResourceProperties
Resource managed properties. These properties are managed and defined by the Google Cloud resource and cannot be modified by the user.
Generated from protobuf field map<string, .google.protobuf.Value> resource_properties = 7;
Google\Protobuf\Internal\MapField
setResourceProperties
Resource managed properties. These properties are managed and defined by the Google Cloud resource and cannot be modified by the user.
Generated from protobuf field map<string, .google.protobuf.Value> resource_properties = 7;
var
array|Google\Protobuf\Internal\MapField
$this
getSecurityMarks
User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the asset.
Generated from protobuf field .google.cloud.securitycenter.v1.SecurityMarks security_marks = 8;
hasSecurityMarks
clearSecurityMarks
setSecurityMarks
User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the asset.
Generated from protobuf field .google.cloud.securitycenter.v1.SecurityMarks security_marks = 8;
$this
getCreateTime
The time at which the asset was created in Security Command Center.
Generated from protobuf field .google.protobuf.Timestamp create_time = 9;
Google\Protobuf\Timestamp|null
hasCreateTime
clearCreateTime
setCreateTime
The time at which the asset was created in Security Command Center.
Generated from protobuf field .google.protobuf.Timestamp create_time = 9;
var
Google\Protobuf\Timestamp
$this
getUpdateTime
The time at which the asset was last updated or added in Cloud SCC.
Generated from protobuf field .google.protobuf.Timestamp update_time = 10;
Google\Protobuf\Timestamp|null
hasUpdateTime
clearUpdateTime
setUpdateTime
The time at which the asset was last updated or added in Cloud SCC.
Generated from protobuf field .google.protobuf.Timestamp update_time = 10;
var
Google\Protobuf\Timestamp
$this
getIamPolicy
Cloud IAM Policy information associated with the Google Cloud resource described by the Security Command Center asset. This information is managed and defined by the Google Cloud resource and cannot be modified by the user.
Generated from protobuf field .google.cloud.securitycenter.v1.Asset.IamPolicy iam_policy = 11;
hasIamPolicy
clearIamPolicy
setIamPolicy
Cloud IAM Policy information associated with the Google Cloud resource described by the Security Command Center asset. This information is managed and defined by the Google Cloud resource and cannot be modified by the user.
Generated from protobuf field .google.cloud.securitycenter.v1.Asset.IamPolicy iam_policy = 11;
$this
getCanonicalName
The canonical name of the resource. It's either "organizations/{organization_id}/assets/{asset_id}", "folders/{folder_id}/assets/{asset_id}" or "projects/{project_number}/assets/{asset_id}", depending on the closest CRM ancestor of the resource.
Generated from protobuf field string canonical_name = 13;
string
setCanonicalName
The canonical name of the resource. It's either "organizations/{organization_id}/assets/{asset_id}", "folders/{folder_id}/assets/{asset_id}" or "projects/{project_number}/assets/{asset_id}", depending on the closest CRM ancestor of the resource.
Generated from protobuf field string canonical_name = 13;
var
string
$this