Skip to main content

rotateOnPremiseResourceJWT Mutation

Rotates the identity_key of an On-Prem Resource and returns a new JWT.

Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_manage_customers, org_crud_customers]. 2. The signed-in User has any of the following permissions for the access function context object 'customer': [customer_edit, customer_admin_manage_instances] when 'customer' is provided in the access function context.

Input fields (RotateOnPremiseResourceJWTInput!)

ArgumentTypeDescription
customerIdIDThe Customer associated with this resource.
orgOnlyBooleanSet to true to register an On-Prem Resource only available to Organization users. Only valid for Organization users.
resourceIdID!The ID of the On-Prem Resource.
clientMutationIdStringA unique identifier for the client performing the mutation.

Return fields (RotateOnPremiseResourceJWTPayload)

clientMutationId (String)
errors ([ErrorType!]!)
result (CreateOnPremiseResourceJWTResult)