Skip to main content

ResourceUpdateData

No description

input ResourceUpdateData {
allow_multiple: Boolean
approval_steps: [ApprovalStepInput!]
description: String
enabled: Boolean
fulfiller_reference_id: UUID
fulfiller_type: FulfillerType
name: String
picture: String
provisioning_profile: ResourceProvisioningProfileInput
sync_profile: ResourceSyncProfileInput
}

Fields

ResourceUpdateData.allow_multiple ● Boolean scalar

ResourceUpdateData.approval_steps ● [ApprovalStepInput!] list input

Approval workflow steps. If provided, replaces existing steps

ResourceUpdateData.description ● String scalar

Resource description

ResourceUpdateData.enabled ● Boolean scalar

Whether the resource is disabled

ResourceUpdateData.fulfiller_reference_id ● UUID scalar

Reference to the fulfiller (user, group, or function ID) When updating fulfiller_type, this field may be required

ResourceUpdateData.fulfiller_type ● FulfillerType enum

Type of fulfiller for this resource

ResourceUpdateData.name ● String scalar

Resource name

ResourceUpdateData.picture ● String scalar

URL to resource image

ResourceUpdateData.provisioning_profile ● ResourceProvisioningProfileInput input

ResourceUpdateData.sync_profile ● ResourceSyncProfileInput input

Member Of

updateResource mutation ● validateResource query