Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Note
Effective April 1, 2025, Microsoft Entra Permissions Management will no longer be available for purchase, and on October 1, 2025, we'll retire and discontinue support of this product. More information can be found here.
Represents a service in an authorization system that is onboarded to Permissions Management. Services are defined by the auth system type (AWS, Azure, GCP).
Inherits from entity.
Methods
| Method | Return type | Description |
|---|---|---|
| List AWS authorization system services | authorizationSystemTypeService collection | Get a list of the authorizationSystemTypeService objects and their properties. |
| List Azure authorization system type services | authorizationSystemTypeService collection | Get a list of the authorizationSystemTypeService objects and their properties. |
| List GCP authorization system type services | authorizationSystemTypeService collection | Get a list of the authorizationSystemTypeService objects and their properties. |
| Get authorization system services | authorizationSystemTypeService collection | Get the authorizationSystemTypeService objects and their properties. |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | The identifier of the service. Read-only. Inherited from entity. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| actions | authorizationSystemTypeAction collection | List of actions for the service in an authorization system that is onboarded to Permissions Management. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authorizationSystemTypeService",
"id": "String (identifier)"
}