Required. Security profile in the following format: `organizations/{org}/securityProfiles/{profile}'. Profile may optionally contain revision ID. If revision ID is not provided, the response will contain latest revision by default. Example: organizations/testOrg/securityProfiles/testProfile@5
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of SecurityProfile.
[[["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-07 UTC."],[[["This page documents the `securityProfiles.get` API method for retrieving a specific security profile."],["The API uses a `GET` request to a URL with gRPC Transcoding syntax, requiring the profile name to be specified in the URL path."],["The request body for this API call must be empty, with the necessary information being in the URL."],["A successful request returns a `SecurityProfile` instance, while a missing profile will trigger a NOT_FOUND error."],["Authorization for this API requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]