import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsMyUserDbCredentialConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_user_db_credential#authorization DataOciIdentityDomainsMyUserDbCredential#authorization}
    */
    readonly authorization?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_user_db_credential#idcs_endpoint DataOciIdentityDomainsMyUserDbCredential#idcs_endpoint}
    */
    readonly idcsEndpoint: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_user_db_credential#my_user_db_credential_id DataOciIdentityDomainsMyUserDbCredential#my_user_db_credential_id}
    */
    readonly myUserDbCredentialId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_user_db_credential#resource_type_schema_version DataOciIdentityDomainsMyUserDbCredential#resource_type_schema_version}
    */
    readonly resourceTypeSchemaVersion?: string;
}
export interface DataOciIdentityDomainsMyUserDbCredentialIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsMyUserDbCredentialIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsMyUserDbCredentialIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsMyUserDbCredentialIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsMyUserDbCredentialIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsMyUserDbCredentialIdcsCreatedByOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciIdentityDomainsMyUserDbCredentialIdcsCreatedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsMyUserDbCredentialIdcsCreatedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsMyUserDbCredentialIdcsCreatedByList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciIdentityDomainsMyUserDbCredentialIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsMyUserDbCredentialIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsMyUserDbCredentialIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsMyUserDbCredentialIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsMyUserDbCredentialIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsMyUserDbCredentialIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsMyUserDbCredentialIdcsLastModifiedByOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciIdentityDomainsMyUserDbCredentialIdcsLastModifiedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsMyUserDbCredentialIdcsLastModifiedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsMyUserDbCredentialIdcsLastModifiedByList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciIdentityDomainsMyUserDbCredentialIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsMyUserDbCredentialMeta {
}
export declare function dataOciIdentityDomainsMyUserDbCredentialMetaToTerraform(struct?: DataOciIdentityDomainsMyUserDbCredentialMeta): any;
export declare function dataOciIdentityDomainsMyUserDbCredentialMetaToHclTerraform(struct?: DataOciIdentityDomainsMyUserDbCredentialMeta): any;
export declare class DataOciIdentityDomainsMyUserDbCredentialMetaOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciIdentityDomainsMyUserDbCredentialMeta | undefined;
    set internalValue(value: DataOciIdentityDomainsMyUserDbCredentialMeta | undefined);
    get created(): string;
    get lastModified(): string;
    get location(): string;
    get resourceType(): string;
    get version(): string;
}
export declare class DataOciIdentityDomainsMyUserDbCredentialMetaList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciIdentityDomainsMyUserDbCredentialMetaOutputReference;
}
export interface DataOciIdentityDomainsMyUserDbCredentialTags {
}
export declare function dataOciIdentityDomainsMyUserDbCredentialTagsToTerraform(struct?: DataOciIdentityDomainsMyUserDbCredentialTags): any;
export declare function dataOciIdentityDomainsMyUserDbCredentialTagsToHclTerraform(struct?: DataOciIdentityDomainsMyUserDbCredentialTags): any;
export declare class DataOciIdentityDomainsMyUserDbCredentialTagsOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciIdentityDomainsMyUserDbCredentialTags | undefined;
    set internalValue(value: DataOciIdentityDomainsMyUserDbCredentialTags | undefined);
    get key(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsMyUserDbCredentialTagsList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciIdentityDomainsMyUserDbCredentialTagsOutputReference;
}
export interface DataOciIdentityDomainsMyUserDbCredentialUser {
}
export declare function dataOciIdentityDomainsMyUserDbCredentialUserToTerraform(struct?: DataOciIdentityDomainsMyUserDbCredentialUser): any;
export declare function dataOciIdentityDomainsMyUserDbCredentialUserToHclTerraform(struct?: DataOciIdentityDomainsMyUserDbCredentialUser): any;
export declare class DataOciIdentityDomainsMyUserDbCredentialUserOutputReference extends cdktf.ComplexObject {
    private isEmptyObject;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param complexObjectIndex the index of this item in the list
    * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
    get internalValue(): DataOciIdentityDomainsMyUserDbCredentialUser | undefined;
    set internalValue(value: DataOciIdentityDomainsMyUserDbCredentialUser | undefined);
    get display(): string;
    get name(): string;
    get ocid(): string;
    get ref(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsMyUserDbCredentialUserList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    /**
    * @param terraformResource The parent resource
    * @param terraformAttribute The attribute on the parent resource this class is referencing
    * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
    */
    constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
    /**
    * @param index the index of the item to return
    */
    get(index: number): DataOciIdentityDomainsMyUserDbCredentialUserOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_user_db_credential oci_identity_domains_my_user_db_credential}
*/
export declare class DataOciIdentityDomainsMyUserDbCredential extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_identity_domains_my_user_db_credential";
    /**
    * Generates CDKTF code for importing a DataOciIdentityDomainsMyUserDbCredential resource upon running "cdktf plan <stack-name>"
    * @param scope The scope in which to define this construct
    * @param importToId The construct id used in the generated config for the DataOciIdentityDomainsMyUserDbCredential to import
    * @param importFromId The id of the existing DataOciIdentityDomainsMyUserDbCredential that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_user_db_credential#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciIdentityDomainsMyUserDbCredential to import is found
    */
    static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
    /**
    * Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_user_db_credential oci_identity_domains_my_user_db_credential} Data Source
    *
    * @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 DataOciIdentityDomainsMyUserDbCredentialConfig
    */
    constructor(scope: Construct, id: string, config: DataOciIdentityDomainsMyUserDbCredentialConfig);
    private _authorization?;
    get authorization(): string;
    set authorization(value: string);
    resetAuthorization(): void;
    get authorizationInput(): string | undefined;
    get compartmentOcid(): string;
    get dbPassword(): string;
    get deleteInProgress(): cdktf.IResolvable;
    get description(): string;
    get domainOcid(): string;
    get expired(): cdktf.IResolvable;
    get expiresOn(): string;
    get id(): string;
    private _idcsCreatedBy;
    get idcsCreatedBy(): DataOciIdentityDomainsMyUserDbCredentialIdcsCreatedByList;
    private _idcsEndpoint?;
    get idcsEndpoint(): string;
    set idcsEndpoint(value: string);
    get idcsEndpointInput(): string | undefined;
    private _idcsLastModifiedBy;
    get idcsLastModifiedBy(): DataOciIdentityDomainsMyUserDbCredentialIdcsLastModifiedByList;
    get idcsLastUpgradedInRelease(): string;
    get idcsPreventedOperations(): string[];
    get lastSetDate(): string;
    private _meta;
    get meta(): DataOciIdentityDomainsMyUserDbCredentialMetaList;
    get mixedDbPassword(): string;
    get mixedSalt(): string;
    private _myUserDbCredentialId?;
    get myUserDbCredentialId(): string;
    set myUserDbCredentialId(value: string);
    get myUserDbCredentialIdInput(): string | undefined;
    get name(): string;
    get ocid(): string;
    private _resourceTypeSchemaVersion?;
    get resourceTypeSchemaVersion(): string;
    set resourceTypeSchemaVersion(value: string);
    resetResourceTypeSchemaVersion(): void;
    get resourceTypeSchemaVersionInput(): string | undefined;
    get salt(): string;
    get schemas(): string[];
    get status(): string;
    private _tags;
    get tags(): DataOciIdentityDomainsMyUserDbCredentialTagsList;
    get tenancyOcid(): string;
    private _user;
    get user(): DataOciIdentityDomainsMyUserDbCredentialUserList;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
