Share via


IMicrosoftGraphApplication.FederatedIdentityCredentials Property

Definition

Federated identities for applications. Supports $expand and $filter (eq when counting empty collections).

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Federated identities for applications. Supports $expand and $filter (eq when counting empty collections).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential) }, Read=true, ReadOnly=false, Required=false, SerializedName="federatedIdentityCredentials", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential[] FederatedIdentityCredentials { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Federated identities for applications. Supports $expand and $filter (eq when counting empty collections).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential) }, Read=true, ReadOnly=false, Required=false, SerializedName="federatedIdentityCredentials", Update=true)>]
member this.FederatedIdentityCredentials : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphFederatedIdentityCredential[] with get, set
Public Property FederatedIdentityCredentials As IMicrosoftGraphFederatedIdentityCredential()

Property Value

Attributes

Applies to