RangerAuditSpecResponse

data class RangerAuditSpecResponse(val storageAccount: String? = null)

Properties required to describe audit log storage.

Constructors

Link copied to clipboard
constructor(storageAccount: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val storageAccount: String? = null

Azure storage location of the blobs. MSI should have read/write access to this Storage account.