Functions Deployment Response Authentication
data class FunctionsDeploymentResponseAuthentication(val storageAccountConnectionStringName: String? = null, val type: String? = null, val userAssignedIdentityResourceId: String? = null)
Authentication method to access the storage account for deployment.
Properties
Link copied to clipboard
Use this property for StorageAccountConnectionString. Set the name of the app setting that has the storage account connection string. Do not set a value for this property when using other authentication type.
Link copied to clipboard
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.