CommandOutputSettingsResponse

data class CommandOutputSettingsResponse(val associatedIdentity: IdentitySelectorResponse? = null, val containerUrl: String? = null)

Constructors

Link copied to clipboard
constructor(associatedIdentity: IdentitySelectorResponse? = null, containerUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned.

Link copied to clipboard
val containerUrl: String? = null

The URL of the storage account container that is to be used by the specified identities.