@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 1.1 kB
TypeScript
export declare const ChangeDetailsMode: {
readonly None: "None";
readonly Include: "Include";
readonly Exclude: "Exclude";
};
/**
* The mode of includeChangeDetails feature. The flag configures whether to include or exclude content of the change before and after values.
*/
export type ChangeDetailsMode = (typeof ChangeDetailsMode)[keyof typeof ChangeDetailsMode];
export declare const ManagedIdentityTypes: {
readonly None: "None";
readonly SystemAssigned: "SystemAssigned";
};
/**
* The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities.
*/
export type ManagedIdentityTypes = (typeof ManagedIdentityTypes)[keyof typeof ManagedIdentityTypes];
export declare const NotificationsState: {
readonly None: "None";
readonly Enabled: "Enabled";
readonly Disabled: "Disabled";
};
/**
* The state of notifications feature.
*/
export type NotificationsState = (typeof NotificationsState)[keyof typeof NotificationsState];