Deletes the password policy for the AWS account.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Optional |
An associative array of parameters that can have the following keys:
|
Returns
Type |
Description |
---|---|
A |
Examples
Delete the account password policy.
// Instantiate the class $iam = new AmazonIAM(); $response = $iam->delete_account_password_policy('johndoe2'); // Success? var_dump($response->isOK());Result:
bool(true)
Source
Method defined in services/iam.class.php | Toggle source view (6 lines) | View on GitHub