日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

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 as biz_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>