Reference documentation and code samples for the Google Cloud Iap V1 Client class ValidateIapAttributeExpressionRequest.
Request sent to IAP Expression Linter endpoint.
Generated from protobuf message google.cloud.iap.v1.ValidateIapAttributeExpressionRequest
Namespace
Google \ Cloud \ Iap \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the IAP protected resource.
↳ expression
string
Required. User input string expression. Should be of the form attributes.saml_attributes.filter(attribute, attribute.name in ['{attribute_name}', '{attribute_name}'])
getName
Required. The resource name of the IAP protected resource.
string
setName
Required. The resource name of the IAP protected resource.
var
string
$this
getExpression
Required. User input string expression. Should be of the form attributes.saml_attributes.filter(attribute, attribute.name in
['{attribute_name}', '{attribute_name}'])
string
setExpression
Required. User input string expression. Should be of the form attributes.saml_attributes.filter(attribute, attribute.name in
['{attribute_name}', '{attribute_name}'])
var
string
$this