OBJECT
FeaturePermission
Description
Feature along with permissions serialized in JSON format.
link GraphQL Schema definition
- type FeaturePermission {
- # Feature name, for example, CLOUD_NATIVE_PROTECTION, CLOUD_NATIVE_ARCHIVAL.
- : CloudAccountFeature!
- # The permissions required for supporting the feature given by the feature field.
- : String!
- # Permissions group versions.
- : [PermissionsGroupWithVersion!]!
- # Feature permission version.
- : Int!
- }