Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern projects|organizations/*/locations/{location}/securityProfileGroups/{securityProfileGroup}.
Required. Field mask is used to specify the fields to be overwritten in the SecurityProfileGroup 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 updates the parameters of a single SecurityProfileGroup resource."],["The request uses a PATCH HTTP method with a URL that includes a path parameter, `securityProfileGroup.name`, to identify the specific group."],["It requires a `updateMask` query parameter to specify which fields of the SecurityProfileGroup will be modified."],["The request body contains the new SecurityProfileGroup data, and a successful response returns an Operation instance."],["The request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]