Skip to main content
Glama
IBaseAuthorizationV3.cs865 B
using System; using System.Collections.Generic; namespace Api.DigitalPages.Interfaces.Models { public interface IRestrictedData<TAuthorization> where TAuthorization : IBaseAuthorizationV3 { List<TAuthorization> Authorizations { get; set; } } public interface IBaseAuthorizationV3 : IBaseModelV3 { /// <summary> /// Role que deve ser atribuida para os usuários da entidade ou usuário. /// </summary> RoleType Role { get; set; } bool SkipRequiredProducts { get; set; } bool AuthorizeAnonymousUsers { get; set; } List<IBaseAuthorizationReferenceV3> References { get; set; } } public interface IBaseAuthorizationReferenceV3 : IBaseModelV3 { Guid ReferenceUid { get; set; } AuthorizationReferenceType Type { get; set; } } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rkm097git/euconquisto-composer-mcp-poc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server