connectedOrganization 资源类型

命名空间:microsoft.graph

Microsoft Entra权利管理中,连接的组织是对用户可以请求访问权限的另一个组织的目录或域的引用。

方法

方法 返回类型 Description
List connectedOrganization 集合 检索 connectedOrganization 对象的列表。
创建 connectedOrganization Create新的 connectedOrganization 对象。
Get connectedOrganization 读取 connectedOrganization 对象的属性和关系。
更新 connectedOrganization 集合 更新 connectedOrganization。
删除 删除 connectedOrganization。
列出外部赞助商 directoryObject collection 检索 connectedOrganization 的外部发起人的列表。
添加外部赞助商 将用户或组添加到 connectedOrganization 的外部发起人。
列出内部赞助商 directoryObject collection 检索 connectedOrganization 的内部发起人的列表。
添加内部发起人 将用户或组添加到 connectedOrganization 的内部发起人。
删除内部发起人 从 connectedOrganization 的内部发起人中删除用户或组。
删除外部发起人 从 connectedOrganization 的外部发起人中删除用户或组。

属性

属性 类型 说明
createdDateTime DateTimeOffset 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 只读。
说明 String 连接组织的说明。
displayName String 连接的组织的显示名称。 支持 $filtereq)。
id String 只读。
identitySources identitySource 集合 此连接的组织中的标识源, azureActiveDirectoryTenantcrossCloudAzureActiveDirectoryTenantdomainIdentitySourceexternalDomainFederationsocialIdentitySource 之一。 可为 NULL。
modifiedDateTime DateTimeOffset *时间戳类型表示使用 ISO 8601 格式的日期和时间信息,并且始终采用 UTC 时间。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 只读。
state connectedOrganizationState 连接组织的状态定义具有请求者范围类型的 AllConfiguredConnectedOrganizationSubjects 分配策略是否适用。 可能的值包括 configuredproposedunknownFutureValue

关系

关系 类型 说明
externalSponsors directoryObject collection 可为 NULL。
internalSponsors directoryObject collection 可为 Null。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.connectedOrganization",
  "description": "String",
  "displayName": "String",
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "identitySources": [
    {
      "@odata.type": "microsoft.graph.azureActiveDirectoryTenant"
    }
  ],
  "modifiedDateTime": "String (timestamp)",
  "state": "String"
}