appleManagedIdentityProvider 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示 Azure AD B2C 租户中的 Apple 标识提供者。

可以将 Apple 配置为 Azure AD B2C 租户的社交标识提供程序。 根据 Apple 提供的信息,API 会生成客户端密码。 Apple 需要每六个月更新一次秘诀。 必须手动轮换机密。

继承自 identityProviderBase

方法

方法 返回类型 Description
List identityProviderBase 集合 检索租户中配置的所有标识提供者,包括 Apple 标识提供者。 无法仅检索租户中的 Apple 标识提供者。
Create appleManagedIdentityProvider 创建新的 Apple 标识提供程序配置。
Get appleManagedIdentityProvider 检索 Apple 标识提供程序配置的属性。
更新 更新 Apple 标识提供程序配置。
删除 删除 Apple 标识提供程序配置。
列出可用的提供程序类型 String 集合 检索租户中所有可用的标识提供程序类型。

属性

属性 类型 说明
certificateData String 证书数据,它是证书中的一长串文本。 可以为 null。
developerId String Apple 开发人员标识符。 必填。
displayName 字符串 标识提供程序的显示名称。 继承自 identityProviderBase
id String 标识提供程序的标识符。 继承自 identityProviderBase。 只读。
keyId String Apple 密钥标识符。 必填。
服务 Id String Apple 服务标识符。 必填。

从 Apple 开发人员门户检索 developerIdserviceIdkeyIdcertificateData 。 有关详细信息,请按照指南创建 Apple ID 应用程序

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
    "certificateData": "String",
    "displayName": "String",
    "developerId": "String",
    "id": "String",
    "keyId": "String",
    "serviceId": "String"
}