TransferStackRequest
TransferStackRequest request object for transferring ownership of a stack between two organizations.
Properties
projectNamestring optionalThe project name of the stack to transfer. If unset, the project from the URL route parameters is used.stackNamestring optionalThe name of the stack to transfer. If unset, the stack from the URL route parameters is used.fromOrgstring optionalThe source organization to transfer the stack from. If unset, the organization from the URL route parameters is used.toOrgstring requiredThe organization to transfer the stack to.