Skip to main content

🔌 Azure Key Vault - object.extracts.yaml

  • Contextual name: 🔌 object.extracts.yaml
  • ID: /types/CA10__CaAzureKeyVault__c/object.extracts.yaml

Used In

LogicPolicyFlags
🧠 prod.logic.yaml🟢🛡️ Azure Key Vault Public Network Access is enabled🟢🟢 x3
🧠 prod.logic.yaml🟢🛡️ Azure Key Vault Purge Protection function is not enabled🟢🟢 x3
🧠 prod.logic.yaml🟢🛡️ Azure Key Vault Role Based Access Control is 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."
#
- name: "CA10__publicNetworkAccess__c"
value:
FIELD:
path: "CA10__publicNetworkAccess__c"