Interface AppAccessGrant

interface AppAccessGrant {
    app?: App;
    appId: string;
    createdById?: string;
    createdOn?: Date;
    id?: string;
    issuer?: Org;
    issuerReference: string;
    readUpdatedOn?: Date;
    recipient?: Org;
    recipientReference: string;
    scope: INSTALL;
    updatedById?: string;
    updatedOn?: Date;
}

Hierarchy

  • BaseManagedEntity
    • AppAccessGrant

Properties

app?: App
appId: string
createdById?: string
createdOn?: Date
id?: string
issuer?: Org
issuerReference: string
readUpdatedOn?: Date
recipient?: Org
recipientReference: string
scope: INSTALL
updatedById?: string
updatedOn?: Date

Generated using TypeDoc