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.

posta 2 anni fa212 visualizzazioni
1 Risposta
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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande