Required. Name of organization. Format: organizations/{org}
Query parameters
Parameters
securityProfileId
string
Required. The ID to use for the SecurityProfile, which will become the final component of the action's resource name. This value should be 1-63 characters and validated by "(^a-z?$)".
[[["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 2025-03-21 UTC."],[[["This API endpoint allows you to create a new custom security profile within a specified organization using a POST request."],["The request URL requires a `parent` path parameter indicating the organization and uses gRPC Transcoding syntax."],["You must provide a `securityProfileId` query parameter for the new security profile, following a specified naming convention."],["The request body must include the data for the new security profile in the form of a `SecurityProfile` object, and the response body will return the newly created instance of `SecurityProfile`."],["To use this API, you need to ensure the request is authorized using the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]