RangerUsersyncSpec Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Groups |
List of groups that should be synced. These group names should match the object id of the respective AAD groups. |
IsEnabled |
Denotes whether usersync service should be enabled. |
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
Azure SDK for .NET