IManagedIdentityAuthProperties.IdentityResourceId 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.
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