gcpAuthorizationSystem 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 GCP authorization system onboarded to Permissions Management.
Inherits from authorizationSystem.
Methods
Method | Return type | Description |
---|---|---|
List | gcpAuthorizationSystem collection | Get a list of the gcpAuthorizationSystem objects and their properties. |
Properties
Property | Type | Description |
---|---|---|
associatedIdentities | gcpAssociatedIdentities | Identities in the authorization system.* |
authorizationSystemId | String | ID of the authorization system retrieved from the customer cloud environment.Supports $filter (eq , contains ) and $orderBy . Inherited from authorizationSystem. |
authorizationSystemName | String | Name of the authorization system detected after onboarding. Supports $filter (eq ,contains ) and $orderBy . Inherited from authorizationSystem. |
authorizationSystemType | String | The type of this authorization system. Supports $filter (eq ). Inherited from authorizationSystem. |
id | String | Unique ID for the authorization system in Permissions Management. Inherited from entity. |
Relationships
Relationship | Type | Description |
---|---|---|
actions | gcpAuthorizationSystemTypeAction collection | List of actions for service in authorization system. |
dataCollectionInfo | dataCollectionInfo | Used to expose data collection status of this authorizationSystem. Inherited from microsoft.graph.authorizationSystem |
resources | gcpAuthorizationSystemResource collection | Resources associated with the authorization system type. |
roles | gcpRole collection | Roles associated with the authorization system type. |
services | authorizationSystemTypeService collection | Services associated with the authorization system type. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.gcpAuthorizationSystem",
"id": "String (identifier)",
"authorizationSystemId": "String",
"authorizationSystemName": "String",
"authorizationSystemType": "String"
}