Show / Hide Table of Contents

Class GroupAccountObject

Inheritance
System.Object
CollectObject
GroupAccountObject
Inherited Members
CollectObject.ResultType
CollectObject.RowKey
CollectObject.Serialized
CollectObject.ShouldSerializeRowKey()
CollectObject.ShouldSerializeSerialized()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class GroupAccountObject : CollectObject

Constructors

| Improve this Doc View Source

GroupAccountObject(String)

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

Properties

| Improve this Doc View Source

Caption

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

Description

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

Domain

Declaration
public string Domain { get; set; }
Property Value
Type Description
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

InstallDate

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

LocalAccount

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

Name

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

Properties

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

SID

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

SIDType

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

Status

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

Users

Declaration
public List<string> Users { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX