FaceConfigArgs

data class FaceConfigArgs(val bizName: Output<String>? = null, val bizType: Output<String>? = null) : ConvertibleToJava<FaceConfigArgs>

Provides a Cloudauth Face Config resource. For information about Cloudauth Face Config and how to use it, see What is Face Config.

NOTE: Available since v1.137.0. NOTE: In order to provide you with more perfect product capabilities, the real person certification service has stopped access, it is recommended that you use the upgraded version of the real person certification financial real person certification service. Users that have access to real person authentication are not affected.

Import

Cloudauth Face Config can be imported using the id, e.g.

$ pulumi import alicloud:cloudauth/faceConfig:FaceConfig example <lang>

Constructors

Link copied to clipboard
constructor(bizName: Output<String>? = null, bizType: Output<String>? = null)

Properties

Link copied to clipboard
val bizName: Output<String>? = null

Scene name.

Link copied to clipboard
val bizType: Output<String>? = null

Scene type. NOTE: The biz_type cannot exceed 32 characters and can only use English letters, numbers and dashes (-).

Functions

Link copied to clipboard
open override fun toJava(): FaceConfigArgs