Type alias AttributePrivilege

AttributePrivilege: {
    attribute: string;
    element-type: string;
    rights: Privilege[];
}

Type declaration

  • attribute: string
  • element-type: string
  • rights: Privilege[]

Generated using TypeDoc