Share via


IRegistrationAssignment Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.RegistrationAssignmentTypeConverter))]
public interface IRegistrationAssignment : Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.RegistrationAssignmentTypeConverter))>]
type IRegistrationAssignment = interface
    interface IJsonSerializable
Public Interface IRegistrationAssignment
Implements IJsonSerializable
Derived
Attributes
Implements

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.

Id

The fully qualified path of the registration assignment.

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.

Name

The name of the registration assignment.

PlanName

Azure Marketplace plan name.

PlanProduct

Azure Marketplace product code.

PlanPublisher

Azure Marketplace publisher ID.

PlanVersion

Azure Marketplace plan's version.

PropertiesRegistrationDefinitionId

The fully qualified path of the registration definition.

PropertiesRegistrationDefinitionName

The name of the registration definition.

ProvisioningState

The current provisioning state of the registration assignment.

RegistrationDefinitionId

The fully qualified path of the registration definition.

RegistrationDefinitionPropertiesProvisioningState

The current provisioning state of the registration definition.

RegistrationDefinitionPropertiesRegistrationDefinitionName

The name of the registration definition.

RegistrationDefinitionType

The type of the Azure resource (Microsoft.ManagedServices/registrationDefinitions).

Type

The type of the Azure resource (Microsoft.ManagedServices/registrationAssignments).

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to