appleManagedIdentityProvider 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
可以将 Apple 配置为外部或 Azure AD B2C 租户的社交标识提供者。 根据 Apple 提供的信息,API 会生成客户端密码。 苹果要求每六个月更新一次机密。 需要手动轮换机密以保持访问权限。
继承自 identityProviderBase。
方法
无。
有关用于管理 Apple 托管标识提供者的 API 操作的列表,请参阅 identityProviderBase 资源类型。
属性
属性 | 类型 | 说明 |
---|---|---|
developerId | String | Apple 开发人员标识符。 必填。 |
服务 Id | String | Apple 服务标识符。 必填。 |
keyId | String | Apple 密钥标识符。 必填。 |
certificateData | String | 证书数据(来自证书的一长串文本)可以为 null。 |
id | String | 标识提供程序的标识符。 继承自 identityProviderBase。 只读。 |
displayName | 字符串 | 标识提供程序的显示名称。 继承自 identityProviderBase。 |
从 Apple 开发人员门户检索 developerId、 serviceId、 keyId和 certificateData 。 有关详细信息,请按照指南创建 Apple ID 应用程序。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"id": "String",
"displayName": "String",
"developerId": "String",
"serviceId": "String",
"keyId": "String",
"certificateData": "String"
}