本文简要介绍 python 语言中 arcgis.gis._impl.CertificateManager.update
的用法。
用法:
update(cert_id, name=None, domain=None, certificate=None)
返回:
指示成功 (True) 或失败 (False) 的布尔值
update
操作允许组织的管理员更新已注册的自定义 X.509 HTTPS 证书。Parameter
Description
cert_id
必需的字符串。要删除的证书的 ID。
name
可选字符串。证书名称。
domain
可选字符串。证书用于的服务器域。
certificate
Optional String. Base64-encoded certificate text, enclosed between `
—-开始证书—-` 和
—-END CERTIFICATE—-
。例子:
# Usage Example >>> gis.admin.certificates.update(cert_id ="certificate_id", >>> name = "certificate_name", >>> domain ="certificate_domain", >>> certificate = "certificate_text")
相关用法
- Python ArcGIS CertificateManager.delete用法及代码示例
- Python ArcGIS CertificateManager.add用法及代码示例
- Python ArcGIS CertificateManager.get用法及代码示例
- Python ArcGIS ContentManager.unshare_items用法及代码示例
- Python ArcGIS ContentManager.delete_folder用法及代码示例
- Python ArcGIS ContentManager.replace_service用法及代码示例
- Python ArcGIS Country.enrich用法及代码示例
- Python ArcGIS ContentManager.advanced_search用法及代码示例
- Python ArcGIS CiscoEdgeIntelligence用法及代码示例
- Python ArcGIS ContentManager.can_delete用法及代码示例
- Python ArcGIS CategoryManager.add用法及代码示例
- Python ArcGIS ContentManager.create_service用法及代码示例
- Python ArcGIS ContentManager.create_folder用法及代码示例
- Python ArcGIS ContentManager.share_items用法及代码示例
- Python ArcGIS Country.subgeographies用法及代码示例
- Python ArcGIS CreditManager用法及代码示例
- Python ArcGIS CategorySchemaManager.delete用法及代码示例
- Python ArcGIS ContentManager.rename_folder用法及代码示例
- Python ArcGIS ContentManager.clone_items用法及代码示例
- Python ArcGIS ContentManager.add用法及代码示例
- Python ArcGIS ContentManager.search用法及代码示例
- Python ArcGIS ContentManager.bulk_update用法及代码示例
- Python ArcGIS Country.enrich_variables用法及代码示例
- Python ArcGIS ContentManager.delete_items用法及代码示例
- Python ArcGIS CategorySchemaManager.assign_to_items用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.gis._impl.CertificateManager.update。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。