Class: Google::Cloud::SecurityCenter::V2::GcpMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::GcpMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/resource.rb
Overview
Google Cloud metadata associated with the resource. Only applicable if the finding's cloud provider is Google Cloud.
Instance Attribute Summary collapse
-
#folders ⇒ ::Array<::Google::Cloud::SecurityCenter::V2::Folder>
readonly
Output only.
-
#organization ⇒ ::String
The name of the organization that the resource belongs to.
-
#parent ⇒ ::String
The full resource name of resource's parent.
-
#parent_display_name ⇒ ::String
The human readable name of resource's parent.
-
#project ⇒ ::String
The full resource name of project that the resource belongs to.
-
#project_display_name ⇒ ::String
The project ID that the resource belongs to.
Instance Attribute Details
#folders ⇒ ::Array<::Google::Cloud::SecurityCenter::V2::Folder> (readonly)
101 102 103 104 |
# File 'proto_docs/google/cloud/securitycenter/v2/resource.rb', line 101 class GcpMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#organization ⇒ ::String
101 102 103 104 |
# File 'proto_docs/google/cloud/securitycenter/v2/resource.rb', line 101 class GcpMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
101 102 103 104 |
# File 'proto_docs/google/cloud/securitycenter/v2/resource.rb', line 101 class GcpMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_display_name ⇒ ::String
101 102 103 104 |
# File 'proto_docs/google/cloud/securitycenter/v2/resource.rb', line 101 class GcpMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
101 102 103 104 |
# File 'proto_docs/google/cloud/securitycenter/v2/resource.rb', line 101 class GcpMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_display_name ⇒ ::String
101 102 103 104 |
# File 'proto_docs/google/cloud/securitycenter/v2/resource.rb', line 101 class GcpMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |