@cloud-copilot/iam-lens
Version:
Visibility in IAM in and across AWS accounts
7 lines • 356 B
TypeScript
/**
* Get a set of actions that do not automatically trust the current account, in all lower case.
*
* @returns the set of actions that do not automatically trust the current account in all lower case
*/
export declare function actionsThatDoNotAutomaticallyTrustTheCurrentAccount(): Promise<Set<string>>;
//# sourceMappingURL=untrustingActions.d.ts.map