Show / Hide Table of Contents

Class UserAccountObject

Inheritance
System.Object
CollectObject
UserAccountObject
Inherited Members
CollectObject.ResultType
CollectObject.RowKey
CollectObject.Serialized
CollectObject.ShouldSerializeRowKey()
CollectObject.ShouldSerializeSerialized()
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class UserAccountObject : CollectObject

Constructors

| Improve this Doc View Source

UserAccountObject(String)

Declaration
public UserAccountObject(string Name)
Parameters
Type Name Description
System.String Name

Properties

| Improve this Doc View Source

AccountType

Declaration
public string? AccountType { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Caption

Declaration
public string? Caption { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Description

Declaration
public string? Description { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Disabled

Declaration
public string? Disabled { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Domain

Declaration
public string? Domain { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

FullName

Declaration
public string? FullName { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

GID

Declaration
public string? GID { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Groups

Declaration
public List<string> Groups { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

Hidden

Declaration
public bool? Hidden { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

HomeDirectory

Declaration
public string? HomeDirectory { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Identity

Declaration
public override string Identity { get; }
Property Value
Type Description
System.String
Overrides
CollectObject.Identity
| Improve this Doc View Source

Inactive

Declaration
public string? Inactive { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

InstallDate

Declaration
public string? InstallDate { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

LocalAccount

Declaration
public string? LocalAccount { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Lockout

Declaration
public string? Lockout { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PasswordChangeable

Declaration
public string? PasswordChangeable { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

PasswordExpires

Declaration
public string? PasswordExpires { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

PasswordRequired

Declaration
public string? PasswordRequired { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

PasswordStorageAlgorithm

Declaration
public string? PasswordStorageAlgorithm { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Privileged

Declaration
public bool? Privileged { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

Properties

Declaration
public Dictionary<string, string>? Properties { get; set; }
Property Value
Type Description
System.Nullable<Dictionary<System.String, System.String>>
| Improve this Doc View Source

Shell

Declaration
public string? Shell { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

SID

Declaration
public string? SID { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

UID

Declaration
public string? UID { get; set; }
Property Value
Type Description
System.Nullable<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX