< Summary

Class:SharpHoundCommonLib.OutputTypes.EnrollmentAgentRegistryAPIResult
Assembly:SharpHoundCommonLib
File(s):D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\OutputTypes\EnrollmentAgentRegistryAPIResult.cs
Covered lines:0
Uncovered lines:1
Coverable lines:1
Total lines:10
Line coverage:0% (0 of 1)
Covered branches:0
Total branches:0

File(s)

D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\OutputTypes\EnrollmentAgentRegistryAPIResult.cs

#LineLine coverage
 1using System;
 2using SharpHoundCommonLib.Processors;
 3
 4namespace SharpHoundCommonLib.OutputTypes
 5{
 6    public class EnrollmentAgentRegistryAPIResult : APIResult
 7    {
 08        public EnrollmentAgentRestriction[] Restrictions { get; set; } = Array.Empty<EnrollmentAgentRestriction>();
 9    }
 10}

Methods/Properties

Restrictions()