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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python