다음을 통해 공유


ManagedServicesEligibleApprover Class

Definition

Defines the Azure Active Directory principal that can approve any just-in-time access requests by the principal defined in the EligibleAuthorization.

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

Constructors

ManagedServicesEligibleApprover(Guid)

Initializes a new instance of ManagedServicesEligibleApprover.

Properties

PrincipalId

The identifier of the Azure Active Directory principal.

PrincipalIdDisplayName

The display name of the Azure Active Directory principal.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ManagedServicesEligibleApprover>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedServicesEligibleApprover>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedServicesEligibleApprover>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedServicesEligibleApprover>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedServicesEligibleApprover>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to