azureAuthorizationSystemTypeAction 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 Azure authorization system.
Inherits from authorizationSystemTypeAction.
Methods
Method | Return type | Description |
---|---|---|
List | azureAuthorizationSystemTypeAction collection | Get a list of the azureAuthorizationSystemTypeAction objects and their properties. |
Get | azureAuthorizationSystemTypeAction | Read the properties and relationships of an azureAuthorizationSystemTypeAction 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 Microsoft Azure. Read-only. 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 (eq ). 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 Azure authorization system. This object is autoexpanded. Supports $filter (eq ). |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.azureAuthorizationSystemTypeAction",
"id": "String (identifier)",
"externalId": "String",
"resourceTypes": [
"String"
],
"severity": "String",
"actionType": "String"
}