added roles assumable
commenting assumable role functionality removed hardcoded region from roles assumable
This commit is contained in:
@@ -60,6 +60,12 @@ def module_iam_list_roles():
|
||||
'''
|
||||
iam_list_roles()
|
||||
|
||||
def module_iam_list_roles_assumable():
|
||||
'''
|
||||
Lists the IAM roles that have the specified path prefix that are assumable by AWS principals and excludes roles assumable by AWS services. If there are none, the operation returns an empty list.
|
||||
python3 weirdAAL.py -m iam_list_roles_assumable -t yolo
|
||||
'''
|
||||
iam_list_roles_assumable()
|
||||
|
||||
def module_iam_list_policies():
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user