SqlPoolSecurityAlertPolicyInner Class

public final class SqlPoolSecurityAlertPolicyInner
extends ProxyResource

A Sql pool security alert policy.

Constructor Summary

Constructor Description
SqlPoolSecurityAlertPolicyInner()

Creates an instance of SqlPoolSecurityAlertPolicyInner class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime creationTime()

Get the creationTime property: Specifies the UTC creation time of the policy.

List<String> disabledAlerts()

Get the disabledAlerts property: Specifies an array of alerts that are disabled.

Boolean emailAccountAdmins()

Get the emailAccountAdmins property: Specifies that the alert is sent to the account administrators.

List<String> emailAddresses()

Get the emailAddresses property: Specifies an array of e-mail addresses to which the alert is sent.

static SqlPoolSecurityAlertPolicyInner fromJson(JsonReader jsonReader)

Reads an instance of SqlPoolSecurityAlertPolicyInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

Integer retentionDays()

Get the retentionDays property: Specifies the number of days to keep in the Threat Detection audit logs.

SecurityAlertPolicyState state()

Get the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific Sql pool.

String storageAccountAccessKey()

Get the storageAccountAccessKey property: Specifies the identifier key of the Threat Detection audit storage account.

String storageEndpoint()

Get the storageEndpoint property: Specifies the blob storage endpoint (e.g.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

SqlPoolSecurityAlertPolicyInner withDisabledAlerts(List<String> disabledAlerts)

Set the disabledAlerts property: Specifies an array of alerts that are disabled.

SqlPoolSecurityAlertPolicyInner withEmailAccountAdmins(Boolean emailAccountAdmins)

Set the emailAccountAdmins property: Specifies that the alert is sent to the account administrators.

SqlPoolSecurityAlertPolicyInner withEmailAddresses(List<String> emailAddresses)

Set the emailAddresses property: Specifies an array of e-mail addresses to which the alert is sent.

SqlPoolSecurityAlertPolicyInner withRetentionDays(Integer retentionDays)

Set the retentionDays property: Specifies the number of days to keep in the Threat Detection audit logs.

SqlPoolSecurityAlertPolicyInner withState(SecurityAlertPolicyState state)

Set the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific Sql pool.

SqlPoolSecurityAlertPolicyInner withStorageAccountAccessKey(String storageAccountAccessKey)

Set the storageAccountAccessKey property: Specifies the identifier key of the Threat Detection audit storage account.

SqlPoolSecurityAlertPolicyInner withStorageEndpoint(String storageEndpoint)

Set the storageEndpoint property: Specifies the blob storage endpoint (e.g.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

SqlPoolSecurityAlertPolicyInner

public SqlPoolSecurityAlertPolicyInner()

Creates an instance of SqlPoolSecurityAlertPolicyInner class.

Method Details

creationTime

public OffsetDateTime creationTime()

Get the creationTime property: Specifies the UTC creation time of the policy.

Returns:

the creationTime value.

disabledAlerts

public List<String> disabledAlerts()

Get the disabledAlerts property: Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action.

Returns:

the disabledAlerts value.

emailAccountAdmins

public Boolean emailAccountAdmins()

Get the emailAccountAdmins property: Specifies that the alert is sent to the account administrators.

Returns:

the emailAccountAdmins value.

emailAddresses

public List<String> emailAddresses()

Get the emailAddresses property: Specifies an array of e-mail addresses to which the alert is sent.

Returns:

the emailAddresses value.

fromJson

public static SqlPoolSecurityAlertPolicyInner fromJson(JsonReader jsonReader)

Reads an instance of SqlPoolSecurityAlertPolicyInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SqlPoolSecurityAlertPolicyInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

SqlPoolSecurityAlertPolicyInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

SqlPoolSecurityAlertPolicyInner.name()

Returns:

the name value.

retentionDays

public Integer retentionDays()

Get the retentionDays property: Specifies the number of days to keep in the Threat Detection audit logs.

Returns:

the retentionDays value.

state

public SecurityAlertPolicyState state()

Get the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific Sql pool.

Returns:

the state value.

storageAccountAccessKey

public String storageAccountAccessKey()

Get the storageAccountAccessKey property: Specifies the identifier key of the Threat Detection audit storage account.

Returns:

the storageAccountAccessKey value.

storageEndpoint

public String storageEndpoint()

Get the storageEndpoint property: Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs.

Returns:

the storageEndpoint value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

SqlPoolSecurityAlertPolicyInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

SqlPoolSecurityAlertPolicyInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withDisabledAlerts

public SqlPoolSecurityAlertPolicyInner withDisabledAlerts(List<String> disabledAlerts)

Set the disabledAlerts property: Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action.

Parameters:

disabledAlerts - the disabledAlerts value to set.

Returns:

the SqlPoolSecurityAlertPolicyInner object itself.

withEmailAccountAdmins

public SqlPoolSecurityAlertPolicyInner withEmailAccountAdmins(Boolean emailAccountAdmins)

Set the emailAccountAdmins property: Specifies that the alert is sent to the account administrators.

Parameters:

emailAccountAdmins - the emailAccountAdmins value to set.

Returns:

the SqlPoolSecurityAlertPolicyInner object itself.

withEmailAddresses

public SqlPoolSecurityAlertPolicyInner withEmailAddresses(List<String> emailAddresses)

Set the emailAddresses property: Specifies an array of e-mail addresses to which the alert is sent.

Parameters:

emailAddresses - the emailAddresses value to set.

Returns:

the SqlPoolSecurityAlertPolicyInner object itself.

withRetentionDays

public SqlPoolSecurityAlertPolicyInner withRetentionDays(Integer retentionDays)

Set the retentionDays property: Specifies the number of days to keep in the Threat Detection audit logs.

Parameters:

retentionDays - the retentionDays value to set.

Returns:

the SqlPoolSecurityAlertPolicyInner object itself.

withState

public SqlPoolSecurityAlertPolicyInner withState(SecurityAlertPolicyState state)

Set the state property: Specifies the state of the policy, whether it is enabled or disabled or a policy has not been applied yet on the specific Sql pool.

Parameters:

state - the state value to set.

Returns:

the SqlPoolSecurityAlertPolicyInner object itself.

withStorageAccountAccessKey

public SqlPoolSecurityAlertPolicyInner withStorageAccountAccessKey(String storageAccountAccessKey)

Set the storageAccountAccessKey property: Specifies the identifier key of the Threat Detection audit storage account.

Parameters:

storageAccountAccessKey - the storageAccountAccessKey value to set.

Returns:

the SqlPoolSecurityAlertPolicyInner object itself.

withStorageEndpoint

public SqlPoolSecurityAlertPolicyInner withStorageEndpoint(String storageEndpoint)

Set the storageEndpoint property: Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). This blob storage will hold all Threat Detection audit logs.

Parameters:

storageEndpoint - the storageEndpoint value to set.

Returns:

the SqlPoolSecurityAlertPolicyInner object itself.

Applies to