UNPKG

@rhoas/kafka-instance-sdk

Version:
36 lines (27 loc) 760 B
/* tslint:disable */ /* eslint-disable */ /** * Kafka Instance API * API for interacting with Kafka Instance. Includes Produce, Consume and Admin APIs * * The version of the OpenAPI document: 0.14.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @enum {string} */ export const AclBindingOrderKey = { ResourceType: 'resourceType', ResourceName: 'resourceName', PatternType: 'patternType', Principal: 'principal', Operation: 'operation', Permission: 'permission' } as const; export type AclBindingOrderKey = typeof AclBindingOrderKey[keyof typeof AclBindingOrderKey];