OBJECT
FeaturePermission
Description
Represents the permissions for a feature.
link GraphQL Schema definition
- type FeaturePermission {
- # Represents the feature for which the permissions are returned.
- : CloudAccountFeature!
- # Represents the json string of the permissions.
- : String!
- # Represents the version of the permissions groups.
- : [PermissionsGroupWithVersion!]!
- # Represents the version of the permissions.
- : Int!
- }