Auki::ConjureKit::Domains::OrganizationSource
Public Types
| Name | |
|---|---|
| enum class | OrganizationSource { Any = 0, App = 1, User = 2} This enum specifies an organization source. This can be used to select or restrict results returned by the SDK. |
Public Types Documentation
enum OrganizationSource
| Enumerator | Value | Description |
|---|---|---|
| Any | 0 | No organization specified. When used as a filter, will get results from any organization. |
| App | 1 | App organization specified. When used as a filter, will filter out results not belonging to the App's organization. |
| User | 2 | Logged in User organization specified. When used as a filter, will filter out results not belonging to the current User's organization. This will lead to a fail if no user is currently set/logged. |
This enum specifies an organization source. This can be used to select or restrict results returned by the SDK.