ExtendedServerBlobAuditingPolicy type
Расширенная политика аудита больших двоичных объектов сервера.
type ExtendedServerBlobAuditingPolicy = ProxyResource & {
auditActionsAndGroups?: string[]
isAzureMonitorTargetEnabled?: boolean
isDevopsAuditEnabled?: boolean
isStorageSecondaryKeyInUse?: boolean
predicateExpression?: string
queueDelayMs?: number
retentionDays?: number
state?: BlobAuditingPolicyState
storageAccountAccessKey?: string
storageAccountSubscriptionId?: string
storageEndpoint?: string
}