resourceInput

Specifies the configuration for a single resource.

Examples

input ResourceInput {
  id: String!
  name: String!
  isMonitored: Boolean!
  resourceType: ResourceType
  credentialsId: String
}

Fields

Field
Description
Supported fields

id String!

Unique identifier of the resource

name String!

Name of the resource

isMonitored Boolean!

Determines if the resource is being monitored

resourceType ResourceType

Defines the category or classification of the resource

credentialsId String

Corresponding credentials ID. Only relevant when saving resources from several credentials together

References

Fields with this object:

Last updated