你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecurityInsightsAccountEntity 类

定义

表示帐户实体。

public class SecurityInsightsAccountEntity : Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntity
type SecurityInsightsAccountEntity = class
    inherit SecurityInsightsEntity
Public Class SecurityInsightsAccountEntity
Inherits SecurityInsightsEntity
继承
SecurityInsightsAccountEntity

构造函数

SecurityInsightsAccountEntity()

初始化 SecurityInsightsAccountEntity 的新实例。

属性

AadTenantId

Azure Active Directory 租户 ID。

AadUserId

Azure Active Directory 用户 ID。

AccountName

帐户的名称。 此字段应仅保留名称,而不添加任何域,即管理员。

AdditionalData

一个自定义字段包,该字段应是实体的一部分,并将呈现给用户。

若要将 对象分配给此属性的值,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)

若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)

示例:

  • BinaryData.FromObjectAsJson (“foo”) 创建“foo”的有效负载。
  • BinaryData.FromString (“\”foo\“”) 创建“foo”的有效负载。
  • BinaryData.FromObjectAsJson (new { key = “value” }) 创建 { “key”: “value” } 的有效负载。
  • BinaryData.FromString (“{\”key\“: \”value\“}”) 创建 { “key”: “value” } 的有效负载。

DisplayName

帐户的显示名称。

DnsDomain

完全限定域 DNS 名。

FriendlyName

图形项显示名称,它是图形项实例的简短可读说明。 此属性是可选的,可能是系统生成的。

HostEntityId

包含帐户的主机实体 ID(如果帐户是本地帐户 (未加入域) )。

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
IsDomainJoined

确定这是否为域帐户。

Name

资源的名称。

(继承自 ResourceData)
NtDomain

以警报格式显示的 NetBIOS 域名 - 域\用户名。 示例:NT AUTHORITY。

ObjectGuid

objectGUID 属性是一个单值属性,它是对象的唯一标识符,由 active directory 分配。

Puid

Azure Active Directory Passport 用户 ID。

ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
Sid

帐户安全标识符,例如 S-1-5-18。

SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)
UpnSuffix

帐户的用户主体名称后缀,在某些情况下,它也是域名。 示例:contoso.com。

适用于