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
답변함 4년 전
관련 콘텐츠
- 질문됨 2년 전

I have Default AccountPasswordPolicy in My Account When I Execute this https://docs.aws.amazon.com/sdk-for-go/api/service/iam/#IAM.GetAccountPasswordPolicyabove SDK, It didn't give me DefaultAccountPasswordPolicy Data But If I Create any custom AccountPasswordPolicy than it Responds with CustomePolicy Data. So Basically I want to Get DefaultAccountPasswordPolicy, So How Can I Get Using Go SDK ?