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 endpoint uses a PATCH request to update the parameters of a single SecurityProfile resource."],["The request URL follows gRPC Transcoding syntax and requires the `securityProfile.name` path parameter, which is a string identifying the SecurityProfile resource."],["The `updateMask` query parameter is required to specify which fields within the SecurityProfile will be updated, using a comma-separated list of fully qualified field names."],["The request body should contain the SecurityProfile instance with updated parameters, while the response body will contain an Operation instance upon successful update."],["The request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]