Lists accounts

get/accounts

Response

A list of accounts

idstring

AWS Account ID

accountStatus'Ready' | 'NotReady' | 'Leased'

Status of the Account. "Ready": The account is clean and ready for lease "NotReady": The account is in "dirty" state, and needs to be reset before it may be leased. "Leased": The account is leased to a principal

adminRoleArnstring

ARN for an IAM role within this AWS account. The Redbox master account will assume this IAM role to execute operations within this AWS account. This IAM role is configured by the client, and must be configured with a Trust Relationship with the Redbox master account.

principalRoleArnstring

ARN for an IAM role within this AWS account. This role is created by the Redbox master account, and may be assumed by principals to login to their AWS Redbox account.

principalPolicyHashstring

The S3 object ETag used to apply the Principal IAM Policy within this AWS account. This policy is created by the Redbox master account, and is assumed by people with access to principalRoleArn.

lastModifiedOninteger

Epoch timestamp, when account record was last modified

createdOninteger

Epoch timestamp, when account record was created

metadataobject

Any organization specific data pertaining to the account that needs to be persisted

Changes