OBJECT
SpringPolicy
Spring policy
link GraphQL Schema definition
- type SpringPolicy implements HubPolicy, Node, NodeVersion {
- # unique policy identifier
- String! :
- # CSP user who created hub policy
- User! :
- # Timestamp at which hub policy is created. Expressed in UTC ISO-8601 format
- DateTime! :
- # CSP project id associated with policy
- Entity!] : [
- # Policy description
- LocalizedString :
- # schedule is enabled for this policy
- Boolean! :
- # policy schedule cron expression
- SpringPolicyExecutionSchedule! :
- # Opaque identifier for a policy, to be used to identify a policy uniquely in hub
- # graph
- ID! :
- # Timestamp at which hub policy is updated. Expressed in UTC ISO-8601 format
- DateTime :
- # Opaque version string for this graph node instance
- ID! :
- # Policy name
- LocalizedString! :
- # provider name for this policy
- String! :
- # policy rule
- SpringPolicyRule! :
- # CSP user who updated hub policy
- User :
- }