IRegistrationAssignmentProperties.EligibleAuthorization Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.Info(Create=false, Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IEligibleAuthorization) }, Read=true, ReadOnly=true, Required=false, SerializedName="eligibleAuthorizations", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IEligibleAuthorization> EligibleAuthorization { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.Info(Create=false, Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IEligibleAuthorization) }, Read=true, ReadOnly=true, Required=false, SerializedName="eligibleAuthorizations", Update=false)>]
member this.EligibleAuthorization : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.IEligibleAuthorization>
Public ReadOnly Property EligibleAuthorization As List(Of IEligibleAuthorization)

Property Value

Attributes

Applies to