Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 2.66 KB

File metadata and controls

67 lines (55 loc) · 2.66 KB
title awsUser resource type
description Represents AWS users.
author mrudulahg01
ms.reviewer ciem_pm
ms.localizationpriority medium
ms.subservice entra-permissions-management
doc_type resourcePageType
ms.date 05/23/2024

awsUser resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE permissions-management-retirement-note]

Represents AWS users.

Inherits from awsIdentity.

Methods

Method Return type Description
List awsUser Read the properties and relationships of an awsUser object.
Get awsUser Read the properties and relationships of an awsUser object.
List assumable roles awsRole Read the properties and relationships of an awsRole object.

Properties

Property Type Description
displayName String The name of the object. Supports $filter (eq,contains). Inherited from authorizationSystemIdentity.
externalId String The ID for the user as defined by AWS. Inherited from authorizationSystemIdentity.
id String The ID for the identity in Permissions Management. Inherited from entity.
source authorizationSystemIdentitySource The source of the authorization system identity. Inherited from authorizationSystemIdentity.

Relationships

Relationship Type Description
assumableRoles awsRole collection Roles assumed by the user.
authorizationSystem authorizationSystem Represents the authorization system. Inherited from authorizationSystemIdentity

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.awsUser",
  "id": "String (identifier)",
  "displayName": "String",
  "source": {
    "@odata.type": "microsoft.graph.authorizationSystemIdentitySource"
  },
  "externalId": "String"
}