π§ Oracle IAM Auth Tokens are not rotated every 90 days - prod.logic.yamlπ’
- Contextual name: π§ prod.logic.yamlπ’
- ID:
/ce/ca/oracle/iam/auth-tokens-are-not-rotated-every-90-days/prod.logic.yaml - Tags:
- π’ Logic test success
- π’ Logic with extracts
- π’ Logic with test data
Usesβ
Test Results π’β
Generated at: 2026-09-22T15:07:56.796956694Z Open
| Result | Id | Condition Index | Condition Text | Runtime 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β
| File | MD5 | |
|---|---|---|
| Open | /ce/ca/oracle/iam/auth-tokens-are-not-rotated-every-90-days/policy.yaml | A5D6AE9C0151BCE47F05BB962FF84358 |
| Open | /ce/ca/oracle/iam/auth-tokens-are-not-rotated-every-90-days/prod.logic.yaml | 7EA0B91E0870DEDAD55F63303D62912F |
| Open | /ce/ca/oracle/iam/auth-tokens-are-not-rotated-every-90-days/test-data.json | DB63AEB9904A62F5700522C838DB0607 |
| Open | /types/CA10O1__CaOracleIamAuthToken2__c/object.extracts.yaml | E202059CEEE5E41F0FEFDF8EBAF6CC65 |
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β
---
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."