@azure/arm-attestation package

Classes

AttestationManagementClient

Interfaces

AttestationManagementClientOptionalParams

Optional parameters.

AttestationProvider

Attestation service response message.

AttestationProviderListResult

Attestation Providers List.

AttestationProviders

Interface representing a AttestationProviders.

AttestationProvidersCreateOptionalParams

Optional parameters.

AttestationProvidersDeleteOptionalParams

Optional parameters.

AttestationProvidersGetDefaultByLocationOptionalParams

Optional parameters.

AttestationProvidersGetOptionalParams

Optional parameters.

AttestationProvidersListByResourceGroupOptionalParams

Optional parameters.

AttestationProvidersListDefaultOptionalParams

Optional parameters.

AttestationProvidersListOptionalParams

Optional parameters.

AttestationProvidersUpdateOptionalParams

Optional parameters.

AttestationServiceCreationParams

Parameters for creating an attestation provider

AttestationServiceCreationSpecificParams

Client supplied parameters used to create a new attestation provider.

AttestationServicePatchParams

Parameters for patching an attestation provider

CloudError

An error response from Attestation.

CloudErrorBody

An error response from Attestation.

JsonWebKey
JsonWebKeySet
OperationList

List of supported operations.

Operations

Interface representing a Operations.

OperationsDefinition

Definition object with the name and properties of an operation.

OperationsDisplayDefinition

Display object with properties of the operation.

OperationsListOptionalParams

Optional parameters.

PrivateEndpoint

The Private Endpoint resource.

PrivateEndpointConnection

The Private Endpoint Connection resource.

PrivateEndpointConnectionListResult

List of private endpoint connection associated with the specified storage account

PrivateEndpointConnections

Interface representing a PrivateEndpointConnections.

PrivateEndpointConnectionsCreateOptionalParams

Optional parameters.

PrivateEndpointConnectionsDeleteOptionalParams

Optional parameters.

PrivateEndpointConnectionsGetOptionalParams

Optional parameters.

PrivateEndpointConnectionsListOptionalParams

Optional parameters.

PrivateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.

Resource

Common fields that are returned in the response for all Azure Resource Manager resources

SystemData

Metadata pertaining to creation and last modification of the resource.

TrackedResource

The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'

Type Aliases

AttestationProvidersCreateResponse

Contains response data for the create operation.

AttestationProvidersGetDefaultByLocationResponse

Contains response data for the getDefaultByLocation operation.

AttestationProvidersGetResponse

Contains response data for the get operation.

AttestationProvidersListByResourceGroupResponse

Contains response data for the listByResourceGroup operation.

AttestationProvidersListDefaultResponse

Contains response data for the listDefault operation.

AttestationProvidersListResponse

Contains response data for the list operation.

AttestationProvidersUpdateResponse

Contains response data for the update operation.

AttestationServiceStatus

Defines values for AttestationServiceStatus.
KnownAttestationServiceStatus can be used interchangeably with AttestationServiceStatus, this enum contains the known values that the service supports.

Known values supported by the service

Ready
NotReady
Error

CreatedByType

Defines values for CreatedByType.
KnownCreatedByType can be used interchangeably with CreatedByType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

OperationsListResponse

Contains response data for the list operation.

PrivateEndpointConnectionProvisioningState

Defines values for PrivateEndpointConnectionProvisioningState.
KnownPrivateEndpointConnectionProvisioningState can be used interchangeably with PrivateEndpointConnectionProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded
Creating
Deleting
Failed

PrivateEndpointConnectionsCreateResponse

Contains response data for the create operation.

PrivateEndpointConnectionsGetResponse

Contains response data for the get operation.

PrivateEndpointConnectionsListResponse

Contains response data for the list operation.

PrivateEndpointServiceConnectionStatus

Defines values for PrivateEndpointServiceConnectionStatus.
KnownPrivateEndpointServiceConnectionStatus can be used interchangeably with PrivateEndpointServiceConnectionStatus, this enum contains the known values that the service supports.

Known values supported by the service

Pending
Approved
Rejected

Enums

KnownAttestationServiceStatus

Known values of AttestationServiceStatus that the service accepts.

KnownCreatedByType

Known values of CreatedByType that the service accepts.

KnownPrivateEndpointConnectionProvisioningState

Known values of PrivateEndpointConnectionProvisioningState that the service accepts.

KnownPrivateEndpointServiceConnectionStatus

Known values of PrivateEndpointServiceConnectionStatus that the service accepts.

Functions

getContinuationToken(unknown)

Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.

Function Details

getContinuationToken(unknown)

Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.

function getContinuationToken(page: unknown): string | undefined

Parameters

page

unknown

A result object from calling .byPage() on a paged operation.

Returns

string | undefined

The continuation token that can be passed into byPage().