Class: Google::Cloud::SecurityCenter::V2::ListMuteConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::ListMuteConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb
Overview
Request message for listing mute configs at a given scope e.g. organization, folder or project. If no location is specified, default is global.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of configs to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListMuteConfigscall. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
820 821 822 823 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 820 class ListMuteConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
820 821 822 823 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 820 class ListMuteConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
820 821 822 823 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 820 class ListMuteConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |