Google Cloud Iap V1 Client - Class ValidateIapAttributeExpressionRequest (2.1.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ namestring

Required. The resource name of the IAP protected resource.

↳ expressionstring

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.

Returns
TypeDescription
string

setName

Required. The resource name of the IAP protected resource.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getExpression

Required. User input string expression. Should be of the form attributes.saml_attributes.filter(attribute, attribute.name in ['{attribute_name}', '{attribute_name}'])

Returns
TypeDescription
string

setExpression

Required. User input string expression. Should be of the form attributes.saml_attributes.filter(attribute, attribute.name in ['{attribute_name}', '{attribute_name}'])

Parameter
NameDescription
varstring
Returns
TypeDescription
$this