ResourceUpdateData
No description
input ResourceUpdateData {
allow_multiple: Boolean
approval_flow: ApprovalFlowInput
description: String
enabled: Boolean
form_definition: JSON
fulfiller_reference_id: UUID
fulfiller_type: FulfillerType
name: String
owner_data: JSONObject
owner_reference_id: UUID
owner_type: ResourceOwnerType
picture: String
provisioning_profile: ResourceProvisioningProfileInput
sync_profile: ResourceSyncProfileInput
}
Fields
ResourceUpdateData.allow_multiple ● Boolean scalar
ResourceUpdateData.approval_flow ● ApprovalFlowInput input
Approval workflow. If provided, replaces existing flow.
ResourceUpdateData.description ● String scalar
Resource description
ResourceUpdateData.enabled ● Boolean scalar
Whether the resource is disabled
ResourceUpdateData.form_definition ● JSON scalar
Custom request form definition (FormSpec). Replaces the stored definition wholesale; pass null to clear.
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.owner_data ● JSONObject scalar
ResourceUpdateData.owner_reference_id ● UUID scalar
ResourceUpdateData.owner_type ● ResourceOwnerType enum
ResourceUpdateData.picture ● String scalar
URL to resource image
ResourceUpdateData.provisioning_profile ● ResourceProvisioningProfileInput input
ResourceUpdateData.sync_profile ● ResourceSyncProfileInput input
Member Of
updateResource mutation ● validateResource query