RangerAuditSpecArgs

data class RangerAuditSpecArgs(val storageAccount: Output<String>? = null) : ConvertibleToJava<RangerAuditSpecArgs>

Properties required to describe audit log storage.

Constructors

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

Properties

Link copied to clipboard
val storageAccount: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): RangerAuditSpecArgs