authorizationSystemTypeAction 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 authorization system onboarded to Permissions Management. The following resource types are derived from this base type:

Inherits from entity.

Methods

None.

Properties

Property Type Description
actionType authorizationSystemActionType The type of action allowed in the authorization system's service. The possible values are: delete, read, unknownFutureValue. Supports $filter and (eq).
externalId String The display name of an action. Read-only. Supports $filter and (eq).
id String The base64 encoded identifier of externalId for an action as defined by Permissions Management. Read-only. Inherited from entity.
resourceTypes String collection The resource types in the authorization system's service where the action can be performed. Supports $filter and (eq).
severity authorizationSystemActionSeverity The severity of the action in the authorization systems' service. The possible values are: normal, high, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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