Dome Systems

dome org

Manage organization-level Act-As provider selection

dome org manages governance settings for one organization. The current command surface selects the default and required Act-As verification providers inherited by its tenants and workspaces.

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

Get Act-As selection

dome org actas get

Show the organization's default and required provider IDs.

FlagTypeRequiredDescription
--orgstringNoOrganization UUID. Defaults to the active context's organization

Update Act-As selection

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

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

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

This is a full replace: omitted provider flags clear their fields. An organization-level required provider forces Act-As for every non-bound agent in the organization and overrides required selections at tenant and workspace scope.

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

On this page

Was this page helpful?