Module: Google::Cloud::ArtifactRegistry::V1::Rule::Action
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/rule.rb
Overview
Defines the action of the rule.
Constant Summary collapse
- ACTION_UNSPECIFIED =
Action not specified.
0
- ALLOW =
Allow the operation.
1
- DENY =
Deny the operation.
2