GenerateCredentialReport
Source:
src/AWS/IAM/GenerateCredentialReport.ts
Runtime binding for iam:GenerateCredentialReport — kick off generation of
the account-wide credential report (per-user password/key/MFA hygiene as
CSV). Pair with GetCredentialReport to retrieve the report once the
returned State is COMPLETE.
Account-singleton operation: the binding takes no arguments and grants
iam:GenerateCredentialReport on *. Provide the implementation with
Effect.provide(AWS.IAM.GenerateCredentialReportHttp).
Credential Reports
Section titled “Credential Reports”// initconst generateCredentialReport = yield* IAM.GenerateCredentialReport();
// runtimeconst { State } = yield* generateCredentialReport();// "STARTED" | "INPROGRESS" | "COMPLETE"