Megosztás a következőn keresztül:


RegistrationDefinitionProperties Class

Definition

The properties of a registration definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.RegistrationDefinitionPropertiesTypeConverter))]
public class RegistrationDefinitionProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinitionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.RegistrationDefinitionPropertiesTypeConverter))>]
type RegistrationDefinitionProperties = class
    interface IRegistrationDefinitionProperties
    interface IJsonSerializable
Public Class RegistrationDefinitionProperties
Implements IRegistrationDefinitionProperties
Inheritance
RegistrationDefinitionProperties
Attributes
Implements

Constructors

RegistrationDefinitionProperties()

Creates an new RegistrationDefinitionProperties instance.

Properties

Authorization

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.

EligibleAuthorization

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.

ProvisioningState

The current provisioning state of the registration definition.

RegistrationDefinitionName

The name of the registration definition.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RegistrationDefinitionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RegistrationDefinitionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinitionProperties.

FromJsonString(String)

Creates a new instance of RegistrationDefinitionProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RegistrationDefinitionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to