RegistrationAssignmentPropertiesRegistrationDefinitionProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of the registration definition associated with the registration assignment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.RegistrationAssignmentPropertiesRegistrationDefinitionPropertiesTypeConverter))]
public class RegistrationAssignmentPropertiesRegistrationDefinitionProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignmentPropertiesRegistrationDefinitionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.RegistrationAssignmentPropertiesRegistrationDefinitionPropertiesTypeConverter))>]
type RegistrationAssignmentPropertiesRegistrationDefinitionProperties = class
interface IRegistrationAssignmentPropertiesRegistrationDefinitionProperties
interface IJsonSerializable
Public Class RegistrationAssignmentPropertiesRegistrationDefinitionProperties
Implements IRegistrationAssignmentPropertiesRegistrationDefinitionProperties
- Inheritance
-
RegistrationAssignmentPropertiesRegistrationDefinitionProperties
- Attributes
- Implements
Constructors
RegistrationAssignmentPropertiesRegistrationDefinitionProperties() |
Creates an new RegistrationAssignmentPropertiesRegistrationDefinitionProperties 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. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RegistrationAssignmentPropertiesRegistrationDefinitionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RegistrationAssignmentPropertiesRegistrationDefinitionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignmentPropertiesRegistrationDefinitionProperties. |
FromJsonString(String) |
Creates a new instance of RegistrationAssignmentPropertiesRegistrationDefinitionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RegistrationAssignmentPropertiesRegistrationDefinitionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |