Class UpdateSecurityProfileRequest (0.11.0)

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

Request used by the UpdateSecurityProfile method.

Attributes

Name Description
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. Field mask is used to specify the fields to be overwritten in the SecurityProfile resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.
security_profile google.cloud.network_security_v1alpha1.types.SecurityProfile
Required. Updated SecurityProfile resource.