INTERFACE
HubPolicy
Hub policy
link GraphQL Schema definition
- interface HubPolicy {
- # CSP user who created hub policy
- User! :
- # Timestamp at which hub policy is created. Expressed in UTC ISO-8601 format
- DateTime! :
- # CSP projects associated with policy
- Entity!] : [
- # Policy description
- LocalizedString :
- # If the policy is enabled or not
- # If disabled, timer based policy evaluation will stop. But user will still be
- # able to evaluate the policy using API.
- Boolean! :
- # Opaque global ID
- ID! :
- # Timestamp at which hub policy is updated. Expressed in UTC ISO-8601 format
- DateTime :
- # Versioning ID
- ID! :
- # Policy id
- String! :
- # Policy name
- LocalizedString! :
- # Policy Providers like Cost, Spring, Aria/Tanzu
- String! :
- # CSP user who updated hub policy
- User :
- }
link Require by
- HubPolicyConnectionPolicy connection
- HubPolicyEdgePolicy edge
- HubPolicyRunPolicy run created after policy evaluation
- ObservabilityAlertObservability Alert to trigger Alerts on metrics/logs
- ObservabilityLogAlertObservability Log Alert to trigger Alerts on logs
- ObservabilityMetricAlertObservability Metric Alert to trigger Alerts on metrics
- SpringPolicySpring policy
- TanzuHubPolicyHub policy