IManagedIdentityAuthPropertiesUpdate.IdentityResourceId Property

Definition

ARM ResourceId of the managed identity that should be used to authenticate to the backing data source.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="ARM ResourceId of the managed identity that should be used to authenticate to the backing data source.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="identityResourceId", Update=true)]
public string IdentityResourceId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="ARM ResourceId of the managed identity that should be used to authenticate to the backing data source.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="identityResourceId", Update=true)>]
member this.IdentityResourceId : string with get, set
Public Property IdentityResourceId As String

Property Value

Attributes

Applies to