An Okta Privileged Access resource group is a collection of projects.
See Resource groups.
Lists all resource groups available to the requesting user
OK
{- "list": [
- {
- "id": "9c199afe-0ca5-427a-baac-c4341707d82b",
- "name": "OPA_Resource_Group_1",
- "team_id": "Your_Team",
- "description": "A sensible description"
}, - {
- "id": "9c199afe-0ca5-427a-baac-c4341707d123",
- "name": "OPA_Resource_Group_2",
- "team_id": "Your_Team",
- "description": "A sensible description"
}
]
}
resource_admin
Creates a resource group for your team. To assign the delegated_resource_admin
role, specify an existing group in the delegated_resource_admin_groups
parameter.
Created
{- "delegated_resource_admin_groups": [
- {
- "id": "string",
- "missing": true
}
], - "description": "string",
- "name": "string"
}
{- "delegated_resource_admin_groups": [
- {
- "id": "string",
- "missing": true,
- "name": "string",
- "type": "active_directory_connection"
}
], - "description": "string",
- "id": "string",
- "name": "string",
- "team_id": "string"
}
Retrieves the specified resource group
OK
{- "delegated_resource_admin_groups": [
- {
- "id": "string",
- "missing": true,
- "name": "string",
- "type": "active_directory_connection"
}
], - "description": "string",
- "id": "string",
- "name": "string",
- "team_id": "string"
}
Updates the specified resource group. To assign the delegated_resource_admin
role, specify an existing group in the delegated_resource_admin_groups
parameter.
OK
{- "delegated_resource_admin_groups": [
- {
- "id": "string",
- "missing": true
}
], - "description": "string",
- "name": "string"
}
{- "delegated_resource_admin_groups": [
- {
- "id": "string",
- "missing": true,
- "name": "string",
- "type": "active_directory_connection"
}
], - "description": "string",
- "id": "string",
- "name": "string",
- "team_id": "string"
}
resource_admin
Deletes the specified resource group
No Content