你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SharedAccessSignatureAuthorizationRuleAccessRightsDescription Class
Description of the shared access key.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelSharedAccessSignatureAuthorizationRuleAccessRightsDescription
Constructor
SharedAccessSignatureAuthorizationRuleAccessRightsDescription(*, key_name: str, rights: str | AccessRightsDescription, primary_key: str | None = None, secondary_key: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
key_name
|
Required. Name of the key. |
primary_key
|
Primary SAS key value. |
secondary_key
|
Secondary SAS key value. |
rights
|
Required. Rights that this key has. Possible values include: "ServiceConfig", "EnrollmentRead", "EnrollmentWrite", "DeviceConnect", "RegistrationStatusRead", "RegistrationStatusWrite". |
Variables
Name | Description |
---|---|
key_name
|
Required. Name of the key. |
primary_key
|
Primary SAS key value. |
secondary_key
|
Secondary SAS key value. |
rights
|
Required. Rights that this key has. Possible values include: "ServiceConfig", "EnrollmentRead", "EnrollmentWrite", "DeviceConnect", "RegistrationStatusRead", "RegistrationStatusWrite". |