UNPKG

@primerouting/zitadel-node

Version:

Library for API access to ZITADEL. Provides compiled gRPC service clients and helpers for applications and service accounts. Support http2 self-hosted instances

10 lines (9 loc) 409 B
export declare const protobufPackage = "zitadel.settings.v2beta"; export declare enum ResourceOwnerType { RESOURCE_OWNER_TYPE_UNSPECIFIED = 0, RESOURCE_OWNER_TYPE_INSTANCE = 1, RESOURCE_OWNER_TYPE_ORG = 2, UNRECOGNIZED = -1 } export declare function resourceOwnerTypeFromJSON(object: any): ResourceOwnerType; export declare function resourceOwnerTypeToJSON(object: ResourceOwnerType): string;