共用方式為


ManagedServicesEligibleAuthorization Class

Definition

The Azure Active Directory principal identifier, Azure built-in role, and just-in-time access policy that describes the just-in-time access the principal will receive on the delegated resource in the managed tenant.

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

Constructors

ManagedServicesEligibleAuthorization(Guid, String)

Initializes a new instance of ManagedServicesEligibleAuthorization.

Properties

JustInTimeAccessPolicy

The just-in-time access policy setting.

PrincipalId

The identifier of the Azure Active Directory principal.

PrincipalIdDisplayName

The display name of the Azure Active Directory principal.

RoleDefinitionId

The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ManagedServicesEligibleAuthorization>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedServicesEligibleAuthorization>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedServicesEligibleAuthorization>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedServicesEligibleAuthorization>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedServicesEligibleAuthorization>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to