OBJECT

CloudAccountFeaturePermission

Description

Cloud Account ID along with Features and permissions serialized in JSON format.

link GraphQL Schema definition

  • type CloudAccountFeaturePermission {
  • # ID of the cloud account for which feature permissions are provided.
  • cloudAccountId: String!
  • # List of features along with the associated permissions.
  • featurePermissions: [FeaturePermission!]!
  • }

link Require by