OBJECT
ValidatePermissionsForFeatureReply
Description
Specifies the validation results for the given feature.
link GraphQL Schema definition
- type ValidatePermissionsForFeatureReply {
- # Specifies the feature that is validated.
- : CloudAccountFeature!
- # Specifies the number of missing permissions for the
- # given feature.
- : Int!
- # Specifies the validation results for each of the roles.
- : [ValidatePermissionsForRoleReply!]!
- # Specifies the overall status of the validation request for the
- # given feature.
- : SuccessStatus!
- }