UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

38 lines (37 loc) 1.54 kB
export declare const PrivateEndpointServiceConnectionStatus: { readonly Pending: "Pending"; readonly Approved: "Approved"; readonly Rejected: "Rejected"; }; /** * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */ export type PrivateEndpointServiceConnectionStatus = (typeof PrivateEndpointServiceConnectionStatus)[keyof typeof PrivateEndpointServiceConnectionStatus]; export declare const PublicNetworkAccessType: { /** * Enables public network connectivity to the Attestation Provider REST APIs. */ readonly Enabled: "Enabled"; /** * Disables public network connectivity to the Attestation Provider REST APIs. */ readonly Disabled: "Disabled"; }; /** * Controls whether traffic from the public network is allowed to access the Attestation Provider APIs. */ export type PublicNetworkAccessType = (typeof PublicNetworkAccessType)[keyof typeof PublicNetworkAccessType]; export declare const TpmAttestationAuthenticationType: { /** * Enables the requirement of authentication for TPM Attestation REST APIs. */ readonly Enabled: "Enabled"; /** * Disables the requirement of authentication for TPM Attestation REST APIs. */ readonly Disabled: "Disabled"; }; /** * The setting that controls whether authentication is enabled or disabled for TPM Attestation REST APIs. */ export type TpmAttestationAuthenticationType = (typeof TpmAttestationAuthenticationType)[keyof typeof TpmAttestationAuthenticationType];