Class CreateSecurityProfileGroupRequest (0.13.0)

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

Request used by the CreateSecurityProfileGroup method.

Attributes

Name Description
parent str
Required. The parent resource of the SecurityProfileGroup. Must be in the format projects|organizations/*/locations/{location}.
security_profile_group_id str
Required. Short name of the SecurityProfileGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "security_profile_group1".
security_profile_group google.cloud.network_security_v1.types.SecurityProfileGroup
Required. SecurityProfileGroup resource to be created.