OBJECT
GcpFeatureDetail
Description
GcpFeatureDetail represents the status and configuration details of a specific feature within a GCP project.
link GraphQL Schema definition
- type GcpFeatureDetail {
- # Permission Groups enabled for the feature. Only populated if the feature
- # flag for permission groups is enabled.
- : [PermissionsGroup!]!
- # The cloud account feature type that is enabled for the project,
- # such as CLOUD_NATIVE_PROTECTION, EXOCOMPUTE, or other supported features.
- : CloudAccountFeature!
- # ID of the role created for this feature. This role will be used to
- # bind conditional permissions for the role and manage feature-specific
- # access control within the GCP project.
- : String!
- # Current operational status of the feature indicating whether it is
- # connected, disconnected, or in an error state.
- : CloudAccountStatus!
- }