Skip to main content

ResourceCreateData

No description

input ResourceCreateData {
allow_multiple: Boolean
approval_steps: [ApprovalStepInput!]
description: String
enabled: Boolean
fulfiller_reference_id: UUID
fulfiller_type: FulfillerType
name: String!
picture: String
}

Fields

ResourceCreateData.allow_multiple ● Boolean scalar

ResourceCreateData.approval_steps ● [ApprovalStepInput!] list input

Approval workflow steps. If not provided, defaults to a single AUTO approval step

ResourceCreateData.description ● String scalar

Resource description

ResourceCreateData.enabled ● Boolean scalar

Whether the resource is disabled

ResourceCreateData.fulfiller_reference_id ● UUID scalar

Reference to the fulfiller (user, group, or function ID) Required when fulfiller_type is USER, GROUP, FUNCTION, or CONNECTOR Must be null when fulfiller_type is AUTO or not specified

ResourceCreateData.fulfiller_type ● FulfillerType enum

Type of fulfiller for this resource

ResourceCreateData.name ● String! non-null scalar

Resource name

ResourceCreateData.picture ● String scalar

URL to resource's image

Member Of

createResource mutation