AzureBlobStorageHttpLogsConfigResponse

data class AzureBlobStorageHttpLogsConfigResponse(val enabled: Boolean? = null, val retentionInDays: Int? = null, val sasUrl: String? = null)

Http logs to azure blob storage configuration.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, retentionInDays: Int? = null, sasUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

True if configuration is enabled, false if it is disabled and null if configuration is not set.

Link copied to clipboard
val retentionInDays: Int? = null

Retention in days. Remove blobs older than X days. 0 or lower means no retention.

Link copied to clipboard
val sasUrl: String? = null

SAS url to a azure blob container with read/write/list/delete permissions.