For the complete documentation index, see llms.txt. This page is also available as Markdown.

AccessWhoSource

Identifies the provisioning origin of a WHO relationship. Every WHO link carries a source; Internal is the default for user / import / DGC / UI-managed links.

enum AccessWhoSource {
  Internal
  Scim
}

Values

Internal

Managed by Raito's own paths: regular imports, DGC sync, UI/API edits, ABAC evaluation.

Scim

Provisioned by SCIM matching against the source access control's scimAssignments.

Member Of

AccessControlWhatAccessControlFilterInput input ● AccessControlWhoListFilter input ● AccessWhatAccessControlItem object ● AccessWhoItem object

Last updated

Was this helpful?