Required. The parent resource of the SecurityProfile. Must be in the format projects|organizations/*/locations/{location}.
Query parameters
Parameters
securityProfileId
string
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".
[[["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 2023-08-29 UTC."],[[["This endpoint creates a new SecurityProfile within a specified organization and location using a POST HTTP request."],["The `parent` path parameter is required and specifies the organization and location where the SecurityProfile will be created, using the format `projects|organizations/*/locations/{location}`."],["The `securityProfileId` query parameter, which is mandatory, defines the short name of the SecurityProfile resource, following specific formatting rules."],["The request body needs a SecurityProfile instance, while a successful response will return a newly created Operation instance."],["The request requires `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]