Skip to main content

πŸ”Œ Azure Key Vault - object.extracts.yaml

  • Contextual name: πŸ”Œ object.extracts.yaml
  • ID: /types/CA10__CaAzureKeyVault__c/object.extracts.yaml
  • Located in: πŸ“• Azure Key Vault

Used In​

LogicPolicyFlags
🧠 prod.logic.yaml πŸŸ’πŸ“ Azure Key Vault Role Based Access Control is not enabled 🟒🟒 x3
🧠 prod.logic.yaml πŸŸ’πŸ“ Azure Key Vault Soft Delete and Purge Protection functions are not enabled 🟒🟒 x3
🧠 prod.logic.yaml πŸŸ’πŸ“ Azure Non-RBAC Key Vault stores Keys without expiration date 🟒🟒 x3
🧠 prod.logic.yaml πŸŸ’πŸ“ Azure Non-RBAC Key Vault stores Secrets without expiration date 🟒🟒 x3
🧠 prod.logic.yaml πŸŸ’πŸ“ Azure RBAC Key Vault stores Keys without expiration date 🟒🟒 x3
🧠 prod.logic.yaml πŸŸ’πŸ“ Azure RBAC Key Vault stores Secrets without expiration date 🟒🟒 x3

Content​

Open File

---
extracts:
# Values: Enabled, Disabled. Not Nullable. Can't have no access, retrieved via Microsoft.KeyVault/vaults
- name: "CA10__rbacAuthorization__c"
value:
FIELD:
path: "CA10__rbacAuthorization__c"
undeterminedIf:
isEmpty: "Corrupted data. Key Vault RBAC Authorization cannot be empty."
# Values: Enabled, null. Nullable. Can't have no access, retrieved via Microsoft.KeyVault/vaults
- name: "CA10__purgeProtection__c"
value:
FIELD:
path: "CA10__purgeProtection__c"
# Values: Enabled, Disabled. Not Nullable. Can't have no access, retrieved via Microsoft.KeyVault/vaults
- name: "CA10__softDelete__c"
value:
FIELD:
path: "CA10__softDelete__c"
undeterminedIf:
isEmpty: "Corrupted data. Soft Delete function cannot be empty."