RangerUsersyncSpec Class

Definition

Specification for the Ranger Usersync service.

public class RangerUsersyncSpec : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.RangerUsersyncSpec>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.RangerUsersyncSpec>
type RangerUsersyncSpec = class
    interface IJsonModel<RangerUsersyncSpec>
    interface IPersistableModel<RangerUsersyncSpec>
Public Class RangerUsersyncSpec
Implements IJsonModel(Of RangerUsersyncSpec), IPersistableModel(Of RangerUsersyncSpec)
Inheritance
RangerUsersyncSpec
Implements

Constructors

RangerUsersyncSpec()

Initializes a new instance of RangerUsersyncSpec.

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.

UserMappingLocation

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.

Explicit Interface Implementations

IJsonModel<RangerUsersyncSpec>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RangerUsersyncSpec>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RangerUsersyncSpec>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RangerUsersyncSpec>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RangerUsersyncSpec>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to