Share via


ArmDeploymentScript.Identity Property

Definition

Optional property. Managed identity to be used for this deployment script. Currently, only user-assigned MSI is supported.

public Azure.Provisioning.Resources.ArmDeploymentScriptManagedIdentity Identity { get; set; }
public Azure.Provisioning.BicepValue<Azure.Provisioning.Resources.ArmDeploymentScriptManagedIdentity> Identity { get; set; }
member this.Identity : Azure.Provisioning.Resources.ArmDeploymentScriptManagedIdentity with get, set
member this.Identity : Azure.Provisioning.BicepValue<Azure.Provisioning.Resources.ArmDeploymentScriptManagedIdentity> with get, set
Public Property Identity As ArmDeploymentScriptManagedIdentity
Public Property Identity As BicepValue(Of ArmDeploymentScriptManagedIdentity)

Property Value

Applies to