Interface ServerSecurityAlertPolicy
-
public interface ServerSecurityAlertPolicyAn immutable client-side representation of ServerSecurityAlertPolicy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceServerSecurityAlertPolicy.DefinitionThe entirety of the ServerSecurityAlertPolicy definition.static interfaceServerSecurityAlertPolicy.DefinitionStagesThe ServerSecurityAlertPolicy definition stages.static interfaceServerSecurityAlertPolicy.UpdateThe template for ServerSecurityAlertPolicy update.static interfaceServerSecurityAlertPolicy.UpdateStagesThe ServerSecurityAlertPolicy update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>disabledAlerts()Gets the disabledAlerts property: Specifies an array of alerts that are disabled.BooleanemailAccountAdmins()Gets the emailAccountAdmins property: Specifies that the alert is sent to the account administrators.List<String>emailAddresses()Gets the emailAddresses property: Specifies an array of e-mail addresses to which the alert is sent.Stringid()Gets the id property: Fully qualified resource Id for the resource.ServerSecurityAlertPolicyInnerinnerModel()Gets the inner com.azure.resourcemanager.mysql.fluent.models.ServerSecurityAlertPolicyInner object.Stringname()Gets the name property: The name of the resource.ServerSecurityAlertPolicyrefresh()Refreshes the resource to sync with Azure.ServerSecurityAlertPolicyrefresh(com.azure.core.util.Context context)Refreshes the resource to sync with Azure.IntegerretentionDays()Gets the retentionDays property: Specifies the number of days to keep in the Threat Detection audit logs.ServerSecurityAlertPolicyStatestate()Gets the state property: Specifies the state of the policy, whether it is enabled or disabled.StringstorageAccountAccessKey()Gets the storageAccountAccessKey property: Specifies the identifier key of the Threat Detection audit storage account.StringstorageEndpoint()Gets the storageEndpoint property: Specifies the blob storage endpoint (e.g.Stringtype()Gets the type property: The type of the resource.ServerSecurityAlertPolicy.Updateupdate()Begins update for the ServerSecurityAlertPolicy resource.
-
-
-
Method Detail
-
id
String id()
Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()
Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()
Gets the type property: The type of the resource.- Returns:
- the type value.
-
state
ServerSecurityAlertPolicyState state()
Gets the state property: Specifies the state of the policy, whether it is enabled or disabled.- Returns:
- the state value.
-
disabledAlerts
List<String> disabledAlerts()
Gets the disabledAlerts property: Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly.- Returns:
- the disabledAlerts value.
-
emailAddresses
List<String> emailAddresses()
Gets the emailAddresses property: Specifies an array of e-mail addresses to which the alert is sent.- Returns:
- the emailAddresses value.
-
emailAccountAdmins
Boolean emailAccountAdmins()
Gets the emailAccountAdmins property: Specifies that the alert is sent to the account administrators.- Returns:
- the emailAccountAdmins value.
-
storageEndpoint
String storageEndpoint()
Gets 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.
-
storageAccountAccessKey
String storageAccountAccessKey()
Gets the storageAccountAccessKey property: Specifies the identifier key of the Threat Detection audit storage account.- Returns:
- the storageAccountAccessKey value.
-
retentionDays
Integer retentionDays()
Gets the retentionDays property: Specifies the number of days to keep in the Threat Detection audit logs.- Returns:
- the retentionDays value.
-
innerModel
ServerSecurityAlertPolicyInner innerModel()
Gets the inner com.azure.resourcemanager.mysql.fluent.models.ServerSecurityAlertPolicyInner object.- Returns:
- the inner object.
-
update
ServerSecurityAlertPolicy.Update update()
Begins update for the ServerSecurityAlertPolicy resource.- Returns:
- the stage of resource update.
-
refresh
ServerSecurityAlertPolicy refresh()
Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
ServerSecurityAlertPolicy refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.- Parameters:
context- The context to associate with this operation.- Returns:
- the refreshed resource.
-
-