core/modules/psocsf/public/Objects/Network/AuthorizationResult.cs
using Ocsf.Objects;
namespace Ocsf.Objects.Network { public class AuthorizationResult { public string Decision { get; set; } public Policy Policy { get; set; } } } |