enterpriseCodeSigningCertificate 资源类型

命名空间:microsoft.graph

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

尚未记录

方法

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

属性

属性 类型 说明
id String 创建时分配的证书的唯一标识符。 支持:$filter、$select、$top、$OrderBy、$skip。 不支持 $搜索。 只读。
content 二进制 原始数据格式的 Windows 企业版 Code-Signing 证书。 上传证书并填充其他属性后,将 设置为 null。
status certificateStatus 证书状态是否已预配。 可能的值为:notProvisioned、provisioned。 默认值为 NotProvisioned。 通过 Intune 管理控制台上传有效的证书文件将自动在 HTTP 响应中填充此值。 支持:$filter、$select、$top、$OrderBy、$skip。 不支持 $搜索。 可取值为:notProvisionedprovisioned
SubjectName String 证书的使用者名称。这可能包含国家/地区 (C) 、州或省/自治区 (S) 、地区 (L) 、证书 (CN) 的公用名称、组织 (O) ,以及组织单位 (OU) 。 通过 Intune 管理控制台上传有效的证书文件将自动在 HTTP 响应中填充此值。 支持:$filter、$select、$top、$OrderBy、$skip。 不支持 $搜索。
subject String 证书的主题值。这可能包含国家/地区 (C) 、州或省/自治区 (S) 、地区 (L) 、证书 (CN) 的公用名称、组织 (O) ,以及组织单位 (OU) 。 通过 Intune 管理控制台上传有效的证书文件将自动在 HTTP 响应中填充此值。 支持:$filter、$select、$top、$OrderBy、$skip。 不支持 $搜索。
issuerName String 证书的颁发者名称。这可能包含国家/地区 (C) 、州或省/自治区 (S) 、地区 (L) 、证书 (CN) 的公用名称、组织 (O) ,以及组织单位 (OU) 。 通过 Intune 管理控制台上传有效的证书文件将自动在 HTTP 响应中填充此值。 支持:$filter、$select、$top、$OrderBy、$skip。 不支持 $搜索。
发行 String 证书的颁发者值。这可能包含国家/地区 (C) 、州或省/自治区 (S) 、地区 (L) 、证书 (CN) 的公用名称、组织 (O) ,以及组织单位 (OU) 。 通过 Intune 管理控制台上传有效的证书文件将自动在 HTTP 响应中填充此值。 支持:$filter、$select、$top、$OrderBy、$skip。 不支持 $搜索。
expirationDateTime DateTimeOffset 证书过期日期和时间 (使用 ISO 8601 格式(UTC 时间) )。 通过 Intune 管理控制台上传有效的证书文件将自动在 HTTP 响应中填充此值。 支持:$filter、$select、$top、$OrderBy、$skip。 不支持 $搜索。
uploadDateTime DateTimeOffset 使用 ISO 8601 格式上传 CodeSigning Cert 的日期时间 (UTC 时间) 。 通过 Intune 管理控制台上传有效的证书文件将自动在 HTTP 响应中填充此值。 支持:$filter、$select、$top、$OrderBy、$skip。 不支持 $搜索。

关系

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.enterpriseCodeSigningCertificate",
  "id": "String (identifier)",
  "content": "binary",
  "status": "String",
  "subjectName": "String",
  "subject": "String",
  "issuerName": "String",
  "issuer": "String",
  "expirationDateTime": "String (timestamp)",
  "uploadDateTime": "String (timestamp)"
}