The userAssignedIdentities/federatedIdentityCredentials resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials resource, add the following JSON to your template.
{
"type": "Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials",
"apiVersion": "2023-01-31",
"name": "string",
"properties": {
"audiences": [ "string" ],
"issuer": "string",
"subject": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.ManagedIdentity/userAssignedIdentities/federatedIdentityCredentials' |
apiVersion | The resource api version | '2023-01-31' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | The properties associated with the federated identity credential. | FederatedIdentityCredentialProperties |
Name | Description | Value |
---|---|---|
audiences | The list of audiences that can appear in the issued token. | string[] (required) |
issuer | The URL of the issuer to be trusted. | string (required) |
subject | The identifier of the external identity. | string (required) |