mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
11 lines
435 B
YAML
11 lines
435 B
YAML
description: Validation hashes for Application and Rule objects cached on the CCG.
|
|
type: object
|
|
properties:
|
|
Application:
|
|
type: integer
|
|
description: The high watermark timestamp for application objects cached by the CCG's persistence manager.
|
|
example: 1585001456484
|
|
Rule:
|
|
type: integer
|
|
description: The high watermark timestamp for rule objects cached by the CCG's persistence manager.
|
|
example: 1559924590534 |