1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
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
respondido hace 4 años
Contenido relevante
preguntada hace 8 meses
preguntada hace un año
- OFICIAL DE AWSActualizada hace un año

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 ?