Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.24 KB

File metadata and controls

48 lines (37 loc) · 1.24 KB
title gsuiteSource resource type
description Represents an authorization system identity sourced from Google Workspace.
author mrudulahg01
ms.reviewer ciem_pm
ms.localizationpriority medium
ms.subservice entra-permissions-management
doc_type resourcePageType
ms.date 04/18/2024

gsuiteSource resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE permissions-management-retirement-note]

Represents an authorization system identity sourced from Google Workspace.

Inherits from authorizationSystemIdentitySource.

Properties

Property Type Description
domain String Domain name
identityProviderType String IdP source type. Inherited from authorizationSystemIdentitySource.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.gsuiteSource",
  "identityProviderType": "String",
  "domain": "String"
}