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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python