securityProfiles.get gets the specified security profile.
Returns NOT_FOUND if security profile is not present for the specified organization.
HTTP request
GET https://apigee.googleapis.com/v1/{name=organizations/*/securityProfiles/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
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
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform