IFunctionAppConfig.AuthenticationUserAssignedIdentityResourceId Property

Definition

Use this property for UserAssignedIdentity. Set the resource ID of the identity. Do not set a value for this property when using other authentication type.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Use this property for UserAssignedIdentity. Set the resource ID of the identity. Do not set a value for this property when using other authentication type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="userAssignedIdentityResourceId", Update=true)]
public string AuthenticationUserAssignedIdentityResourceId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Use this property for UserAssignedIdentity. Set the resource ID of the identity. Do not set a value for this property when using other authentication type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="userAssignedIdentityResourceId", Update=true)>]
member this.AuthenticationUserAssignedIdentityResourceId : string with get, set
Public Property AuthenticationUserAssignedIdentityResourceId As String

Property Value

Attributes

Applies to