awsAuthorizationSystemTypeAction resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents an action in an AWS authorization system.

Inherits from authorizationSystemTypeAction.

Methods

Method Return type Description
List awsAuthorizationSystemTypeAction collection Get a list of the awsAuthorizationSystemTypeAction objects and their properties.
Get awsAuthorizationSystemTypeAction Read the properties and relationships of an awsAuthorizationSystemTypeAction object.

Properties

Property Type Description
actionType authorizationSystemActionType The type of action. Supports $filter (eq). Inherited from authorizationSystemTypeAction. The possible values are: delete, read, unknownFutureValue.
externalId String The ID of the action as defined by AWS. Read-only. Supports $filter (eq). Inherited from authorizationSystemTypeAction.
id String The ID for the action as defined by Permissions Management. Read-only. Inherited from entity.
resourceTypes String collection The resource types the action can be performed on. Supports $filter and (eq, contains). Inherited from authorizationSystemTypeAction.
severity authorizationSystemActionSeverity The severity of the action. Inherited from authorizationSystemTypeAction. The possible values are: normal, high, unknownFutureValue. Supports $filter (eq).

Relationships

Relationship Type Description
service authorizationSystemTypeService The service associated with the action in an AWS authorization system. This object autoexpanded. Supports $filter (eq).

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.awsAuthorizationSystemTypeAction",
  "id": "String (identifier)",
  "externalId": "String",
  "resourceTypes": [
    "String"
  ],
  "severity": "String",
  "actionType": "String"
}