AccessControl Class

AccessControl.

Inheritance
AccessControl

Constructor

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

Variables

default_action
str or DefaultAction

The behavior for IP access control in Key Delivery. Known values are: "Allow", "Deny".

ip_allow_list
list[str]

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.