Class DatabaseExtendedAuditingPolicy
Inheritance
System.Object
DatabaseExtendedAuditingPolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Sql.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DatabaseExtendedAuditingPolicy
Fields
View SourceRetentionInDays
Specifies the number of days to retain logs for in the storage account.
Declaration
public readonly int? RetentionInDays
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
StorageAccountAccessKey
Specifies the access key to use for the auditing storage account.
Declaration
public readonly string StorageAccountAccessKey
Field Value
| Type | Description |
|---|---|
| System.String |
StorageAccountAccessKeyIsSecondary
Specifies whether storage_account_access_key value is the storage's secondary key.
Declaration
public readonly bool? StorageAccountAccessKeyIsSecondary
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
StorageEndpoint
Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net).
Declaration
public readonly string StorageEndpoint
Field Value
| Type | Description |
|---|---|
| System.String |