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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python