OrgApiKeyIdentity: {
    apiKeyId: EntityId;
    kind: OrgApiKeyIdentity;
    orgId: EntityId;
    permissions: string[];
    scope: string;
}

Type declaration

Generated using TypeDoc