API Reference
Class
Item (AccountDelegationPostureService)
Projected account delegation posture row.
Inheritance
- Object
- Item
Constructors
Inherited Methods
Properties
public String DomainName { get; set; } #Target domain DNS name.
public String Name { get; set; } #Display name or CN.
public String SamAccountName { get; set; } #sAMAccountName.
public String DistinguishedName { get; set; } #Distinguished name when available.
public String AccountType { get; set; } #Account type label.
public Boolean Enabled { get; set; } #True when the account is enabled.
public Boolean IsDc { get; set; } #True when the account is a domain controller computer account.
public Boolean FullDelegation { get; set; } #True when unconstrained delegation is configured.
public Boolean ConstrainedDelegation { get; set; } #True when constrained delegation is configured.
public Boolean ResourceDelegation { get; set; } #True when resource-based constrained delegation is configured.
public Int32 ConstrainedTargetCount { get; set; } #Configured constrained delegation targets.
public String ConstrainedTargets { get; set; } #Joined constrained delegation targets.
public Int32 ResourcePrincipalCount { get; set; } #Configured RBCD principal count.
public String ResourcePrincipals { get; set; } #Joined RBCD principals.
public String DelegationKinds { get; set; } #Friendly joined delegation kinds present on the account.
public String RiskLevel { get; set; } #Friendly risk level projected from the delegation posture.
public String Recommendation { get; set; } #Short operator recommendation for the row.