你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CertificateIssuer interface
表示颁发者属性的接口。
- Extends
属性
account |
用户名/帐户名称/帐户 ID。 |
administrator |
向颁发者提供的组织管理员联系人的详细信息。 |
created |
创建颁发者时。 |
enabled | 确定是否启用对象。 |
organization |
组织的 ID。 |
password | 密码/机密/帐户密钥。 |
updated |
更新颁发者的时间。 |
继承属性
id | 证书标识符。 |
name | 颁发者的名称。 |
provider | 颁发者提供程序。 |
属性详细信息
accountId
用户名/帐户名称/帐户 ID。
accountId?: string
属性值
string
administratorContacts
createdOn
创建颁发者时。
createdOn?: Date
属性值
Date
enabled
确定是否启用对象。
enabled?: boolean
属性值
boolean
organizationId
组织的 ID。
organizationId?: string
属性值
string
password
密码/机密/帐户密钥。
password?: string
属性值
string
updatedOn
更新颁发者的时间。
updatedOn?: Date
属性值
Date