Class: Google::Cloud::SecurityCenter::V1p1beta1::ListFindingsResponse::ListFindingsResult::Resource
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1p1beta1::ListFindingsResponse::ListFindingsResult::Resource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb
Overview
Information related to the Google Cloud resource that is associated with this finding.
Instance Attribute Summary collapse
-
#folders ⇒ ::Array<::Google::Cloud::SecurityCenter::V1p1Beta1::Folder>
Contains a Folder message for each folder in the assets ancestry.
-
#name ⇒ ::String
The full resource name of the resource.
-
#parent_display_name ⇒ ::String
The human readable name of resource's parent.
-
#parent_name ⇒ ::String
The full resource name of resource's parent.
-
#project_display_name ⇒ ::String
The human readable name of project that the resource belongs to.
-
#project_name ⇒ ::String
The full resource name of project that the resource belongs to.
Instance Attribute Details
#folders ⇒ ::Array<::Google::Cloud::SecurityCenter::V1p1Beta1::Folder>
Returns Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.
902 903 904 905 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 902 class Resource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name.
902 903 904 905 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 902 class Resource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_display_name ⇒ ::String
Returns The human readable name of resource's parent.
902 903 904 905 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 902 class Resource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_name ⇒ ::String
Returns The full resource name of resource's parent.
902 903 904 905 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 902 class Resource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_display_name ⇒ ::String
Returns The human readable name of project that the resource belongs to.
902 903 904 905 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 902 class Resource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_name ⇒ ::String
Returns The full resource name of project that the resource belongs to.
902 903 904 905 |
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 902 class Resource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |