Add Resource Permission

{{policy.name|capitalize}}

The name of this permission.
A description for this permission.
Specifies if this permission would be applied to all resources with a given type. In this case, this permission will be evaluated for all instances of a given resource type.
Specifies that this permission must be applied to a specific resource instance.
Specifies that this permission must be applied to all resources instances of a given type.
Specifies all the policies that must be applied to the resource type or instances defined by this permission.
The decision strategy dictates how the policies associated with a given permission are evaluated and how a final decision is obtained. 'Affirmative' means that at least one policy must evaluate to a positive decision in order to the overall decision be also positive. 'Unanimous' means that all policies must evaluate to a positive decision in order to the overall decision be also positive. 'Consensus' means that the number of positive decisions must be greater than the number of negative decisions. If the number of positive and negative is the same, the final decision will be negative.