@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 455 B
TypeScript
export declare const AccountType: {
/**
* Managed by Azure on-behalf-of the user.
*/
readonly AzureManaged: "AzureManaged";
/**
* Managed by the User themselves on the Operator end.
*/
readonly UserManaged: "UserManaged";
};
/**
* Type of the account the user has with the Operator's Network API infrastructure. AzureManaged | UserManaged.
*/
export type AccountType = (typeof AccountType)[keyof typeof AccountType];