AccessControl Class

AccessControl.

Inheritance
azure.mgmt.media._serialization.Model
AccessControl

Constructor

AccessControl(*, default_action: str | _models.DefaultAction | None = None, ip_allow_list: List[str] | None = None, **kwargs)

Keyword-Only Parameters

Name Description
default_action

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

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.