Immutable. Identifier. Name of the SecurityProfile resource. It matches pattern projects|organizations/*/locations/{location}/securityProfiles/{securityProfile}.
Required. Field mask is used to specify the fields to be overwritten in the SecurityProfile resource by the update. The fields specified in the updateMask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-03-11 UTC."],[[["This page details how to update the parameters of a single SecurityProfile using a PATCH request."],["The HTTP request uses gRPC Transcoding syntax and includes a path parameter, `securityProfile.name`, to identify the target SecurityProfile."],["The `updateMask` query parameter is required to specify which fields of the SecurityProfile resource should be updated."],["The request body should contain an instance of the SecurityProfile resource with the desired updates, while a successful response will contain an instance of an Operation."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]