Skip to main content

πŸ”Œ Azure SQL Database - object.extracts.yaml

  • Contextual name: πŸ”Œ object.extracts.yaml
  • ID: /types/CA10__CaAzureSqlDatabase__c/object.extracts.yaml
  • Located in: πŸ“• Azure SQL Database

Used In​

LogicPolicyFlags
🧠 prod.logic.yaml πŸŸ’πŸ“ Azure SQL Database Transparent Data Encryption is not enabled 🟒🟒 x3

Content​

Open File

---
extracts:
# Not Nullable. Can't have no access, retrieved via Microsoft.Sql/servers/databases/read
- name: "CA10__name__c"
value:
FIELD:
path: "CA10__name__c"
undeterminedIf:
isEmpty: "Corrupted Data. Database Name cannot be empty."
# Not Nullable. Can't have no access, retrieved via Microsoft.Sql/servers/databases/read
- name: "CA10__kind__c"
value:
FIELD:
path: "CA10__kind__c"
undeterminedIf:
isEmpty: "Corrupted Data. Database Kind cannot be empty."
# Values: Enabled, Disabled. Not Nullable.
- name: "CA10__dataEncryption__c"
value:
FIELD:
path: "CA10__dataEncryption__c"
undeterminedIf:
noAccessDelegate:
path: "CA10__dataEncryption__c"
currentStateMessage: "Unable to determine Transparent Data Encryption. Possible permission issue with Microsoft.Sql/servers/databases/transparentDataEncryption/read."
isEmpty: "SQL Database Transparent Data Encryption is not populated yet."