import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface IdentityCenterUserSyncProvisioningConfig extends cdktf.TerraformMetaArguments { /** * Deletion policy. It indicates the handling policy for CAM users already synchronized when the CAM user synchronization is deleted. Valid values: Delete: Delete the CAM users already synchronized from CIC to CAM when the CAM user synchronization is deleted; Keep: Keep the CAM users already synchronized from CIC to CAM when the CAM user synchronization is deleted. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/identity_center_user_sync_provisioning#deletion_strategy IdentityCenterUserSyncProvisioning#deletion_strategy} */ readonly deletionStrategy?: string; /** * Description. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/identity_center_user_sync_provisioning#description IdentityCenterUserSyncProvisioning#description} */ readonly description?: string; /** * Conflict policy. It indicates the handling policy for existence of a user with the same username when CIC users are synchronized to CAM. Valid values: KeepBoth: Keep both, that is, add the _cic suffix to the CIC user's username and then try to create a CAM user with the username when CIC users are synchronized to CAM and a user with the same username already exists in CAM; TakeOver: Replace, that is, directly replace the existing CAM user with the synchronized CIC user when CIC users are synchronized to CAM and a user with the same username already exists in CAM. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/identity_center_user_sync_provisioning#duplication_strategy IdentityCenterUserSyncProvisioning#duplication_strategy} */ readonly duplicationStrategy?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/identity_center_user_sync_provisioning#id IdentityCenterUserSyncProvisioning#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** * Identity ID for the CAM user synchronization. Valid values: * When the PrincipalType value is Group, it is the CIC user group ID (g-********). * When the PrincipalType value is User, it is the CIC user ID (u-********). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/identity_center_user_sync_provisioning#principal_id IdentityCenterUserSyncProvisioning#principal_id} */ readonly principalId?: string; /** * Identity type for the CAM user synchronization. Valid values: * * User: indicates that the identity for the CAM user synchronization is a CIC user. * Group: indicates that the identity for the CAM user synchronization is a CIC user group. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/identity_center_user_sync_provisioning#principal_type IdentityCenterUserSyncProvisioning#principal_type} */ readonly principalType?: string; /** * Type of the synchronized target account of the Tencent Cloud Organization. ManagerUin: admin account; MemberUin: member account. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/identity_center_user_sync_provisioning#target_type IdentityCenterUserSyncProvisioning#target_type} */ readonly targetType?: string; /** * UIN of the synchronized target account of the Tencent Cloud Organization. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/identity_center_user_sync_provisioning#target_uin IdentityCenterUserSyncProvisioning#target_uin} */ readonly targetUin?: number; /** * Space ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/identity_center_user_sync_provisioning#zone_id IdentityCenterUserSyncProvisioning#zone_id} */ readonly zoneId: string; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/identity_center_user_sync_provisioning tencentcloud_identity_center_user_sync_provisioning} */ export declare class IdentityCenterUserSyncProvisioning extends cdktf.TerraformResource { static readonly tfResourceType = "tencentcloud_identity_center_user_sync_provisioning"; /** * Generates CDKTF code for importing a IdentityCenterUserSyncProvisioning resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the IdentityCenterUserSyncProvisioning to import * @param importFromId The id of the existing IdentityCenterUserSyncProvisioning that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/identity_center_user_sync_provisioning#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the IdentityCenterUserSyncProvisioning to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any; /** * Create a new {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/identity_center_user_sync_provisioning tencentcloud_identity_center_user_sync_provisioning} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope * @param options IdentityCenterUserSyncProvisioningConfig */ constructor(scope: Construct, id: string, config: IdentityCenterUserSyncProvisioningConfig); get createTime(): any; private _deletionStrategy?; get deletionStrategy(): string; set deletionStrategy(value: string); resetDeletionStrategy(): void; get deletionStrategyInput(): string; private _description?; get description(): string; set description(value: string); resetDescription(): void; get descriptionInput(): string; private _duplicationStrategy?; get duplicationStrategy(): string; set duplicationStrategy(value: string); resetDuplicationStrategy(): void; get duplicationStrategyInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _principalId?; get principalId(): string; set principalId(value: string); resetPrincipalId(): void; get principalIdInput(): string; get principalName(): any; private _principalType?; get principalType(): string; set principalType(value: string); resetPrincipalType(): void; get principalTypeInput(): string; get status(): any; get targetName(): any; private _targetType?; get targetType(): string; set targetType(value: string); resetTargetType(): void; get targetTypeInput(): string; private _targetUin?; get targetUin(): number; set targetUin(value: number); resetTargetUin(): void; get targetUinInput(): number; get updateTime(): any; get userProvisioningId(): any; private _zoneId?; get zoneId(): string; set zoneId(value: string); get zoneIdInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }