ManagedCertificateParameters interface
用于 https 的托管证书
属性
| expiration |
证书到期日期。 注意:此属性不会序列化。 它只能由服务器填充。 |
| subject | 证书中的使用者名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
属性详细信息
expirationDate
证书到期日期。 注意:此属性不会序列化。 它只能由服务器填充。
expirationDate?: string
属性值
string
subject
证书中的使用者名称。 注意:此属性不会序列化。 它只能由服务器填充。
subject?: string
属性值
string
type
多态鉴别器,它指定此对象可以的不同类型的
type: "ManagedCertificate"
属性值
"ManagedCertificate"