interface UpdateEntityPropertiesValue {
    accountId: string;
    entities?: Version2.Version2Models.EntityPropertyDetails[];
    entityType: string;
    transferId: string;
}

Properties

accountId: string

The Atlassian account ID of the impersonated user. This user must be a member of the site admin group.

entityType: string

The type indicating the object that contains the entity properties.

transferId: string

The app migration transfer ID.