OBJECT

FeaturePermission

Description

Represents the permissions for a feature.

link GraphQL Schema definition

  • type FeaturePermission {
  • # Represents the feature for which the permissions are returned.
  • feature: CloudAccountFeature!
  • # Represents the json string of the permissions.
  • permissionJson: String!
  • # Represents the version of the permissions groups.
  • permissionsGroupVersions: [PermissionsGroupWithVersion!]!
  • # Represents the version of the permissions.
  • version: Int!
  • }