import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsIdentitySettingConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_identity_setting#attribute_sets DataOciIdentityDomainsIdentitySetting#attribute_sets}
    */
    readonly attributeSets?: string[];
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_identity_setting#attributes DataOciIdentityDomainsIdentitySetting#attributes}
    */
    readonly attributes?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_identity_setting#authorization DataOciIdentityDomainsIdentitySetting#authorization}
    */
    readonly authorization?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_identity_setting#idcs_endpoint DataOciIdentityDomainsIdentitySetting#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_identity_setting#identity_setting_id DataOciIdentityDomainsIdentitySetting#identity_setting_id}
    */
    readonly identitySettingId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_identity_setting#resource_type_schema_version DataOciIdentityDomainsIdentitySetting#resource_type_schema_version}
    */
    readonly resourceTypeSchemaVersion?: string;
}
export interface DataOciIdentityDomainsIdentitySettingIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsIdentitySettingIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsIdentitySettingIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsIdentitySettingIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsIdentitySettingIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsIdentitySettingIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsIdentitySettingIdcsCreatedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsIdentitySettingIdcsCreatedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsIdentitySettingIdcsCreatedByList 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): DataOciIdentityDomainsIdentitySettingIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsIdentitySettingIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsIdentitySettingIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsIdentitySettingIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsIdentitySettingIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsIdentitySettingIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsIdentitySettingIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsIdentitySettingIdcsLastModifiedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsIdentitySettingIdcsLastModifiedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsIdentitySettingIdcsLastModifiedByList 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): DataOciIdentityDomainsIdentitySettingIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsIdentitySettingMeta {
}
export declare function dataOciIdentityDomainsIdentitySettingMetaToTerraform(struct?: DataOciIdentityDomainsIdentitySettingMeta): any;
export declare function dataOciIdentityDomainsIdentitySettingMetaToHclTerraform(struct?: DataOciIdentityDomainsIdentitySettingMeta): any;
export declare class DataOciIdentityDomainsIdentitySettingMetaOutputReference 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(): DataOciIdentityDomainsIdentitySettingMeta | undefined;
    set internalValue(value: DataOciIdentityDomainsIdentitySettingMeta | undefined);
    get created(): string;
    get lastModified(): string;
    get location(): string;
    get resourceType(): string;
    get version(): string;
}
export declare class DataOciIdentityDomainsIdentitySettingMetaList 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): DataOciIdentityDomainsIdentitySettingMetaOutputReference;
}
export interface DataOciIdentityDomainsIdentitySettingMyProfile {
}
export declare function dataOciIdentityDomainsIdentitySettingMyProfileToTerraform(struct?: DataOciIdentityDomainsIdentitySettingMyProfile): any;
export declare function dataOciIdentityDomainsIdentitySettingMyProfileToHclTerraform(struct?: DataOciIdentityDomainsIdentitySettingMyProfile): any;
export declare class DataOciIdentityDomainsIdentitySettingMyProfileOutputReference 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(): DataOciIdentityDomainsIdentitySettingMyProfile | undefined;
    set internalValue(value: DataOciIdentityDomainsIdentitySettingMyProfile | undefined);
    get allowEndUsersToChangeTheirPassword(): cdktf.IResolvable;
    get allowEndUsersToLinkTheirSupportAccount(): cdktf.IResolvable;
    get allowEndUsersToManageTheirCapabilities(): cdktf.IResolvable;
    get allowEndUsersToUpdateTheirSecuritySettings(): cdktf.IResolvable;
}
export declare class DataOciIdentityDomainsIdentitySettingMyProfileList 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): DataOciIdentityDomainsIdentitySettingMyProfileOutputReference;
}
export interface DataOciIdentityDomainsIdentitySettingPosixGid {
}
export declare function dataOciIdentityDomainsIdentitySettingPosixGidToTerraform(struct?: DataOciIdentityDomainsIdentitySettingPosixGid): any;
export declare function dataOciIdentityDomainsIdentitySettingPosixGidToHclTerraform(struct?: DataOciIdentityDomainsIdentitySettingPosixGid): any;
export declare class DataOciIdentityDomainsIdentitySettingPosixGidOutputReference 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(): DataOciIdentityDomainsIdentitySettingPosixGid | undefined;
    set internalValue(value: DataOciIdentityDomainsIdentitySettingPosixGid | undefined);
    get manualAssignmentEndsAt(): number;
    get manualAssignmentStartsFrom(): number;
}
export declare class DataOciIdentityDomainsIdentitySettingPosixGidList 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): DataOciIdentityDomainsIdentitySettingPosixGidOutputReference;
}
export interface DataOciIdentityDomainsIdentitySettingPosixUid {
}
export declare function dataOciIdentityDomainsIdentitySettingPosixUidToTerraform(struct?: DataOciIdentityDomainsIdentitySettingPosixUid): any;
export declare function dataOciIdentityDomainsIdentitySettingPosixUidToHclTerraform(struct?: DataOciIdentityDomainsIdentitySettingPosixUid): any;
export declare class DataOciIdentityDomainsIdentitySettingPosixUidOutputReference 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(): DataOciIdentityDomainsIdentitySettingPosixUid | undefined;
    set internalValue(value: DataOciIdentityDomainsIdentitySettingPosixUid | undefined);
    get manualAssignmentEndsAt(): number;
    get manualAssignmentStartsFrom(): number;
}
export declare class DataOciIdentityDomainsIdentitySettingPosixUidList 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): DataOciIdentityDomainsIdentitySettingPosixUidOutputReference;
}
export interface DataOciIdentityDomainsIdentitySettingTags {
}
export declare function dataOciIdentityDomainsIdentitySettingTagsToTerraform(struct?: DataOciIdentityDomainsIdentitySettingTags): any;
export declare function dataOciIdentityDomainsIdentitySettingTagsToHclTerraform(struct?: DataOciIdentityDomainsIdentitySettingTags): any;
export declare class DataOciIdentityDomainsIdentitySettingTagsOutputReference 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(): DataOciIdentityDomainsIdentitySettingTags | undefined;
    set internalValue(value: DataOciIdentityDomainsIdentitySettingTags | undefined);
    get key(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsIdentitySettingTagsList 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): DataOciIdentityDomainsIdentitySettingTagsOutputReference;
}
export interface DataOciIdentityDomainsIdentitySettingTokens {
}
export declare function dataOciIdentityDomainsIdentitySettingTokensToTerraform(struct?: DataOciIdentityDomainsIdentitySettingTokens): any;
export declare function dataOciIdentityDomainsIdentitySettingTokensToHclTerraform(struct?: DataOciIdentityDomainsIdentitySettingTokens): any;
export declare class DataOciIdentityDomainsIdentitySettingTokensOutputReference 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(): DataOciIdentityDomainsIdentitySettingTokens | undefined;
    set internalValue(value: DataOciIdentityDomainsIdentitySettingTokens | undefined);
    get expiresAfter(): number;
    get type(): string;
}
export declare class DataOciIdentityDomainsIdentitySettingTokensList 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): DataOciIdentityDomainsIdentitySettingTokensOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_identity_setting oci_identity_domains_identity_setting}
*/
export declare class DataOciIdentityDomainsIdentitySetting extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_identity_domains_identity_setting";
    /**
    * Generates CDKTF code for importing a DataOciIdentityDomainsIdentitySetting 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 DataOciIdentityDomainsIdentitySetting to import
    * @param importFromId The id of the existing DataOciIdentityDomainsIdentitySetting that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_identity_setting#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciIdentityDomainsIdentitySetting 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_identity_setting oci_identity_domains_identity_setting} 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 DataOciIdentityDomainsIdentitySettingConfig
    */
    constructor(scope: Construct, id: string, config: DataOciIdentityDomainsIdentitySettingConfig);
    private _attributeSets?;
    get attributeSets(): string[];
    set attributeSets(value: string[]);
    resetAttributeSets(): void;
    get attributeSetsInput(): string[] | undefined;
    private _attributes?;
    get attributes(): string;
    set attributes(value: string);
    resetAttributes(): void;
    get attributesInput(): string | undefined;
    private _authorization?;
    get authorization(): string;
    set authorization(value: string);
    resetAuthorization(): void;
    get authorizationInput(): string | undefined;
    get compartmentOcid(): string;
    get deleteInProgress(): cdktf.IResolvable;
    get domainOcid(): string;
    get emitLockedMessageWhenUserIsLocked(): cdktf.IResolvable;
    get externalId(): string;
    get id(): string;
    private _idcsCreatedBy;
    get idcsCreatedBy(): DataOciIdentityDomainsIdentitySettingIdcsCreatedByList;
    private _idcsEndpoint?;
    get idcsEndpoint(): string;
    set idcsEndpoint(value: string);
    get idcsEndpointInput(): string | undefined;
    private _idcsLastModifiedBy;
    get idcsLastModifiedBy(): DataOciIdentityDomainsIdentitySettingIdcsLastModifiedByList;
    get idcsLastUpgradedInRelease(): string;
    get idcsPreventedOperations(): string[];
    private _identitySettingId?;
    get identitySettingId(): string;
    set identitySettingId(value: string);
    get identitySettingIdInput(): string | undefined;
    private _meta;
    get meta(): DataOciIdentityDomainsIdentitySettingMetaList;
    private _myProfile;
    get myProfile(): DataOciIdentityDomainsIdentitySettingMyProfileList;
    get ocid(): string;
    private _posixGid;
    get posixGid(): DataOciIdentityDomainsIdentitySettingPosixGidList;
    private _posixUid;
    get posixUid(): DataOciIdentityDomainsIdentitySettingPosixUidList;
    get primaryEmailRequired(): cdktf.IResolvable;
    get removeInvalidEmails(): cdktf.IResolvable;
    private _resourceTypeSchemaVersion?;
    get resourceTypeSchemaVersion(): string;
    set resourceTypeSchemaVersion(value: string);
    resetResourceTypeSchemaVersion(): void;
    get resourceTypeSchemaVersionInput(): string | undefined;
    get returnInactiveOverLockedMessage(): cdktf.IResolvable;
    get schemas(): string[];
    private _tags;
    get tags(): DataOciIdentityDomainsIdentitySettingTagsList;
    get tenancyOcid(): string;
    private _tokens;
    get tokens(): DataOciIdentityDomainsIdentitySettingTokensList;
    get userAllowedToSetRecoveryEmail(): cdktf.IResolvable;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
