Method: organizations.securityProfiles.list

securityProfiles.list lists all the security profiles associated with the org including attached and unattached profiles.

HTTP request

GET https://apigee.googleapis.com/v1/{parent=organizations/*}/securityProfiles

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. For a specific organization, list of all the security profiles. Format: organizations/{org}

Query parameters

Parameters
pageSize

integer

The maximum number of profiles to return. The service may return fewer than this value. If unspecified, at most 50 profiles will be returned.

pageToken

string

A page token, received from a previous securityProfiles.list call. Provide this to retrieve the subsequent page.

Request body

The request body must be empty.

Response body

Response for securityProfiles.list.

If successful, the response body contains data with the following structure:

JSON representation
{
  "securityProfiles": [
    {
      object (SecurityProfile)
    }
  ],
  "nextPageToken": string
}
Fields
securityProfiles[]

object (SecurityProfile)

List of security profiles in the organization. The profiles may be attached or unattached to any environment. This will return latest revision of each profile.

nextPageToken

string

A token that can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform