@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 1.5 kB
TypeScript
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];