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

SecurityInsightsGroupEntity 类

定义

表示安全组实体。

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

构造函数

SecurityInsightsGroupEntity()

初始化 SecurityInsightsGroupEntity 的新实例。

属性

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” } 的有效负载。

DistinguishedName

组可分辨名称。

FriendlyName

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

Id

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

(继承自 ResourceData)
Name

资源的名称。

(继承自 ResourceData)
ObjectGuid

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

ResourceType

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

(继承自 ResourceData)
Sid

SID 特性是一个单值属性,它指定组 (SID) 的安全标识符。

SystemData

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

(继承自 ResourceData)

适用于