OBJECT

ValidatePermissionsForFeatureReply

Description

Specifies the validation results for the given feature.

link GraphQL Schema definition

  • type ValidatePermissionsForFeatureReply {
  • # Specifies the feature that is validated.
  • feature: CloudAccountFeature!
  • # Specifies the number of missing permissions for the
  • # given feature.
  • numMissingPermissions: Int!
  • # Specifies the validation results for each of the roles.
  • roleResults: [ValidatePermissionsForRoleReply!]!
  • # Specifies the overall status of the validation request for the
  • # given feature.
  • status: SuccessStatus!
  • }