identityValidationExpression

@JvmName(name = "ifsakvvrartkiykq")
suspend fun identityValidationExpression(value: Output<String>)
@JvmName(name = "objlsbbnhmfyuhga")
suspend fun identityValidationExpression(value: String?)

Parameters

value

Validation expression for the incoming identity. For TOKEN type, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.