Class V1Resource.ValidateAttributeExpressionRequest
Validates that a given CEL expression conforms to IAP restrictions.
Inheritance
V1Resource.ValidateAttributeExpressionRequest
Inherited Members
Namespace: Google.Apis.CloudIAP.v1
Assembly: Google.Apis.CloudIAP.v1.dll
Syntax
public class V1Resource.ValidateAttributeExpressionRequest : CloudIAPBaseServiceRequest<ValidateIapAttributeExpressionResponse>, IClientServiceRequest<ValidateIapAttributeExpressionResponse>, IClientServiceRequest
Constructors
ValidateAttributeExpressionRequest(IClientService, string)
Constructs a new ValidateAttributeExpression request.
Declaration
public ValidateAttributeExpressionRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
Expression
Required. User input string expression. Should be of the form
attributes.saml_attributes.filter(attribute, attribute.name in ['{attribute_name}', '{attribute_name}'])
Declaration
[RequestParameter("expression", RequestParameterType.Query)]
public virtual string Expression { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The resource name of the IAP protected resource.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes ValidateAttributeExpression parameter list.
Declaration
protected override void InitParameters()