Type Alias UserStateCondensedV2

Condensed state of a user returned in state of ownable ODAG entities (for example, a link or request).

type UserStateCondensedV2 = {
    id: odagRequests.UserIdV2;
    name: string;
    subject: string;
    tenantid: string;
}
Index

Properties

Properties

The system-assigned ID for a user

name: string
subject: string
tenantid: string