paws.security.identity (version 0.1.0)

iam_get_account_password_policy: Retrieves the password policy for the AWS account

Description

Retrieves the password policy for the AWS account. For more information about using a password policy, go to Managing an IAM Password Policy.

Usage

iam_get_account_password_policy()

Arguments

Examples

Run this code
# NOT RUN {
# The following command displays details about the password policy for the
# current AWS account.
# }
# NOT RUN {
svc$get_account_password_policy()
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace