Resource
No description
type Resource {
allow_multiple: Boolean
approval_flow: ApprovalFlow
created_at: DateTimeISO!
description: String
enabled: Boolean
form_definition: JSON
fulfiller_reference_id: UUID
fulfiller_type: FulfillerType
id: ID!
integration: Integration
name: String!
owner_data: JSONObject
owner_reference_id: UUID
owner_type: ResourceOwnerType
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_flow ● ApprovalFlow object
Resource.created_at ● DateTimeISO! non-null scalar
Resource.description ● String scalar
Resource.enabled ● Boolean scalar
Resource.form_definition ● JSON 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.owner_data ● JSONObject scalar
Resource.owner_reference_id ● UUID scalar
Resource.owner_type ● ResourceOwnerType enum
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 ● ProvisioningOperation object ● RequestResource object ● ResourceConnection object