Summary of entries of Methods for google-cloud-securitycentermanagement.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient
SecurityCenterManagementAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.securitycentermanagement_v1.services.security_center_management.transports.base.SecurityCenterManagementTransport, typing.Callable[[...], google.cloud.securitycentermanagement_v1.services.security_center_management.transports.base.SecurityCenterManagementTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the security center management async client.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.create_event_threat_detection_custom_module
create_event_threat_detection_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.CreateEventThreatDetectionCustomModuleRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
event_threat_detection_custom_module: typing.Optional[
google.cloud.securitycentermanagement_v1.types.security_center_management.EventThreatDetectionCustomModule
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.EventThreatDetectionCustomModule
)
Creates a resident Event Threat Detection custom module at the scope of the given organization, folder, or project, and creates inherited custom modules for all descendants of the given parent.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.create_security_health_analytics_custom_module
create_security_health_analytics_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.CreateSecurityHealthAnalyticsCustomModuleRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
security_health_analytics_custom_module: typing.Optional[
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityHealthAnalyticsCustomModule
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityHealthAnalyticsCustomModule
)
Creates a resident
xref_SecurityHealthAnalyticsCustomModule
at the scope of the given organization, folder, or project, and
also creates inherited SecurityHealthAnalyticsCustomModule
resources for all folders and projects that are descendants of
the given parent.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.delete_event_threat_detection_custom_module
delete_event_threat_detection_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.DeleteEventThreatDetectionCustomModuleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes the specified Event Threat Detection custom module and all of its descendants in the resource hierarchy.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.delete_security_health_analytics_custom_module
delete_security_health_analytics_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.DeleteSecurityHealthAnalyticsCustomModuleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes the specified xref_SecurityHealthAnalyticsCustomModule and all of its descendants in the resource hierarchy.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.effective_event_threat_detection_custom_module_path
effective_event_threat_detection_custom_module_path(
organization: str,
location: str,
effective_event_threat_detection_custom_module: str,
) -> str
Returns a fully-qualified effective_event_threat_detection_custom_module string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.effective_security_health_analytics_custom_module_path
effective_security_health_analytics_custom_module_path(
organization: str,
location: str,
effective_security_health_analytics_custom_module: str,
) -> str
Returns a fully-qualified effective_security_health_analytics_custom_module string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.event_threat_detection_custom_module_path
event_threat_detection_custom_module_path(
organization: str, location: str, event_threat_detection_custom_module: str
) -> str
Returns a fully-qualified event_threat_detection_custom_module string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.finding_path
finding_path(organization: str, source: str, finding: str) -> str
Returns a fully-qualified finding string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.get_effective_event_threat_detection_custom_module
get_effective_event_threat_detection_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.GetEffectiveEventThreatDetectionCustomModuleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.EffectiveEventThreatDetectionCustomModule
)
Gets the effective Event Threat Detection custom module at the given level.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.get_effective_security_health_analytics_custom_module
get_effective_security_health_analytics_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.GetEffectiveSecurityHealthAnalyticsCustomModuleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.EffectiveSecurityHealthAnalyticsCustomModule
)
Gets details of a single xref_EffectiveSecurityHealthAnalyticsCustomModule.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.get_event_threat_detection_custom_module
get_event_threat_detection_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.GetEventThreatDetectionCustomModuleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.EventThreatDetectionCustomModule
)
Gets an Event Threat Detection custom module.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Return the API endpoint and client cert source for mutual TLS.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.get_security_center_service
get_security_center_service(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.GetSecurityCenterServiceRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityCenterService
)
Gets service settings for the specified Security Command Center service.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.get_security_health_analytics_custom_module
get_security_health_analytics_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.GetSecurityHealthAnalyticsCustomModuleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityHealthAnalyticsCustomModule
)
Retrieves a xref_SecurityHealthAnalyticsCustomModule.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.securitycentermanagement_v1.services.security_center_management.transports.base.SecurityCenterManagementTransport
]
Returns an appropriate transport class.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.list_descendant_event_threat_detection_custom_modules
list_descendant_event_threat_detection_custom_modules(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantEventThreatDetectionCustomModulesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListDescendantEventThreatDetectionCustomModulesAsyncPager
)
Lists all resident Event Threat Detection custom modules for the given organization, folder, or project and its descendants.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.list_descendant_security_health_analytics_custom_modules
list_descendant_security_health_analytics_custom_modules(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantSecurityHealthAnalyticsCustomModulesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListDescendantSecurityHealthAnalyticsCustomModulesAsyncPager
)
Returns a list of all resident xref_SecurityHealthAnalyticsCustomModule resources under the given organization, folder, or project and all of its descendants.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.list_effective_event_threat_detection_custom_modules
list_effective_event_threat_detection_custom_modules(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveEventThreatDetectionCustomModulesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListEffectiveEventThreatDetectionCustomModulesAsyncPager
)
Lists all effective Event Threat Detection custom modules for the given parent.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.list_effective_security_health_analytics_custom_modules
list_effective_security_health_analytics_custom_modules(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveSecurityHealthAnalyticsCustomModulesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListEffectiveSecurityHealthAnalyticsCustomModulesAsyncPager
)
Returns a list of all xref_EffectiveSecurityHealthAnalyticsCustomModule resources for the given parent.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.list_event_threat_detection_custom_modules
list_event_threat_detection_custom_modules(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListEventThreatDetectionCustomModulesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListEventThreatDetectionCustomModulesAsyncPager
)
Lists all Event Threat Detection custom modules for the given organization, folder, or project.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.list_security_center_services
list_security_center_services(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityCenterServicesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListSecurityCenterServicesAsyncPager
)
Returns a list of all Security Command Center services for the given parent.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.list_security_health_analytics_custom_modules
list_security_health_analytics_custom_modules(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityHealthAnalyticsCustomModulesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListSecurityHealthAnalyticsCustomModulesAsyncPager
)
Returns a list of all xref_SecurityHealthAnalyticsCustomModule resources for the given parent.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.parse_effective_event_threat_detection_custom_module_path
parse_effective_event_threat_detection_custom_module_path(
path: str,
) -> typing.Dict[str, str]
Parses a effective_event_threat_detection_custom_module path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.parse_effective_security_health_analytics_custom_module_path
parse_effective_security_health_analytics_custom_module_path(
path: str,
) -> typing.Dict[str, str]
Parses a effective_security_health_analytics_custom_module path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.parse_event_threat_detection_custom_module_path
parse_event_threat_detection_custom_module_path(path: str) -> typing.Dict[str, str]
Parses a event_threat_detection_custom_module path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.parse_finding_path
parse_finding_path(path: str) -> typing.Dict[str, str]
Parses a finding path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.parse_security_center_service_path
parse_security_center_service_path(path: str) -> typing.Dict[str, str]
Parses a security_center_service path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.parse_security_health_analytics_custom_module_path
parse_security_health_analytics_custom_module_path(
path: str,
) -> typing.Dict[str, str]
Parses a security_health_analytics_custom_module path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.security_center_service_path
security_center_service_path(project: str, location: str, service: str) -> str
Returns a fully-qualified security_center_service string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.security_health_analytics_custom_module_path
security_health_analytics_custom_module_path(
organization: str, location: str, security_health_analytics_custom_module: str
) -> str
Returns a fully-qualified security_health_analytics_custom_module string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.simulate_security_health_analytics_custom_module
simulate_security_health_analytics_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.SimulateSecurityHealthAnalyticsCustomModuleRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
custom_config: typing.Optional[
google.cloud.securitycentermanagement_v1.types.security_center_management.CustomConfig
] = None,
resource: typing.Optional[
google.cloud.securitycentermanagement_v1.types.security_center_management.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.SimulateSecurityHealthAnalyticsCustomModuleResponse
)
Simulates the result of using a xref_SecurityHealthAnalyticsCustomModule to check a resource.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.update_event_threat_detection_custom_module
update_event_threat_detection_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.UpdateEventThreatDetectionCustomModuleRequest,
dict,
]
] = None,
*,
event_threat_detection_custom_module: typing.Optional[
google.cloud.securitycentermanagement_v1.types.security_center_management.EventThreatDetectionCustomModule
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.EventThreatDetectionCustomModule
)
Updates the Event Threat Detection custom module with the given name based on the given update mask.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.update_security_center_service
update_security_center_service(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.UpdateSecurityCenterServiceRequest,
dict,
]
] = None,
*,
security_center_service: typing.Optional[
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityCenterService
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityCenterService
)
Updates a Security Command Center service using the given update mask.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.update_security_health_analytics_custom_module
update_security_health_analytics_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.UpdateSecurityHealthAnalyticsCustomModuleRequest,
dict,
]
] = None,
*,
security_health_analytics_custom_module: typing.Optional[
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityHealthAnalyticsCustomModule
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityHealthAnalyticsCustomModule
)
Updates the xref_SecurityHealthAnalyticsCustomModule under the given name based on the given update mask.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementAsyncClient.validate_event_threat_detection_custom_module
validate_event_threat_detection_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ValidateEventThreatDetectionCustomModuleRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.ValidateEventThreatDetectionCustomModuleResponse
)
Validates the given Event Threat Detection custom module.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient
SecurityCenterManagementClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.securitycentermanagement_v1.services.security_center_management.transports.base.SecurityCenterManagementTransport, typing.Callable[[...], google.cloud.securitycentermanagement_v1.services.security_center_management.transports.base.SecurityCenterManagementTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the security center management client.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.create_event_threat_detection_custom_module
create_event_threat_detection_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.CreateEventThreatDetectionCustomModuleRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
event_threat_detection_custom_module: typing.Optional[
google.cloud.securitycentermanagement_v1.types.security_center_management.EventThreatDetectionCustomModule
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.EventThreatDetectionCustomModule
)
Creates a resident Event Threat Detection custom module at the scope of the given organization, folder, or project, and creates inherited custom modules for all descendants of the given parent.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.create_security_health_analytics_custom_module
create_security_health_analytics_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.CreateSecurityHealthAnalyticsCustomModuleRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
security_health_analytics_custom_module: typing.Optional[
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityHealthAnalyticsCustomModule
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityHealthAnalyticsCustomModule
)
Creates a resident
xref_SecurityHealthAnalyticsCustomModule
at the scope of the given organization, folder, or project, and
also creates inherited SecurityHealthAnalyticsCustomModule
resources for all folders and projects that are descendants of
the given parent.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.delete_event_threat_detection_custom_module
delete_event_threat_detection_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.DeleteEventThreatDetectionCustomModuleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes the specified Event Threat Detection custom module and all of its descendants in the resource hierarchy.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.delete_security_health_analytics_custom_module
delete_security_health_analytics_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.DeleteSecurityHealthAnalyticsCustomModuleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None
Deletes the specified xref_SecurityHealthAnalyticsCustomModule and all of its descendants in the resource hierarchy.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.effective_event_threat_detection_custom_module_path
effective_event_threat_detection_custom_module_path(
organization: str,
location: str,
effective_event_threat_detection_custom_module: str,
) -> str
Returns a fully-qualified effective_event_threat_detection_custom_module string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.effective_security_health_analytics_custom_module_path
effective_security_health_analytics_custom_module_path(
organization: str,
location: str,
effective_security_health_analytics_custom_module: str,
) -> str
Returns a fully-qualified effective_security_health_analytics_custom_module string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.event_threat_detection_custom_module_path
event_threat_detection_custom_module_path(
organization: str, location: str, event_threat_detection_custom_module: str
) -> str
Returns a fully-qualified event_threat_detection_custom_module string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.finding_path
finding_path(organization: str, source: str, finding: str) -> str
Returns a fully-qualified finding string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.get_effective_event_threat_detection_custom_module
get_effective_event_threat_detection_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.GetEffectiveEventThreatDetectionCustomModuleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.EffectiveEventThreatDetectionCustomModule
)
Gets the effective Event Threat Detection custom module at the given level.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.get_effective_security_health_analytics_custom_module
get_effective_security_health_analytics_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.GetEffectiveSecurityHealthAnalyticsCustomModuleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.EffectiveSecurityHealthAnalyticsCustomModule
)
Gets details of a single xref_EffectiveSecurityHealthAnalyticsCustomModule.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.get_event_threat_detection_custom_module
get_event_threat_detection_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.GetEventThreatDetectionCustomModuleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.EventThreatDetectionCustomModule
)
Gets an Event Threat Detection custom module.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)
Deprecated.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.get_security_center_service
get_security_center_service(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.GetSecurityCenterServiceRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityCenterService
)
Gets service settings for the specified Security Command Center service.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.get_security_health_analytics_custom_module
get_security_health_analytics_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.GetSecurityHealthAnalyticsCustomModuleRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityHealthAnalyticsCustomModule
)
Retrieves a xref_SecurityHealthAnalyticsCustomModule.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.list_descendant_event_threat_detection_custom_modules
list_descendant_event_threat_detection_custom_modules(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantEventThreatDetectionCustomModulesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListDescendantEventThreatDetectionCustomModulesPager
)
Lists all resident Event Threat Detection custom modules for the given organization, folder, or project and its descendants.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.list_descendant_security_health_analytics_custom_modules
list_descendant_security_health_analytics_custom_modules(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantSecurityHealthAnalyticsCustomModulesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListDescendantSecurityHealthAnalyticsCustomModulesPager
)
Returns a list of all resident xref_SecurityHealthAnalyticsCustomModule resources under the given organization, folder, or project and all of its descendants.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.list_effective_event_threat_detection_custom_modules
list_effective_event_threat_detection_custom_modules(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveEventThreatDetectionCustomModulesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListEffectiveEventThreatDetectionCustomModulesPager
)
Lists all effective Event Threat Detection custom modules for the given parent.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.list_effective_security_health_analytics_custom_modules
list_effective_security_health_analytics_custom_modules(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveSecurityHealthAnalyticsCustomModulesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListEffectiveSecurityHealthAnalyticsCustomModulesPager
)
Returns a list of all xref_EffectiveSecurityHealthAnalyticsCustomModule resources for the given parent.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.list_event_threat_detection_custom_modules
list_event_threat_detection_custom_modules(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListEventThreatDetectionCustomModulesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListEventThreatDetectionCustomModulesPager
)
Lists all Event Threat Detection custom modules for the given organization, folder, or project.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.list_security_center_services
list_security_center_services(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityCenterServicesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListSecurityCenterServicesPager
)
Returns a list of all Security Command Center services for the given parent.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.list_security_health_analytics_custom_modules
list_security_health_analytics_custom_modules(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityHealthAnalyticsCustomModulesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListSecurityHealthAnalyticsCustomModulesPager
)
Returns a list of all xref_SecurityHealthAnalyticsCustomModule resources for the given parent.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.parse_effective_event_threat_detection_custom_module_path
parse_effective_event_threat_detection_custom_module_path(
path: str,
) -> typing.Dict[str, str]
Parses a effective_event_threat_detection_custom_module path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.parse_effective_security_health_analytics_custom_module_path
parse_effective_security_health_analytics_custom_module_path(
path: str,
) -> typing.Dict[str, str]
Parses a effective_security_health_analytics_custom_module path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.parse_event_threat_detection_custom_module_path
parse_event_threat_detection_custom_module_path(path: str) -> typing.Dict[str, str]
Parses a event_threat_detection_custom_module path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.parse_finding_path
parse_finding_path(path: str) -> typing.Dict[str, str]
Parses a finding path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.parse_security_center_service_path
parse_security_center_service_path(path: str) -> typing.Dict[str, str]
Parses a security_center_service path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.parse_security_health_analytics_custom_module_path
parse_security_health_analytics_custom_module_path(
path: str,
) -> typing.Dict[str, str]
Parses a security_health_analytics_custom_module path into its component segments.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.security_center_service_path
security_center_service_path(project: str, location: str, service: str) -> str
Returns a fully-qualified security_center_service string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.security_health_analytics_custom_module_path
security_health_analytics_custom_module_path(
organization: str, location: str, security_health_analytics_custom_module: str
) -> str
Returns a fully-qualified security_health_analytics_custom_module string.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.simulate_security_health_analytics_custom_module
simulate_security_health_analytics_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.SimulateSecurityHealthAnalyticsCustomModuleRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
custom_config: typing.Optional[
google.cloud.securitycentermanagement_v1.types.security_center_management.CustomConfig
] = None,
resource: typing.Optional[
google.cloud.securitycentermanagement_v1.types.security_center_management.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource
] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.SimulateSecurityHealthAnalyticsCustomModuleResponse
)
Simulates the result of using a xref_SecurityHealthAnalyticsCustomModule to check a resource.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.update_event_threat_detection_custom_module
update_event_threat_detection_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.UpdateEventThreatDetectionCustomModuleRequest,
dict,
]
] = None,
*,
event_threat_detection_custom_module: typing.Optional[
google.cloud.securitycentermanagement_v1.types.security_center_management.EventThreatDetectionCustomModule
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.EventThreatDetectionCustomModule
)
Updates the Event Threat Detection custom module with the given name based on the given update mask.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.update_security_center_service
update_security_center_service(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.UpdateSecurityCenterServiceRequest,
dict,
]
] = None,
*,
security_center_service: typing.Optional[
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityCenterService
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityCenterService
)
Updates a Security Command Center service using the given update mask.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.update_security_health_analytics_custom_module
update_security_health_analytics_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.UpdateSecurityHealthAnalyticsCustomModuleRequest,
dict,
]
] = None,
*,
security_health_analytics_custom_module: typing.Optional[
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityHealthAnalyticsCustomModule
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.SecurityHealthAnalyticsCustomModule
)
Updates the xref_SecurityHealthAnalyticsCustomModule under the given name based on the given update mask.
google.cloud.securitycentermanagement_v1.services.security_center_management.SecurityCenterManagementClient.validate_event_threat_detection_custom_module
validate_event_threat_detection_custom_module(
request: typing.Optional[
typing.Union[
google.cloud.securitycentermanagement_v1.types.security_center_management.ValidateEventThreatDetectionCustomModuleRequest,
dict,
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
google.cloud.securitycentermanagement_v1.types.security_center_management.ValidateEventThreatDetectionCustomModuleResponse
)
Validates the given Event Threat Detection custom module.
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListDescendantEventThreatDetectionCustomModulesAsyncPager
ListDescendantEventThreatDetectionCustomModulesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantEventThreatDetectionCustomModulesResponse
],
],
request: google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantEventThreatDetectionCustomModulesRequest,
response: google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantEventThreatDetectionCustomModulesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListDescendantEventThreatDetectionCustomModulesPager
ListDescendantEventThreatDetectionCustomModulesPager(
method: typing.Callable[
[...],
google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantEventThreatDetectionCustomModulesResponse,
],
request: google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantEventThreatDetectionCustomModulesRequest,
response: google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantEventThreatDetectionCustomModulesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListDescendantSecurityHealthAnalyticsCustomModulesAsyncPager
ListDescendantSecurityHealthAnalyticsCustomModulesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantSecurityHealthAnalyticsCustomModulesResponse
],
],
request: google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantSecurityHealthAnalyticsCustomModulesRequest,
response: google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantSecurityHealthAnalyticsCustomModulesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListDescendantSecurityHealthAnalyticsCustomModulesPager
ListDescendantSecurityHealthAnalyticsCustomModulesPager(
method: typing.Callable[
[...],
google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantSecurityHealthAnalyticsCustomModulesResponse,
],
request: google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantSecurityHealthAnalyticsCustomModulesRequest,
response: google.cloud.securitycentermanagement_v1.types.security_center_management.ListDescendantSecurityHealthAnalyticsCustomModulesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListEffectiveEventThreatDetectionCustomModulesAsyncPager
ListEffectiveEventThreatDetectionCustomModulesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveEventThreatDetectionCustomModulesResponse
],
],
request: google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveEventThreatDetectionCustomModulesRequest,
response: google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveEventThreatDetectionCustomModulesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListEffectiveEventThreatDetectionCustomModulesPager
ListEffectiveEventThreatDetectionCustomModulesPager(
method: typing.Callable[
[...],
google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveEventThreatDetectionCustomModulesResponse,
],
request: google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveEventThreatDetectionCustomModulesRequest,
response: google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveEventThreatDetectionCustomModulesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListEffectiveSecurityHealthAnalyticsCustomModulesAsyncPager
ListEffectiveSecurityHealthAnalyticsCustomModulesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
],
],
request: google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveSecurityHealthAnalyticsCustomModulesRequest,
response: google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListEffectiveSecurityHealthAnalyticsCustomModulesPager
ListEffectiveSecurityHealthAnalyticsCustomModulesPager(
method: typing.Callable[
[...],
google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse,
],
request: google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveSecurityHealthAnalyticsCustomModulesRequest,
response: google.cloud.securitycentermanagement_v1.types.security_center_management.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListEventThreatDetectionCustomModulesAsyncPager
ListEventThreatDetectionCustomModulesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListEventThreatDetectionCustomModulesResponse
],
],
request: google.cloud.securitycentermanagement_v1.types.security_center_management.ListEventThreatDetectionCustomModulesRequest,
response: google.cloud.securitycentermanagement_v1.types.security_center_management.ListEventThreatDetectionCustomModulesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListEventThreatDetectionCustomModulesPager
ListEventThreatDetectionCustomModulesPager(
method: typing.Callable[
[...],
google.cloud.securitycentermanagement_v1.types.security_center_management.ListEventThreatDetectionCustomModulesResponse,
],
request: google.cloud.securitycentermanagement_v1.types.security_center_management.ListEventThreatDetectionCustomModulesRequest,
response: google.cloud.securitycentermanagement_v1.types.security_center_management.ListEventThreatDetectionCustomModulesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListSecurityCenterServicesAsyncPager
ListSecurityCenterServicesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityCenterServicesResponse
],
],
request: google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityCenterServicesRequest,
response: google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityCenterServicesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListSecurityCenterServicesPager
ListSecurityCenterServicesPager(
method: typing.Callable[
[...],
google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityCenterServicesResponse,
],
request: google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityCenterServicesRequest,
response: google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityCenterServicesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListSecurityHealthAnalyticsCustomModulesAsyncPager
ListSecurityHealthAnalyticsCustomModulesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityHealthAnalyticsCustomModulesResponse
],
],
request: google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityHealthAnalyticsCustomModulesRequest,
response: google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityHealthAnalyticsCustomModulesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
google.cloud.securitycentermanagement_v1.services.security_center_management.pagers.ListSecurityHealthAnalyticsCustomModulesPager
ListSecurityHealthAnalyticsCustomModulesPager(
method: typing.Callable[
[...],
google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityHealthAnalyticsCustomModulesResponse,
],
request: google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityHealthAnalyticsCustomModulesRequest,
response: google.cloud.securitycentermanagement_v1.types.security_center_management.ListSecurityHealthAnalyticsCustomModulesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiate the pager.