| title | awsAuthorizationSystemResource resource type |
|---|---|
| description | Represents an AWS resource in an AWS authorization system. |
| author | mrudulahg01 |
| ms.reviewer | ciem_pm |
| ms.localizationpriority | medium |
| ms.subservice | entra-permissions-management |
| doc_type | resourcePageType |
| toc.title | AWS resources |
| ms.date | 07/25/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE permissions-management-retirement-note]
Represents an AWS resource in an AWS authorization system.
Inherits from authorizationSystemResource.
| Method | Return type | Description |
|---|---|---|
| List | awsAuthorizationSystemResource collection | Get a list of the awsAuthorizationSystemResource objects and their properties. |
| Get | awsAuthorizationSystemResource | Read the properties and relationships of an awsAuthorizationSystemResource object. |
| Property | Type | Description |
|---|---|---|
| displayName | String | The name of the resource. Read-only. Supports $filter (eq,contains). Inherited from authorizationSystemResource. |
| externalId | String | The ID of the resource as defined by AWS. Read-only. Supports $filter (eq). Inherited from authorizationSystemResource. |
| id | String | The ID of the resource as defined by Permissions Management. Read-only. Inherited from entity. |
| resourceType | String | The type of the resource. Read-only. Supports $filter (eq). Inherited from authorizationSystemResource. |
| Relationship | Type | Description |
|---|---|---|
| authorizationSystem | authorizationSystem | The authorization system that the resource is in. Inherited from microsoft.graph.authorizationSystemResource |
| service | authorizationSystemTypeService | The service associated with the resource in an AWS authorization system. This is autoexpanded. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.awsAuthorizationSystemResource",
"id": "String (identifier)",
"externalId": "String",
"displayName": "String",
"resourceType": "String"
}