Class: Google::Cloud::Iap::V1::ValidateIapAttributeExpressionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::ValidateIapAttributeExpressionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
Request sent to IAP Expression Linter endpoint.
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#expression ⇒ ::String
Returns Required. User input string expression. Should be of the form
attributes.saml_attributes.filter(attribute, attribute.name in
['\\{attribute_name}', '\\{attribute_name}']).
495 496 497 498 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 495 class ValidateIapAttributeExpressionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the IAP protected resource.
495 496 497 498 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 495 class ValidateIapAttributeExpressionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |