Skip to main content

Auki::ConjureKit::Domains::OrganizationSource

Public Types

Name
enum classOrganizationSource { 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

EnumeratorValueDescription
Any0No organization specified. When used as a filter, will get results from any organization.
App1App organization specified. When used as a filter, will filter out results not belonging to the App's organization.
User2Logged 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.