Class: Google::Iam::V2::PolicyRule
- Inherits:
-
Object
- Object
- Google::Iam::V2::PolicyRule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v2/policy.rb
Overview
A single rule in a Policy
.
Instance Attribute Summary collapse
-
#deny_rule ⇒ ::Google::Iam::V2::DenyRule
A rule for a deny policy.
-
#description ⇒ ::String
A user-specified description of the rule.
Instance Attribute Details
#deny_rule ⇒ ::Google::Iam::V2::DenyRule
Returns A rule for a deny policy.
100 101 102 103 |
# File 'proto_docs/google/iam/v2/policy.rb', line 100 class PolicyRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns A user-specified description of the rule. This value can be up to 256 characters.
100 101 102 103 |
# File 'proto_docs/google/iam/v2/policy.rb', line 100 class PolicyRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |