Share via


ArmSecurityCenterModelFactory.SecurityCenterApiCollectionData Method

Definition

Initializes a new instance of SecurityCenterApiCollectionData.

public static Azure.ResourceManager.SecurityCenter.SecurityCenterApiCollectionData SecurityCenterApiCollectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.SecurityCenter.Models.SecurityFamilyProvisioningState? provisioningState = default, string displayName = default, Azure.Core.ResourceIdentifier discoveredVia = default, Uri baseUri = default, long? numberOfApiEndpoints = default, long? numberOfInactiveApiEndpoints = default, long? numberOfUnauthenticatedApiEndpoints = default, long? numberOfExternalApiEndpoints = default, long? numberOfApiEndpointsWithSensitiveDataExposed = default, string sensitivityLabel = default);
static member SecurityCenterApiCollectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityFamilyProvisioningState> * string * Azure.Core.ResourceIdentifier * Uri * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * string -> Azure.ResourceManager.SecurityCenter.SecurityCenterApiCollectionData
Public Shared Function SecurityCenterApiCollectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of SecurityFamilyProvisioningState) = Nothing, Optional displayName As String = Nothing, Optional discoveredVia As ResourceIdentifier = Nothing, Optional baseUri As Uri = Nothing, Optional numberOfApiEndpoints As Nullable(Of Long) = Nothing, Optional numberOfInactiveApiEndpoints As Nullable(Of Long) = Nothing, Optional numberOfUnauthenticatedApiEndpoints As Nullable(Of Long) = Nothing, Optional numberOfExternalApiEndpoints As Nullable(Of Long) = Nothing, Optional numberOfApiEndpointsWithSensitiveDataExposed As Nullable(Of Long) = Nothing, Optional sensitivityLabel As String = Nothing) As SecurityCenterApiCollectionData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

provisioningState
Nullable<SecurityFamilyProvisioningState>

Gets the provisioning state of the API collection.

displayName
String

The display name of the API collection.

discoveredVia
ResourceIdentifier

The resource Id of the resource from where this API collection was discovered.

baseUri
Uri

The base URI for this API collection. All endpoints of this API collection extend this base URI.

numberOfApiEndpoints
Nullable<Int64>

The number of API endpoints discovered in this API collection.

numberOfInactiveApiEndpoints
Nullable<Int64>

The number of API endpoints in this API collection that have not received any API traffic in the last 30 days.

numberOfUnauthenticatedApiEndpoints
Nullable<Int64>

The number of API endpoints in this API collection that are unauthenticated.

numberOfExternalApiEndpoints
Nullable<Int64>

The number of API endpoints in this API collection for which API traffic from the internet was observed.

numberOfApiEndpointsWithSensitiveDataExposed
Nullable<Int64>

The number of API endpoints in this API collection which are exposing sensitive data in their requests and/or responses.

sensitivityLabel
String

The highest priority sensitivity label from Microsoft Purview in this API collection.

Returns

A new SecurityCenterApiCollectionData instance for mocking.

Applies to