authorizationSystemTypeService 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 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)"
}