RoleManagementPrincipal Class

Definition

The name of the entity last modified it.

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

Properties

DisplayName

The name of the principal made changes.

Email

Email of principal.

Id

The id of the principal made changes.

PrincipalType

Type of the principal.

Explicit Interface Implementations

IJsonModel<RoleManagementPrincipal>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RoleManagementPrincipal>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoleManagementPrincipal>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoleManagementPrincipal>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RoleManagementPrincipal>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to