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

47 lines (46 loc) 1.5 kB
export declare const Kind: { readonly Sdk: "sdk"; readonly Designer: "designer"; readonly Bot: "bot"; readonly Function: "function"; readonly Azurebot: "azurebot"; }; /** * Required. Gets or sets the Kind of the resource. */ export type Kind = (typeof Kind)[keyof typeof Kind]; export declare const MsaAppType: { readonly UserAssignedMSI: "UserAssignedMSI"; readonly SingleTenant: "SingleTenant"; readonly MultiTenant: "MultiTenant"; }; /** * Microsoft App Type for the bot */ export type MsaAppType = (typeof MsaAppType)[keyof typeof MsaAppType]; 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 PublicNetworkAccess: { readonly Enabled: "Enabled"; readonly Disabled: "Disabled"; readonly SecuredByPerimeter: "SecuredByPerimeter"; }; /** * Whether the bot is in an isolated network */ export type PublicNetworkAccess = (typeof PublicNetworkAccess)[keyof typeof PublicNetworkAccess]; export declare const SkuName: { readonly F0: "F0"; readonly S1: "S1"; }; /** * The sku name */ export type SkuName = (typeof SkuName)[keyof typeof SkuName];