Share via


IFederatedIdentityCredentialsListResult.Value Property

Definition

The collection of federated identity credentials returned by the listing operation.

[Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.Info(Create=true, Description="The collection of federated identity credentials returned by the listing operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.IFederatedIdentityCredential) }, Read=true, ReadOnly=false, Required=false, SerializedName="value", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.IFederatedIdentityCredential> Value { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.Info(Create=true, Description="The collection of federated identity credentials returned by the listing operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.IFederatedIdentityCredential) }, Read=true, ReadOnly=false, Required=false, SerializedName="value", Update=true)>]
member this.Value : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.IFederatedIdentityCredential> with get, set
Public Property Value As List(Of IFederatedIdentityCredential)

Property Value

Attributes

Applies to