IMicrosoftGraphApplication.FederatedIdentityCredentials Property
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.
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