Class: Google::Cloud::SecurityCenterManagement::V1::ListDescendantSecurityHealthAnalyticsCustomModulesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.

Returns:

  • (::Integer)

    Optional. The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.



433
434
435
436
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 433

class ListDescendantSecurityHealthAnalyticsCustomModulesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. A pagination token returned from a previous request. Provide this token to retrieve the next page of results.

When paginating, the rest of the request must match the request that generated the page token.

Returns:

  • (::String)

    Optional. A pagination token returned from a previous request. Provide this token to retrieve the next page of results.

    When paginating, the rest of the request must match the request that generated the page token.



433
434
435
436
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 433

class ListDescendantSecurityHealthAnalyticsCustomModulesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Name of the parent organization, folder, or project in which to list custom modules, in one of the following formats:

  • organizations/{organization}/locations/{location}
  • folders/{folder}/locations/{location}
  • projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. Name of the parent organization, folder, or project in which to list custom modules, in one of the following formats:

    • organizations/{organization}/locations/{location}
    • folders/{folder}/locations/{location}
    • projects/{project}/locations/{location}


433
434
435
436
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 433

class ListDescendantSecurityHealthAnalyticsCustomModulesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end