afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/TenantSecurityTrustedIpRangeTrend.json

90 lines
3.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"associated_objects"
],
"title": "TenantSecurityTrustedIpRangeTrend - Data API",
"description": "Stores details of changes related to trusted IP ranges in Security Center.This object is available for Security Center subscribers in API version 54.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Action": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "Stores information on a change to the policy. Available options include: ADDED REMOVED UPDATED"
},
"ActionBy": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The name of the person who made this change."
},
"ActionDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "When this change was made."
},
"Description": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "A description of the trusted IP range. For example, \"Trusting the IP addresses from NA-West region\"."
},
"DetailIdentifier": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "Unique identifier for this detail record."
},
"IpEndAddress": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The end IP address of a trusted IP range. For example, 10.0.0.0 10.255.255.255."
},
"IpRangeIdentifier": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "Unique identifier of the IP range."
},
"IpStartAddress": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The start IP address of a trusted IP range. For example, 10.0.0.0 10.255.255.255."
},
"MetricIdentifier": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the corresponding TenantSecurityMonitorMetric."
},
"MetricsType": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The type of metric for the data collected."
},
"Name": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort",
"description": "The name of the metric for the data collected."
},
"Tenant": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The ID of the tenant (org) that this record is for."
},
"TenantName": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The name of the tenant (org) that this record is for."
},
"UsageOptions": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "For internal use only."
}
},
"special_access_rules": "This object is read-only.",
"associated_objects": "This object has the following associated objects. If the API version isnt specified, theyre available in the same API versions as this object. Otherwise, theyre available in the specified API version and later.\n\n- **TenantSecurityTrustedIpRangeTrendChangeEvent**: Change events are available for the object.\n- **TenantSecurityTrustedIpRangeTrendFeed**: Feed tracking is available for the object.\n- **TenantSecurityTrustedIpRangeTrendHistory**: History is available for tracked fields of the object.\n- **TenantSecurityTrustedIpRangeTrendOwnerSharingRule**: Sharing rules are available for the object.\n- **TenantSecurityTrustedIpRangeTrendShare**: Sharing is available for the object."
}