/** * ORY Keto * A cloud native access control server providing best-practice patterns (RBAC, ABAC, ACL, AWS IAM Policies, Kubernetes Roles, ...) via REST APIs. * * The version of the OpenAPI document: v0.0.0-alpha.37 * Contact: hi@ory.sh * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { GetOryAccessControlPolicyInternalServerErrorBody } from './getOryAccessControlPolicyInternalServerErrorBody'; /** * The standard error format */ export class GetOryAccessControlPolicyInternalServerError { 'payload'?: GetOryAccessControlPolicyInternalServerErrorBody; static discriminator: string | undefined = undefined; static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [ { "name": "payload", "baseName": "Payload", "type": "GetOryAccessControlPolicyInternalServerErrorBody" } ]; static getAttributeTypeMap() { return GetOryAccessControlPolicyInternalServerError.attributeTypeMap; } }