Skip to main content
Version: v41

awsrole

idstring<uuid>
Example: 514510fe-1531-530f-63c6-3f80cea33fdc
namestring

Amazon display name for the object

Example: My Own AWS Role
arnstring

Amazon Resource Name for 'AWS' role type

Example: arn:aws:iam::123456789012:role/role-name
updatedstring<date-time>

When the object was last updated

Example: 2017-01-01T15:05:05Z
descriptionstring

Amazon description for the role

sourcestring<uuid>

AWS source directory UID

Example: 514510fe-1531-530f-63c6-3f80cea33fdc
statusstring

Possible values: [OK, MISSING]

roles object[]
  • Array [
  • idstring<uuid>

    PrivX role UUID

    namestring
  • ]
  • awsrole
    {
    "id": "514510fe-1531-530f-63c6-3f80cea33fdc",
    "name": "My Own AWS Role",
    "arn": "arn:aws:iam::123456789012:role/role-name",
    "updated": "2017-01-01T15:05:05Z",
    "description": "string",
    "source": "514510fe-1531-530f-63c6-3f80cea33fdc",
    "status": "OK",
    "roles": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "name": "string"
    }
    ]
    }