Skip to main content

πŸ”Œ Azure MySQL Server - object.extracts.yaml

  • Contextual name: πŸ”Œ object.extracts.yaml
  • ID: /types/CA10Z1__CaAzureMySqlServer__c/object.extracts.yaml
  • Located in: πŸ“• Azure MySQL Server

Used In​

LogicPolicyFlags
🧠 prod.logic.yaml πŸŸ’πŸ“ Azure MySQL Flexible Server audit_log_enabled Parameter is not set to ON 🟒🟒 x3
🧠 prod.logic.yaml πŸŸ’πŸ“ Azure MySQL Flexible Server audit_log_events Parameter is not set with the CONNECTION event 🟒🟒 x3
🧠 prod.logic.yaml πŸŸ’πŸ“ Azure MySQL Flexible Server require_secure_transport Parameter is not set to ON 🟒🟒 x3
🧠 prod.logic.yaml πŸŸ’πŸ“ Azure MySQL Flexible Server TLS Version is not set to TLS 1.2 🟒🟒 x3

Content​

Open File

---
extracts:
# Values: Enabled, Disabled. Not Nullable. Can't have no access, retrieved via Microsoft.DBforMySQL/servers/read
- name: "CA10Z1__sslEnforcement__c"
value:
FIELD:
path: "CA10Z1__sslEnforcement__c"
undeterminedIf:
isEmpty: "Corrupted Data. MySQL Server SSL Enforcement cannot be empty."
# Values: TLS1_0, TLS1_1, TLS1_2, TLSEnforcementDisabled. Not Nullable. Can't have no access, retrieved via Microsoft.DBforMySQL/servers/read
- name: "CA10Z1__minimalTlsVersion__c"
value:
FIELD:
path: "CA10Z1__minimalTlsVersion__c"
undeterminedIf:
isEmpty: "Corrupted Data. MySQL Server Minimal TLS Version cannot be empty."
- name: "CA10Z1__deploymentMode__c"
value:
FIELD:
path: "CA10Z1__deploymentMode__c"
undeterminedIf:
isEmpty: "Corrupted Data. MySQL Deployment Mode cannot be empty."
# Not nullable
- name: "CA10Z1__configurations__c"
value:
FIELD:
path: "CA10Z1__configurations__c"
returnType: BYTES
undeterminedIf:
noAccessDelegate:
path: "CA10Z1__configurations__c"
currentStateMessage: "Unable to determine Server Configurations. Possible permission issue with Microsoft.DBforPostgreSQL/servers/configurations/read"
- name: "caJsonFrom__configurations__c"
value:
JSON_FROM:
arg:
EXTRACT: "CA10Z1__configurations__c"
undeterminedIf:
isInvalid: "Configurations JSON is invalid."