通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BucketGenerateCredentials interface

Bucket Access Key、Secret Key 和 Expry date and time of the key pair

属性

accessKey

访问存储桶所需的 Access Key 以及 Secret Key。

keyPairExpiry

存储桶的 Access 和 Secret key 对到期日期和时间(UTC 格式)。

secretKey

访问存储桶所需的 Secret Key 以及 Access Key。

属性详细信息

accessKey

访问存储桶所需的 Access Key 以及 Secret Key。

accessKey?: string

属性值

string

keyPairExpiry

存储桶的 Access 和 Secret key 对到期日期和时间(UTC 格式)。

keyPairExpiry?: Date

属性值

Date

secretKey

访问存储桶所需的 Secret Key 以及 Access Key。

secretKey?: string

属性值

string