Type alias ModelViewerReadContentPermission

ModelViewerReadContentPermission: {
    __typename?: "ModelViewerReadContentPermission";
    allowedLocales: Locale[];
    allowedWithCondition: Scalars["Boolean"];
}

This types holds a superset of the allowed read operations on a model. This means even if this states access is allowed, it could still potentially be denied.

Type declaration

  • Optional __typename?: "ModelViewerReadContentPermission"
  • allowedLocales: Locale[]
  • allowedWithCondition: Scalars["Boolean"]

Generated using TypeDoc