Okta Privileged Access
/- List top-level secret folders for user
Resolve a secret or folder
List top-level secret folders for a project
Create a secret folder
Retrieve a secret folder
Update a secret folder
Delete a secret folder
Retrieve allowable actions for a secret folder
List all items in a secret folder
Create a secret
Retrieve a secret
Reveal a secret
Update a secret
Delete a secret
Retrieve the allowable actions for a secret
List versions for a generic secret
List top-level secret folders for team
Move a secret to a different folder
List secret move destination folders
List all secret templates
List top-level secret fol...
OPA roles:
- end_user
Lists all top-level secret folders for a user. Users must be authorized to perform this action by an existing security policy.
Security
bearerAuth
Search term to find secrets and folders by name or description properties:
- Only secrets and folders are returned if you have access to them and if they're not protected by MFA or Access Requests.
- If you have the
security_adminrole, then all secret and folder search results are returned (even if you don't have explicit access to them). - If you have the
resource_adminrole and you don't have permission to access the secret in the results, then only the top-level folders are returned.
The returned results are ordered by a closest-similar matching score: exact string matches are ranked higher than partial matches.
Note: The search term is case-insensitive.
Example:search=svc
GET
curl -i -X GET \
'https://{org_name}.pam.okta.com/v1/teams/{team_name}/secrets?count=0&descending=true&offset=string&prev=true&search=svc&parent_folder_id=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'