ArmManagedServiceIdentitiesModelFactory.FederatedIdentityCredentialData Method
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.
Initializes a new instance of FederatedIdentityCredentialData.
public static Azure.ResourceManager.ManagedServiceIdentities.FederatedIdentityCredentialData FederatedIdentityCredentialData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Uri issuerUri = default, string subject = default, System.Collections.Generic.IEnumerable<string> audiences = default);
static member FederatedIdentityCredentialData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Uri * string * seq<string> -> Azure.ResourceManager.ManagedServiceIdentities.FederatedIdentityCredentialData
Public Shared Function FederatedIdentityCredentialData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional issuerUri As Uri = Nothing, Optional subject As String = Nothing, Optional audiences As IEnumerable(Of String) = Nothing) As FederatedIdentityCredentialData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- issuerUri
- Uri
The URL of the issuer to be trusted.
- subject
- String
The identifier of the external identity.
- audiences
- IEnumerable<String>
The list of audiences that can appear in the issued token.
Returns
A new FederatedIdentityCredentialData instance for mocking.