Resource
No description
type Resource {
allow_multiple: Boolean
approval_steps: [ApprovalStep!]
created_at: DateTimeISO!
description: String
enabled: Boolean
fulfiller_reference_id: UUID
fulfiller_type: FulfillerType
id: ID!
integration: Integration
name: String!
picture: String
provisioning_profile: ResourceProvisioningProfile
provisioning_profile_version: Int!
sync_profile: ResourceSyncProfile
sync_profile_version: Int!
updated_at: DateTimeISO!
}
Fields
Resource.allow_multiple ● Boolean scalar
Resource.approval_steps ● [ApprovalStep!] list object
Resource.created_at ● DateTimeISO! non-null scalar
Resource.description ● String scalar
Resource.enabled ● Boolean scalar
Resource.fulfiller_reference_id ● UUID scalar
Resource.fulfiller_type ● FulfillerType enum
Resource.id ● ID! non-null scalar
Resource.integration ● Integration object
Resource.name ● String! non-null scalar
Resource.picture ● String scalar
Resource.provisioning_profile ● ResourceProvisioningProfile object
Resource.provisioning_profile_version ● Int! non-null scalar
Resource.sync_profile ● ResourceSyncProfile object
Resource.sync_profile_version ● Int! non-null scalar
Resource.updated_at ● DateTimeISO! non-null scalar
Returned By
createResource mutation ● resource query ● updateResource mutation ● updateResourceProfiles mutation
Member Of
AssignedResource object ● RequestResource object ● ResourceConnection object