managedAllDeviceCertificateState 资源类型

命名空间:microsoft.graph

重要:Microsoft支持Intune /beta API,但它们会受到更频繁的更改。 Microsoft建议尽可能使用版本 v1.0。 使用版本选择器检查 API 在 v1.0 版中的可用性。

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

方法

方法 返回类型 说明
列出 managedAllDeviceCertificateStates managedAllDeviceCertificateState 集合 列出 managedAllDeviceCertificateState 对象的属性和关系。
获取 managedAllDeviceCertificateState managedAllDeviceCertificateState 读取 managedAllDeviceCertificateState 对象的属性和关系。
创建 managedAllDeviceCertificateState managedAllDeviceCertificateState 创建新的 managedAllDeviceCertificateState 对象。
删除 managedAllDeviceCertificateState 删除 managedAllDeviceCertificateState
更新 managedAllDeviceCertificateState managedAllDeviceCertificateState 更新 managedAllDeviceCertificateState 对象的属性。

属性

属性 类型 说明
id String 实体的键。
certificateRevokeStatus certificateRevocationStatus 撤销状态。 可能的值包括 nonependingissuedfailedrevoked
certificateRevokeStatusLastChangeDateTime DateTimeOffset 上次更改吊销状态的时间
managedDeviceDisplayName String 设备显示名称
userPrincipalName String 用户主体名称
certificateExpirationDateTime DateTimeOffset 证书到期日期
certificateIssuerName String 颁发者
certificateThumbprint String 指纹
certificateSerialNumber String 序列号
certificateSubjectName String 证书使用者名称
certificateKeyUsages Int32 密钥用法
certificateExtendedKeyUsages String 增强型密钥使用
certificateIssuanceDateTime DateTimeOffset 颁发日期

关系

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.managedAllDeviceCertificateState",
  "id": "String (identifier)",
  "certificateRevokeStatus": "String",
  "certificateRevokeStatusLastChangeDateTime": "String (timestamp)",
  "managedDeviceDisplayName": "String",
  "userPrincipalName": "String",
  "certificateExpirationDateTime": "String (timestamp)",
  "certificateIssuerName": "String",
  "certificateThumbprint": "String",
  "certificateSerialNumber": "String",
  "certificateSubjectName": "String",
  "certificateKeyUsages": 1024,
  "certificateExtendedKeyUsages": "String",
  "certificateIssuanceDateTime": "String (timestamp)"
}