Reference documentation and code samples for the Identity-Aware Proxy V1 API class Google::Cloud::Iap::V1::ValidateIapAttributeExpressionRequest.
Request sent to IAP Expression Linter endpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#expression
def expression() -> ::String
Returns
-
(::String) — Required. User input string expression. Should be of the form
attributes.saml_attributes.filter(attribute, attribute.name in ['\\{attribute_name}', '\\{attribute_name}'])
#expression=
def expression=(value) -> ::String
Parameter
-
value (::String) — Required. User input string expression. Should be of the form
attributes.saml_attributes.filter(attribute, attribute.name in ['\\{attribute_name}', '\\{attribute_name}'])
Returns
-
(::String) — Required. User input string expression. Should be of the form
attributes.saml_attributes.filter(attribute, attribute.name in ['\\{attribute_name}', '\\{attribute_name}'])
#name
def name() -> ::String
Returns
- (::String) — Required. The resource name of the IAP protected resource.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the IAP protected resource.
Returns
- (::String) — Required. The resource name of the IAP protected resource.