ApiCollectionData 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.
An API collection as represented by Microsoft Defender for APIs.
public class ApiCollectionData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.ApiCollectionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.ApiCollectionData>
type ApiCollectionData = class
inherit ResourceData
interface IJsonModel<ApiCollectionData>
interface IPersistableModel<ApiCollectionData>
Public Class ApiCollectionData
Inherits ResourceData
Implements IJsonModel(Of ApiCollectionData), IPersistableModel(Of ApiCollectionData)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| BaseUri |
The base URI for this API collection. All endpoints of this API collection extend this base URI. |
| DiscoveredVia |
The resource Id of the resource from where this API collection was discovered. |
| DisplayName |
The display name of the API collection. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| Name |
The name of the resource. (Inherited from ResourceData) |
| NumberOfApiEndpoints |
The number of API endpoints discovered in this API collection. |
| NumberOfApiEndpointsWithSensitiveDataExposed |
The number of API endpoints in this API collection which are exposing sensitive data in their requests and/or responses. |
| NumberOfExternalApiEndpoints |
The number of API endpoints in this API collection for which API traffic from the internet was observed. |
| NumberOfInactiveApiEndpoints |
The number of API endpoints in this API collection that have not received any API traffic in the last 30 days. |
| NumberOfUnauthenticatedApiEndpoints |
The number of API endpoints in this API collection that are unauthenticated. |
| ProvisioningState |
Gets the provisioning state of the API collection. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| SensitivityLabel |
The highest priority sensitivity label from Microsoft Purview in this API collection. |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |