SharedKeyAuth クラス
- 継承
-
requests.auth.AuthBaseSharedKeyAuth
コンストラクター
SharedKeyAuth(header, account_name, key)
パラメーター
名前 | 説明 |
---|---|
header
必須
|
|
account_name
必須
|
|
key
必須
|
|
属性
headers_to_sign
headers_to_sign = ['content-encoding', 'content-language', 'content-length', 'content-md5', 'content-type', 'date', 'if-modified-since', 'if-match', 'if-none-match', 'if-unmodified-since', 'range']
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python