Class: Google::Cloud::CloudSecurityCompliance::V1::TargetResourceDetails
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::TargetResourceDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb
Overview
The details for a target resource.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The create time of the target resource.
-
#framework_deployment ⇒ ::String
The framework deployment name for the target resource.
-
#major_revision_id ⇒ ::Integer
The major revision ID of the framework for the target resource.
-
#minor_revision_id ⇒ ::Integer
The minor revision ID of the framework for the target resource.
-
#target_resource ⇒ ::String
The target resource.
-
#target_resource_display_name ⇒ ::String
The display name of the target resource.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The update time of the target resource.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The create time of the target resource.
477 478 479 480 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 477 class TargetResourceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#framework_deployment ⇒ ::String
Returns The framework deployment name for the target resource.
For example,
organizations/{organization_id}/locations/{location}/frameworkDeployments/{framework_deployment_id}.
477 478 479 480 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 477 class TargetResourceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#major_revision_id ⇒ ::Integer
Returns The major revision ID of the framework for the target resource.
477 478 479 480 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 477 class TargetResourceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#minor_revision_id ⇒ ::Integer
Returns The minor revision ID of the framework for the target resource.
477 478 479 480 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 477 class TargetResourceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_resource ⇒ ::String
Returns The target resource. For example, organizations/1234567890,
projects/1234567890, or folders/1234567890.
477 478 479 480 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 477 class TargetResourceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_resource_display_name ⇒ ::String
Returns The display name of the target resource. For example, google.com,
staging-project, or development-folder.
477 478 479 480 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 477 class TargetResourceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The update time of the target resource.
477 478 479 480 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 477 class TargetResourceDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |