How to Get Default Account Password Policy Using AWS API ?

0

Hello Community, We are using this APIs https://docs.aws.amazon.com/sdk-for-go/api to Get Account Password Policy but we are not able to discover default password policy with this API , can anyone help me out which API is used to discover default password policy ?

Thanks.

1回答
0

The API to get the account-level password policy is IAM GetAccountPasswordPolicy (https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountPasswordPolicy.html)

The relevant portion of the Go SDK is: https://docs.aws.amazon.com/sdk-for-go/api/service/iam/#IAM.GetAccountPasswordPolicy

AWS
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ