Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

V1ValidateAttributeExpressionOptions

import type { V1ValidateAttributeExpressionOptions } from "https://googleapis.deno.dev/v1/iap:v1.ts";

Additional options for iap#v1ValidateAttributeExpression.

interface V1ValidateAttributeExpressionOptions {
expression?: string;
}

§Properties

§
expression?: string
[src]

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