Dome Systems

dome tenant

Manage tenant-level Act-As provider selection

dome tenant manages governance settings for one tenant. The current command surface selects the default and required Act-As verification providers inherited by its workspaces. To list, inspect, or create tenants, use dome tenants.

Command
Get Act-As selectiondome tenant actas get
Update Act-As selectiondome tenant actas update

Get Act-As selection

dome tenant actas get

Show the tenant's default and required provider IDs.

FlagTypeRequiredDescription
--tenantstringNoTenant UUID. Defaults to the active context's tenant

Update Act-As selection

dome tenant actas update \
  --default-provider {{PROVIDER_ID}} \
  --required-provider {{PROVIDER_ID}}

Set the tenant's default or required provider. The provider must be tenant- or organization-scoped.

FlagTypeDescription
--tenantstringTenant UUID. Defaults to the active context's tenant
--default-providerstringDefault verification provider UUID
--required-providerstringRequired verification provider UUID

This is a full replace: omitted provider flags clear their fields. A required provider forces Act-As and pins every non-bound agent beneath the tenant to that provider.

Refer to Act-As provider selection for inheritance and precedence.

On this page

Was this page helpful?