Details for changing owners of shareable entities

interface BulkChangeOwnerDetails {
    autofixName: boolean;
    newOwner: string;
}

Properties

autofixName: boolean

Whether the name is fixed automatically if it's duplicated after changing owner.

newOwner: string

The account id of the new owner.