Package version:

Specification for the Ranger Usersync service

interface RangerUsersyncSpec {
    enabled?: boolean;
    groups?: string[];
    mode?: string;
    userMappingLocation?: string;
    users?: string[];
}

Properties

enabled?: boolean

Denotes whether usersync service should be enabled

groups?: string[]

List of groups that should be synced. These group names should match the object id of the respective AAD groups.

mode?: string

User & groups can be synced automatically or via a static list that's refreshed.

userMappingLocation?: string

Azure storage location of a mapping file that lists user & group associations.

users?: string[]

List of user names that should be synced. These usernames should match the User principal name of the respective AAD users.