consoleapp:GetDeviceIdentity

Read

consoleapp:GetDeviceIdentity is a Read access-level action in the consoleapp service. Grants permission to retrieve the device identity for a Console Mobile App device

Resource types

ARNs that consoleapp:GetDeviceIdentity can be scoped to in an IAM policy.

arn:${Partition}:consoleapp::${Account}:device/${DeviceId}/identity/${IdentityId}
DeviceIdentity

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows consoleapp:GetDeviceIdentity. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowConsoleappGetDeviceIdentity",
      "Effect": "Allow",
      "Action": "consoleapp:GetDeviceIdentity",
      "Resource": "*"
    }
  ]
}

Related actions in consoleapp

View all consoleapp actions →