ApplicationPackageLockingPolicyDefinition Class
Managed application locking policy.
- Inheritance
-
azure.mgmt.resource.managedapplications._serialization.ModelApplicationPackageLockingPolicyDefinition
Constructor
ApplicationPackageLockingPolicyDefinition(*, allowed_actions: List[str] | None = None, allowed_data_actions: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
allowed_actions
|
The deny assignment excluded actions. |
allowed_data_actions
|
The deny assignment excluded data actions. |
Variables
Name | Description |
---|---|
allowed_actions
|
The deny assignment excluded actions. |
allowed_data_actions
|
The deny assignment excluded data actions. |
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