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!)
Argument | Type | Description |
---|---|---|
customerId | ID | The Customer associated with this resource. |
orgOnly | Boolean | Set to true to register an On-Prem Resource only available to Organization users. Only valid for Organization users. |
resourceId | ID! | The ID of the On-Prem Resource. |
clientMutationId | String | A unique identifier for the client performing the mutation. |