Language

IApiCollection Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ApiCollectionTypeConverter))]
public interface IApiCollection : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IResource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ApiCollectionTypeConverter))]
public interface IApiCollection : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IProxyResourceAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ApiCollectionTypeConverter))>]
type IApiCollection = interface
    interface IJsonSerializable
    interface IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ApiCollectionTypeConverter))>]
type IApiCollection = interface
    interface IJsonSerializable
    interface IProxyResourceAutoGenerated
    interface IResourceAutoGenerated2
Public Interface IApiCollection
Implements IResource
Public Interface IApiCollection
Implements IProxyResourceAutoGenerated
Derived
Attributes
Implements

Properties

Name Description
BaseUrl

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. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

(Inherited from IResourceAutoGenerated2)
Name

The name of the resource

(Inherited from IResourceAutoGenerated2)
NumberOfApiEndpoint

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.

NumberOfExternalApiEndpoint

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

NumberOfInactiveApiEndpoint

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

NumberOfUnauthenticatedApiEndpoint

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

ProvisioningState

Gets the provisioning state of the API collection.

SensitivityLabel

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

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResourceAutoGenerated2)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResourceAutoGenerated2)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResourceAutoGenerated2)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResourceAutoGenerated2)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResourceAutoGenerated2)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResourceAutoGenerated2)
Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResourceAutoGenerated2)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to