cloudAppDiscoveryReport 资源类型
命名空间:microsoft.graph.security
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示有关在终结点或流中发现的云应用的信息。
继承自 entity。
Methods
方法 | 返回类型 | 说明 |
---|---|---|
列出上传的流 | microsoft.graph.security.cloudAppDiscoveryReport 集合 | 从防火墙和代理查看所有手动上传的流。 |
获取聚合的应用详细信息 | microsoft.graph.security.discoveredCloudAppDetail 集合 | 通过提供时间段获取已发现应用的 聚合详细信息 。 |
属性
属性 | 类型 | 说明 |
---|---|---|
anonymizeMachineData | 布尔值 | 如果计算机信息是匿名的,请使用 1 ;否则使用 0 。 |
anonymizeUserData | 布尔值 | 如果用户信息匿名,请使用 1 ;否则使用 0 。 |
createdDateTime | DateTimeOffset | 采用指定格式的日期。 时间戳使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z 。 |
description | String | 报表的注释或说明。 |
displayName | String | 连续报表的显示名称。 |
id | String | 支持的日志类型的 ID。 继承自 entity。 |
isSnapshotReport | 布尔值 | 将 1 用于快照报表;否则使用 0 。 |
lastDataReceivedDateTime | DateTimeOffset | 上次接收数据的日期。 时间戳使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z 。 |
lastModifiedDateTime | DateTimeOffset | 上次修改连续报表的日期。 时间戳使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z 。 |
logDataProvider | microsoft.graph.security.logDataProvider | 适用的日志数据提供程序。 可能的值包括:barracuda 、、bluecoat 、、ciscoAsa 、 checkpointSmartViewTracker ciscoFirepowerV6 corrata checkpointCef ciscoIronportWsaIii menloSecurityCef contentkeeper stormshield forcepointLeef watchguardXtm ciscoIronportWsaIi fortios forcepoint iboss sophosXg zscalerCef microsoftDefenderForEndpoint customParser clavister sophosCyberoam sonicwall juniperSsg zscalerQradar unknownFutureValue checkpointXml barracudaNextGenFw barracudaNextGenFwWeblog genericLeef microsoftIsaW3C genericCef iFilter openSystemsSecureWebGateway ciscoAsaFirepower juniperSrxWelf paloAltoLeef genericW3C microsoftConditionalAppAccess wandera juniperSrxSd checkpoint ciscoIronportProxy fortigate paloAlto squid zscaler mcafeeSwg ciscoScanSafe juniperSrx sophosSg websenseV75 websenseSiemCef machineZoneMeraki squidNative ciscoFwsm |
logFileCount | Int32 | 日志文件历史记录的计数。 |
receiverProtocol | microsoft.graph.security.receiverProtocol | 适用的接收方协议。 可取值为:ftp 、ftps 、syslogUdp 、syslogTcp 、syslogTls 、unknownFutureValue 。 |
supportedEntityTypes | microsoft.graph.security.entityType 集合 | 支持的实体类型。 可取值为:userName 、ipAddress 、machineName 、other 、unknown 、unknownFutureValue 。 |
supportedTrafficTypes | microsoft.graph.security.trafficType 集合 | 支持的流量类型。 可取值为:downloadedBytes 、uploadedBytes 、unknown 、unknownFutureValue 。 |
Relationships
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.security.cloudAppDiscoveryReport",
"anonymizeMachineData": "Boolean",
"anonymizeUserData": "Boolean",
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"id": "String (identifier)",
"isSnapshotReport": "Boolean",
"lastDataReceivedDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"logDataProvider": "String",
"logFileCount": "Int32",
"receiverProtocol": "String",
"supportedEntityTypes": ["String"],
"supportedTrafficTypes": ["String"]
}