Policy Engine For Heat
Bases: object
Responsible for loading and enforcing rules
Verifies that the action is valid on the target in this context.
| Parameters: |
|
|---|---|
| Returns: | A non-False value if access is allowed. |
Verifies that the action is valid on the target in this context.
| Parameters: |
|
|---|---|
| Raises : | self.exc (defaults to heat.common.exception.Forbidden) |
| Returns: | A non-False value if access is allowed. |