Skip to main content

PolicyRolloutRetryResult

No description

type PolicyRolloutRetryResult {
dispatched_intent_count: Int!
eligible_intent_count: Int!
evaluated_identity_count: Int!
matched_identity_count: Int!
policy_id: ID!
}

Fields

PolicyRolloutRetryResult.dispatched_intent_count ● Int! non-null scalar

PolicyRolloutRetryResult.eligible_intent_count ● Int! non-null scalar

PolicyRolloutRetryResult.evaluated_identity_count ● Int! non-null scalar

PolicyRolloutRetryResult.matched_identity_count ● Int! non-null scalar

PolicyRolloutRetryResult.policy_id ● ID! non-null scalar

Returned By

retryFailedPolicyRollout mutation