/** * Gravitee.io Portal Rest API * API dedicated to the devportal part of Gravitee * * The version of the OpenAPI document: 3.0.0 * Contact: contact@graviteesource.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export interface TransferOwnershipInput { /** * User identifier of the new Primary Owner of the application. */ new_primary_owner?: string; /** * New role to be affected to the current PrimaryOwner. */ primary_owner_newrole?: string; }