public sealed class ValidateIapAttributeExpressionRequest : IMessage<ValidateIapAttributeExpressionRequest>, IEquatable<ValidateIapAttributeExpressionRequest>, IDeepCloneable<ValidateIapAttributeExpressionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class ValidateIapAttributeExpressionRequest.
Request sent to IAP Expression Linter endpoint.
Implements
IMessageValidateIapAttributeExpressionRequest, IEquatableValidateIapAttributeExpressionRequest, IDeepCloneableValidateIapAttributeExpressionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
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 |
|