--- inputType: "CA10__CaAzureStorageAccount__c" importExtracts: - file: "/types/CA10__CaAzureStorageAccount__c/object.extracts.yaml" testData: - file: "test-data.json" conditions: - status: "INCOMPLIANT" currentStateMessage: "The soft delete configuration for Azure Storage Blob Storage is not enabled." remediationMessage: "Enable soft delete for blob storage." check: OR: args: - IS_EQUAL: left: EXTRACT: "CA10__blobRetentionPolicyState__c" right: TEXT: "Disabled" - IS_EMPTY: arg: EXTRACT: "CA10__blobRetentionPolicyState__c" - IS_EMPTY: arg: EXTRACT: "CA10__blobRetentionPolicyDays__c" otherwise: status: "COMPLIANT" currentStateMessage: "Soft delete for Azure Storage Blob Storage is enabled."