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.

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
fun FaceConfigArgs(bizName: Output<String>? = null, bizType: Output<String>? = null)

Functions

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

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 (-).