AccessControl Class
AccessControl.
- Inheritance
-
azure.mgmt.media._serialization.ModelAccessControl
Constructor
AccessControl(*, default_action: str | _models.DefaultAction | None = None, ip_allow_list: List[str] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
default_action
|
str or
DefaultAction
The behavior for IP access control in Key Delivery. Known values are: "Allow" and "Deny". |
ip_allow_list
|
The IP allow list for access control in Key Delivery. If the default action is set to 'Allow', the IP allow list must be empty. |
Variables
Name | Description |
---|---|
default_action
|
str or
DefaultAction
The behavior for IP access control in Key Delivery. Known values are: "Allow" and "Deny". |
ip_allow_list
|
The IP allow list for access control in Key Delivery. If the default action is set to 'Allow', the IP allow list must be empty. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python