UserIdentityContract Class

Definition

User identity details.

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

Constructors

UserIdentityContract()

Initializes a new instance of UserIdentityContract.

Properties

Id

Identifier value within provider.

Provider

Identity provider name.

Explicit Interface Implementations

IJsonModel<UserIdentityContract>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UserIdentityContract>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UserIdentityContract>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UserIdentityContract>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UserIdentityContract>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to