alicloud_cloudauth_face_config
更新时间:
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.
Example Usage
Basic Usage
variable "name" {
default = "tf_example"
}
provider "alicloud" {
region = "cn-hangzhou"
}
resource "random_integer" "default" {
max = 99999
min = 10000
}
resource "alicloud_cloudauth_face_config" "example" {
biz_name = format("%s-biz", var.name)
biz_type = format("type-%s", random_integer.default.result)
}
Argument Reference
The following arguments are supported:
biz_name
- (Required) Scene name.biz_type
- (Required) Scene type. NOTE: The biz_type cannot exceed 32 characters and can only use English letters, numbers and dashes (-).
Attributes Reference
The following attributes are exported:
id
- The resource ID in terraform of Face Config. Its value is same asbiz_type
.gmt_modified
- Last Modified Date.
Import
Cloudauth Face Config can be imported using the id, e.g.
$ terraform import alicloud_cloudauth_face_config.example <lang>
文档内容是否对您有帮助?