RangerUsersyncSpec interface
Specification for the Ranger Usersync service
Properties
enabled | Denotes whether usersync service should be enabled |
groups | List of groups that should be synced. These group names should match the object id of the respective AAD groups. |
mode | User & groups can be synced automatically or via a static list that's refreshed. |
user |
Azure storage location of a mapping file that lists user & group associations. |
users | List of user names that should be synced. These usernames should match the User principal name of the respective AAD users. |
Property Details
enabled
Denotes whether usersync service should be enabled
enabled?: boolean
Property Value
boolean
groups
List of groups that should be synced. These group names should match the object id of the respective AAD groups.
groups?: string[]
Property Value
string[]
mode
User & groups can be synced automatically or via a static list that's refreshed.
mode?: string
Property Value
string
userMappingLocation
Azure storage location of a mapping file that lists user & group associations.
userMappingLocation?: string
Property Value
string
users
List of user names that should be synced. These usernames should match the User principal name of the respective AAD users.
users?: string[]
Property Value
string[]
Azure SDK for JavaScript