Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.provisionr.io/llms.txt

Use this file to discover all available pages before exploring further.

Usage

prv workspace-integration:list [options]

Aliases

You can also use these shorthand aliases:
  • prv workspace-integration:ls
  • prv wsitg:list
  • prv wsitg:ls

Options

OptionDescription
-s, --search[=<value>]Global keyword search for a partial string match
--primaryFilter results to show the primary directory source
--not_primaryFilter results to show all directory sources except the primary
--vendor[=<value>]Filter results with an exact match. Use —search for keyword matches.
--handle[=<value>]Filter results with an exact match. Use —search for keyword matches.
--domain[=<value>]Filter results with an exact match. Use —search for keyword matches.
--sync_enabledFilter results based on whether the sync is enabled
--sync_disabledFilter results based on whether the sync is disabled
--created_before[=<value>]Filter results created before a specific date
--created_after[=<value>]Filter results created after a specific date
--updated_before[=<value>]Filter results updated before a specific date
--updated_after[=<value>]Filter results updated after a specific date
-D, --deletedOnly show soft deleted (expired|deactivated) records
--json(Debug) Show the raw JSON API response
--api(Debug) Show the API endpoint and query string in the command header

Examples

List all workspace integrations

prv workspace-integration:list

Show only the primary directory source

prv workspace-integration:list --primary

Filter by vendor type

prv workspace-integration:list --vendor=google

Show integrations with sync enabled

prv workspace-integration:list --sync_enabled

Search by keyword

prv workspace-integration:list --search=okta

Filter by domain and sync status

prv workspace-integration:list --domain=example.com --sync_enabled