Cloud Identity-Aware Proxy v1 API - Class ValidateIapAttributeExpressionRequest (2.8.0)

public sealed class ValidateIapAttributeExpressionRequest : IMessage<ValidateIapAttributeExpressionRequest>, IEquatable<ValidateIapAttributeExpressionRequest>, IDeepCloneable<ValidateIapAttributeExpressionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class ValidateIapAttributeExpressionRequest.

Request sent to IAP Expression Linter endpoint.

Inheritance

object > ValidateIapAttributeExpressionRequest

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

ValidateIapAttributeExpressionRequest()

public ValidateIapAttributeExpressionRequest()

ValidateIapAttributeExpressionRequest(ValidateIapAttributeExpressionRequest)

public ValidateIapAttributeExpressionRequest(ValidateIapAttributeExpressionRequest other)
Parameter
Name Description
other ValidateIapAttributeExpressionRequest

Properties

Expression

public string Expression { get; set; }

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

Property Value
Type Description
string

Name

public string Name { get; set; }

Required. The resource name of the IAP protected resource.

Property Value
Type Description
string