1. Packages
  2. Alibaba Cloud Provider
  3. API Docs
  4. cloudauth
  5. FaceConfig
Alibaba Cloud v3.76.0 published on Tuesday, Apr 8, 2025 by Pulumi

alicloud.cloudauth.FaceConfig

Explore with Pulumi AI

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.

Create FaceConfig Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new FaceConfig(name: string, args: FaceConfigArgs, opts?: CustomResourceOptions);
@overload
def FaceConfig(resource_name: str,
               args: FaceConfigArgs,
               opts: Optional[ResourceOptions] = None)

@overload
def FaceConfig(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               biz_name: Optional[str] = None,
               biz_type: Optional[str] = None)
func NewFaceConfig(ctx *Context, name string, args FaceConfigArgs, opts ...ResourceOption) (*FaceConfig, error)
public FaceConfig(string name, FaceConfigArgs args, CustomResourceOptions? opts = null)
public FaceConfig(String name, FaceConfigArgs args)
public FaceConfig(String name, FaceConfigArgs args, CustomResourceOptions options)
type: alicloud:cloudauth:FaceConfig
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. FaceConfigArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. FaceConfigArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. FaceConfigArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. FaceConfigArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. FaceConfigArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var faceConfigResource = new AliCloud.CloudAuth.FaceConfig("faceConfigResource", new()
{
    BizName = "string",
    BizType = "string",
});
Copy
example, err := cloudauth.NewFaceConfig(ctx, "faceConfigResource", &cloudauth.FaceConfigArgs{
	BizName: pulumi.String("string"),
	BizType: pulumi.String("string"),
})
Copy
var faceConfigResource = new FaceConfig("faceConfigResource", FaceConfigArgs.builder()
    .bizName("string")
    .bizType("string")
    .build());
Copy
face_config_resource = alicloud.cloudauth.FaceConfig("faceConfigResource",
    biz_name="string",
    biz_type="string")
Copy
const faceConfigResource = new alicloud.cloudauth.FaceConfig("faceConfigResource", {
    bizName: "string",
    bizType: "string",
});
Copy
type: alicloud:cloudauth:FaceConfig
properties:
    bizName: string
    bizType: string
Copy

FaceConfig Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The FaceConfig resource accepts the following input properties:

BizName This property is required. string
Scene name.
BizType This property is required. string
Scene type. NOTE: The biz_type cannot exceed 32 characters and can only use English letters, numbers and dashes (-).
BizName This property is required. string
Scene name.
BizType This property is required. string
Scene type. NOTE: The biz_type cannot exceed 32 characters and can only use English letters, numbers and dashes (-).
bizName This property is required. String
Scene name.
bizType This property is required. String
Scene type. NOTE: The biz_type cannot exceed 32 characters and can only use English letters, numbers and dashes (-).
bizName This property is required. string
Scene name.
bizType This property is required. string
Scene type. NOTE: The biz_type cannot exceed 32 characters and can only use English letters, numbers and dashes (-).
biz_name This property is required. str
Scene name.
biz_type This property is required. str
Scene type. NOTE: The biz_type cannot exceed 32 characters and can only use English letters, numbers and dashes (-).
bizName This property is required. String
Scene name.
bizType This property is required. String
Scene type. NOTE: The biz_type cannot exceed 32 characters and can only use English letters, numbers and dashes (-).

Outputs

All input properties are implicitly available as output properties. Additionally, the FaceConfig resource produces the following output properties:

GmtModified string
Last Modified Date.
Id string
The provider-assigned unique ID for this managed resource.
GmtModified string
Last Modified Date.
Id string
The provider-assigned unique ID for this managed resource.
gmtModified String
Last Modified Date.
id String
The provider-assigned unique ID for this managed resource.
gmtModified string
Last Modified Date.
id string
The provider-assigned unique ID for this managed resource.
gmt_modified str
Last Modified Date.
id str
The provider-assigned unique ID for this managed resource.
gmtModified String
Last Modified Date.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing FaceConfig Resource

Get an existing FaceConfig resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: FaceConfigState, opts?: CustomResourceOptions): FaceConfig
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        biz_name: Optional[str] = None,
        biz_type: Optional[str] = None,
        gmt_modified: Optional[str] = None) -> FaceConfig
func GetFaceConfig(ctx *Context, name string, id IDInput, state *FaceConfigState, opts ...ResourceOption) (*FaceConfig, error)
public static FaceConfig Get(string name, Input<string> id, FaceConfigState? state, CustomResourceOptions? opts = null)
public static FaceConfig get(String name, Output<String> id, FaceConfigState state, CustomResourceOptions options)
resources:  _:    type: alicloud:cloudauth:FaceConfig    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
BizName string
Scene name.
BizType string
Scene type. NOTE: The biz_type cannot exceed 32 characters and can only use English letters, numbers and dashes (-).
GmtModified string
Last Modified Date.
BizName string
Scene name.
BizType string
Scene type. NOTE: The biz_type cannot exceed 32 characters and can only use English letters, numbers and dashes (-).
GmtModified string
Last Modified Date.
bizName String
Scene name.
bizType String
Scene type. NOTE: The biz_type cannot exceed 32 characters and can only use English letters, numbers and dashes (-).
gmtModified String
Last Modified Date.
bizName string
Scene name.
bizType string
Scene type. NOTE: The biz_type cannot exceed 32 characters and can only use English letters, numbers and dashes (-).
gmtModified string
Last Modified Date.
biz_name str
Scene name.
biz_type str
Scene type. NOTE: The biz_type cannot exceed 32 characters and can only use English letters, numbers and dashes (-).
gmt_modified str
Last Modified Date.
bizName String
Scene name.
bizType String
Scene type. NOTE: The biz_type cannot exceed 32 characters and can only use English letters, numbers and dashes (-).
gmtModified String
Last Modified Date.

Import

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

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

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
Alibaba Cloud pulumi/pulumi-alicloud
License
Apache-2.0
Notes
This Pulumi package is based on the alicloud Terraform Provider.