Class SimulateSecurityHealthAnalyticsCustomModuleRequest (1.31.0)

SimulateSecurityHealthAnalyticsCustomModuleRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message to simulate a CustomConfig against a given test resource. Maximum size of the request is 4 MB by default.

Attributes

NameDescription
parent str
Required. The relative resource name of the organization, project, or folder. For more information about relative resource names, see `Relative Resource Name
custom_config google.cloud.securitycenter_v1.types.CustomConfig
Required. The custom configuration that you need to test.
resource google.cloud.securitycenter_v1.types.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource
Required. Resource data to simulate custom module against.

Classes

SimulatedResource

SimulatedResource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Manually constructed resource name. If the custom module evaluates against only the resource data, you can omit the iam_policy_data field. If it evaluates only the iam_policy_data field, you can omit the resource data.