RangerUsersyncSpecResponse

data class RangerUsersyncSpecResponse(val enabled: Boolean? = null, val groups: List<String>? = null, val mode: String? = null, val userMappingLocation: String? = null, val users: List<String>? = null)

Specification for the Ranger Usersync service

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, groups: List<String>? = null, mode: String? = null, userMappingLocation: String? = null, users: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Denotes whether usersync service should be enabled

Link copied to clipboard
val groups: List<String>? = null

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

Link copied to clipboard
val mode: String? = null

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

Link copied to clipboard

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

Link copied to clipboard
val users: List<String>? = null

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