Skip to main content

🧠 Oracle IAM Auth Tokens are not rotated every 90 days - prod.logic.yaml🟒

Uses​

Test Results πŸŸ’β€‹

Generated at: 2026-09-22T15:07:56.796956694Z Open

ResultIdCondition IndexCondition TextRuntime Error
🟒test1βœ”οΈ 99βœ”οΈ isDisappeared(CA10O1__disappearanceTime__c)βœ”οΈ null
🟒test2βœ”οΈ 199βœ”οΈ extract('CA10O1__timeCreated__c').beyondLastDays(90)βœ”οΈ null
🟒test3βœ”οΈ 200βœ”οΈ otherwiseβœ”οΈ null
🟒test4βœ”οΈ 101βœ”οΈ CA10O1__timeCreated__c.isEmpty()βœ”οΈ null

Generation Bundle​

FileMD5
Open/ce/ca/oracle/iam/auth-tokens-are-not-rotated-every-90-days/policy.yamlA5D6AE9C0151BCE47F05BB962FF84358
Open/ce/ca/oracle/iam/auth-tokens-are-not-rotated-every-90-days/prod.logic.yaml7EA0B91E0870DEDAD55F63303D62912F
Open/ce/ca/oracle/iam/auth-tokens-are-not-rotated-every-90-days/test-data.jsonDB63AEB9904A62F5700522C838DB0607
Open/types/CA10O1__CaOracleIamAuthToken2__c/object.extracts.yamlE202059CEEE5E41F0FEFDF8EBAF6CC65

Available Commands​

repo-manager policies generate FULL /ce/ca/oracle/iam/auth-tokens-are-not-rotated-every-90-days/prod.logic.yaml
repo-manager policies generate DEBUG /ce/ca/oracle/iam/auth-tokens-are-not-rotated-every-90-days/prod.logic.yaml
repo-manager policies generate CAPTURE_TEST_DATA /ce/ca/oracle/iam/auth-tokens-are-not-rotated-every-90-days/prod.logic.yaml
repo-manager policies generate TESTS /ce/ca/oracle/iam/auth-tokens-are-not-rotated-every-90-days/prod.logic.yaml
# Execute tests
repo-manager policies test /ce/ca/oracle/iam/auth-tokens-are-not-rotated-every-90-days/prod.logic.yaml

Content​

Open File

---
inputType: "CA10O1__CaOracleIamAuthToken2__c"
testData:
- file: "test-data.json"
importExtracts:
- file: "/types/CA10O1__CaOracleIamAuthToken2__c/object.extracts.yaml"
conditions:
- status: "INCOMPLIANT"
currentStateMessage: "This Oracle IAM auth token was created more than 90 days ago."
remediationMessage: "Create a replacement auth token, update dependent workloads, and delete this stale token."
check:
IS_BEYOND_LAST_DAYS:
arg:
EXTRACT: "CA10O1__timeCreated__c"
offsetDays: 90
otherwise:
status: "COMPLIANT"
currentStateMessage: "This Oracle IAM auth token was created within the last 90 days."