Share via


ManagedServicesRegistrationProperties Class

Definition

The properties of a registration definition.

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

Constructors

ManagedServicesRegistrationProperties(IEnumerable<ManagedServicesAuthorization>, Guid)

Initializes a new instance of ManagedServicesRegistrationProperties.

Properties

Authorizations

The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.

Description

The description of the registration definition.

EligibleAuthorizations

The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.

ManagedByTenantId

The identifier of the managedBy tenant.

ManagedByTenantName

The name of the managedBy tenant.

ManageeTenantId

The identifier of the managed tenant.

ManageeTenantName

The name of the managed tenant.

ProvisioningState

The current provisioning state of the registration definition.

RegistrationDefinitionName

The name of the registration definition.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ManagedServicesRegistrationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedServicesRegistrationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedServicesRegistrationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedServicesRegistrationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedServicesRegistrationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to