Class CreateSecurityProfileRequest (0.13.0)

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

Request used by the CreateSecurityProfile method.

Attributes

Name Description
parent str
Required. The parent resource of the SecurityProfile. Must be in the format projects|organizations/*/locations/{location}.
security_profile_id str
Required. Short name of the SecurityProfile 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_profile1".
security_profile google.cloud.network_security_v1alpha1.types.SecurityProfile
Required. SecurityProfile resource to be created.