Skip to content

v3.17.1

Compare
Choose a tag to compare
@americk0 americk0 released this 27 Sep 13:36
· 0 commits to 1cb2875d656e52866b6a5b0afa7a7e880ff875b0 since this release

Change Log Items

  • Alters account JSON output to be an object indexed by accountId

Description

Moving from a 2D Array to the following:

{
  "955007298069": {
    "accountAlias": "awsxtimemcp",
    "roles": [
      {
        "role": "Security",
        "isIamActive": false
      },
      {
        "role": "Admin",
        "isIamActive": true
      }
    ]
  },
  "085685109815": {
    "accountAlias": "awsxtimemcpnp",
    "roles": [
      {
        "role": "Security",
        "isIamActive": false
      }
    ]
  }
}