AccountEntityProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Account entity property bag.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AccountEntityPropertiesTypeConverter))]
public class AccountEntityProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAccountEntityProperties, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.AccountEntityPropertiesTypeConverter))>]
type AccountEntityProperties = class
interface IAccountEntityProperties
interface IJsonSerializable
interface IEntityCommonProperties
interface IValidates
Public Class AccountEntityProperties
Implements IAccountEntityProperties, IValidates
- Inheritance
-
AccountEntityProperties
- Attributes
- Implements
Constructors
AccountEntityProperties() |
Creates an new AccountEntityProperties instance. |
Properties
AadTenantId |
The Azure Active Directory tenant id. |
AadUserId |
The Azure Active Directory user id. |
AccountName |
The name of the account. This field should hold only the name without any domain added to it, i.e. administrator. |
AdditionalData |
A bag of custom fields that should be part of the entity and will be presented to the user. |
DisplayName |
The display name of the account. |
DnsDomain |
The fully qualified domain DNS name. |
FriendlyName |
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. |
HostEntityId |
The Host entity id that contains the account in case it is a local account (not domain joined) |
IsDomainJoined |
Determines whether this is a domain account. |
NtDomain |
The NetBIOS domain name as it appears in the alert format domain/username. Examples: NT AUTHORITY. |
ObjectGuid |
The objectGUID attribute is a single-value attribute that is the unique identifier for the object, assigned by active directory. |
Puid |
The Azure Active Directory Passport User ID. |
Sid |
The account security identifier, e.g. S-1-5-18. |
UpnSuffix |
The user principal name suffix for the account, in some cases it is also the domain name. Examples: contoso.com. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccountEntityProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccountEntityProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAccountEntityProperties. |
FromJsonString(String) |
Creates a new instance of AccountEntityProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccountEntityProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |