interface Connection {
    organization?: ConnectionConnectedOrganization;
    user?: ConnectionConnectedUser;
}

Properties

Properties

Information about the connected organization.

Information about the connected user.