import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsMyAppsConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_apps#authorization DataOciIdentityDomainsMyApps#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_apps#compartment_id DataOciIdentityDomainsMyApps#compartment_id}
    */
    readonly compartmentId?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_apps#id DataOciIdentityDomainsMyApps#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;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_apps#idcs_endpoint DataOciIdentityDomainsMyApps#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_apps#my_app_count DataOciIdentityDomainsMyApps#my_app_count}
    */
    readonly myAppCount?: number;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_apps#my_app_filter DataOciIdentityDomainsMyApps#my_app_filter}
    */
    readonly myAppFilter?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_apps#resource_type_schema_version DataOciIdentityDomainsMyApps#resource_type_schema_version}
    */
    readonly resourceTypeSchemaVersion?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_apps#sort_by DataOciIdentityDomainsMyApps#sort_by}
    */
    readonly sortBy?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_apps#sort_order DataOciIdentityDomainsMyApps#sort_order}
    */
    readonly sortOrder?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_apps#start_index DataOciIdentityDomainsMyApps#start_index}
    */
    readonly startIndex?: number;
}
export interface DataOciIdentityDomainsMyAppsMyAppsApp {
}
export declare function dataOciIdentityDomainsMyAppsMyAppsAppToTerraform(struct?: DataOciIdentityDomainsMyAppsMyAppsApp): any;
export declare function dataOciIdentityDomainsMyAppsMyAppsAppToHclTerraform(struct?: DataOciIdentityDomainsMyAppsMyAppsApp): any;
export declare class DataOciIdentityDomainsMyAppsMyAppsAppOutputReference 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(): DataOciIdentityDomainsMyAppsMyAppsApp | undefined;
    set internalValue(value: DataOciIdentityDomainsMyAppsMyAppsApp | undefined);
    get active(): cdktf.IResolvable;
    get appIcon(): string;
    get appThumbnail(): string;
    get description(): string;
    get display(): string;
    get isAliasApp(): cdktf.IResolvable;
    get isLoginTarget(): cdktf.IResolvable;
    get isOpcService(): cdktf.IResolvable;
    get loginMechanism(): string;
    get ref(): string;
    get serviceTypeUrn(): string;
    get showInMyApps(): cdktf.IResolvable;
    get value(): string;
}
export declare class DataOciIdentityDomainsMyAppsMyAppsAppList 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): DataOciIdentityDomainsMyAppsMyAppsAppOutputReference;
}
export interface DataOciIdentityDomainsMyAppsMyAppsIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsMyAppsMyAppsIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsMyAppsMyAppsIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsMyAppsMyAppsIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsMyAppsMyAppsIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsMyAppsMyAppsIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsMyAppsMyAppsIdcsCreatedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsMyAppsMyAppsIdcsCreatedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsMyAppsMyAppsIdcsCreatedByList 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): DataOciIdentityDomainsMyAppsMyAppsIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsMyAppsMyAppsIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsMyAppsMyAppsIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsMyAppsMyAppsIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsMyAppsMyAppsIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsMyAppsMyAppsIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsMyAppsMyAppsIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsMyAppsMyAppsIdcsLastModifiedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsMyAppsMyAppsIdcsLastModifiedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsMyAppsMyAppsIdcsLastModifiedByList 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): DataOciIdentityDomainsMyAppsMyAppsIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsMyAppsMyAppsMeta {
}
export declare function dataOciIdentityDomainsMyAppsMyAppsMetaToTerraform(struct?: DataOciIdentityDomainsMyAppsMyAppsMeta): any;
export declare function dataOciIdentityDomainsMyAppsMyAppsMetaToHclTerraform(struct?: DataOciIdentityDomainsMyAppsMyAppsMeta): any;
export declare class DataOciIdentityDomainsMyAppsMyAppsMetaOutputReference 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(): DataOciIdentityDomainsMyAppsMyAppsMeta | undefined;
    set internalValue(value: DataOciIdentityDomainsMyAppsMyAppsMeta | undefined);
    get created(): string;
    get lastModified(): string;
    get location(): string;
    get resourceType(): string;
    get version(): string;
}
export declare class DataOciIdentityDomainsMyAppsMyAppsMetaList 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): DataOciIdentityDomainsMyAppsMyAppsMetaOutputReference;
}
export interface DataOciIdentityDomainsMyAppsMyAppsOwner {
}
export declare function dataOciIdentityDomainsMyAppsMyAppsOwnerToTerraform(struct?: DataOciIdentityDomainsMyAppsMyAppsOwner): any;
export declare function dataOciIdentityDomainsMyAppsMyAppsOwnerToHclTerraform(struct?: DataOciIdentityDomainsMyAppsMyAppsOwner): any;
export declare class DataOciIdentityDomainsMyAppsMyAppsOwnerOutputReference 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(): DataOciIdentityDomainsMyAppsMyAppsOwner | undefined;
    set internalValue(value: DataOciIdentityDomainsMyAppsMyAppsOwner | undefined);
    get display(): string;
    get ref(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsMyAppsMyAppsOwnerList 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): DataOciIdentityDomainsMyAppsMyAppsOwnerOutputReference;
}
export interface DataOciIdentityDomainsMyAppsMyAppsTags {
}
export declare function dataOciIdentityDomainsMyAppsMyAppsTagsToTerraform(struct?: DataOciIdentityDomainsMyAppsMyAppsTags): any;
export declare function dataOciIdentityDomainsMyAppsMyAppsTagsToHclTerraform(struct?: DataOciIdentityDomainsMyAppsMyAppsTags): any;
export declare class DataOciIdentityDomainsMyAppsMyAppsTagsOutputReference 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(): DataOciIdentityDomainsMyAppsMyAppsTags | undefined;
    set internalValue(value: DataOciIdentityDomainsMyAppsMyAppsTags | undefined);
    get key(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsMyAppsMyAppsTagsList 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): DataOciIdentityDomainsMyAppsMyAppsTagsOutputReference;
}
export interface DataOciIdentityDomainsMyAppsMyAppsUserWalletArtifact {
}
export declare function dataOciIdentityDomainsMyAppsMyAppsUserWalletArtifactToTerraform(struct?: DataOciIdentityDomainsMyAppsMyAppsUserWalletArtifact): any;
export declare function dataOciIdentityDomainsMyAppsMyAppsUserWalletArtifactToHclTerraform(struct?: DataOciIdentityDomainsMyAppsMyAppsUserWalletArtifact): any;
export declare class DataOciIdentityDomainsMyAppsMyAppsUserWalletArtifactOutputReference 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(): DataOciIdentityDomainsMyAppsMyAppsUserWalletArtifact | undefined;
    set internalValue(value: DataOciIdentityDomainsMyAppsMyAppsUserWalletArtifact | undefined);
    get ref(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsMyAppsMyAppsUserWalletArtifactList 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): DataOciIdentityDomainsMyAppsMyAppsUserWalletArtifactOutputReference;
}
export interface DataOciIdentityDomainsMyAppsMyApps {
}
export declare function dataOciIdentityDomainsMyAppsMyAppsToTerraform(struct?: DataOciIdentityDomainsMyAppsMyApps): any;
export declare function dataOciIdentityDomainsMyAppsMyAppsToHclTerraform(struct?: DataOciIdentityDomainsMyAppsMyApps): any;
export declare class DataOciIdentityDomainsMyAppsMyAppsOutputReference 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(): DataOciIdentityDomainsMyAppsMyApps | undefined;
    set internalValue(value: DataOciIdentityDomainsMyAppsMyApps | undefined);
    get accountType(): string;
    get active(): cdktf.IResolvable;
    private _app;
    get app(): DataOciIdentityDomainsMyAppsMyAppsAppList;
    get compartmentOcid(): string;
    get deleteInProgress(): cdktf.IResolvable;
    get domainOcid(): string;
    get favorite(): cdktf.IResolvable;
    get id(): string;
    private _idcsCreatedBy;
    get idcsCreatedBy(): DataOciIdentityDomainsMyAppsMyAppsIdcsCreatedByList;
    private _idcsLastModifiedBy;
    get idcsLastModifiedBy(): DataOciIdentityDomainsMyAppsMyAppsIdcsLastModifiedByList;
    get idcsLastUpgradedInRelease(): string;
    get idcsPreventedOperations(): string[];
    get isAccount(): cdktf.IResolvable;
    get lastAccessed(): string;
    get launchUrl(): string;
    private _meta;
    get meta(): DataOciIdentityDomainsMyAppsMyAppsMetaList;
    get name(): string;
    get ocid(): string;
    private _owner;
    get owner(): DataOciIdentityDomainsMyAppsMyAppsOwnerList;
    get schemas(): string[];
    private _tags;
    get tags(): DataOciIdentityDomainsMyAppsMyAppsTagsList;
    get tenancyOcid(): string;
    get uid(): string;
    private _userWalletArtifact;
    get userWalletArtifact(): DataOciIdentityDomainsMyAppsMyAppsUserWalletArtifactList;
}
export declare class DataOciIdentityDomainsMyAppsMyAppsList 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): DataOciIdentityDomainsMyAppsMyAppsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_apps oci_identity_domains_my_apps}
*/
export declare class DataOciIdentityDomainsMyApps extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_identity_domains_my_apps";
    /**
    * Generates CDKTF code for importing a DataOciIdentityDomainsMyApps 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 DataOciIdentityDomainsMyApps to import
    * @param importFromId The id of the existing DataOciIdentityDomainsMyApps that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_apps#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciIdentityDomainsMyApps 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_apps oci_identity_domains_my_apps} 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 DataOciIdentityDomainsMyAppsConfig
    */
    constructor(scope: Construct, id: string, config: DataOciIdentityDomainsMyAppsConfig);
    private _authorization?;
    get authorization(): string;
    set authorization(value: string);
    resetAuthorization(): void;
    get authorizationInput(): string | undefined;
    private _compartmentId?;
    get compartmentId(): string;
    set compartmentId(value: string);
    resetCompartmentId(): void;
    get compartmentIdInput(): string | undefined;
    private _id?;
    get id(): string;
    set id(value: string);
    resetId(): void;
    get idInput(): string | undefined;
    private _idcsEndpoint?;
    get idcsEndpoint(): string;
    set idcsEndpoint(value: string);
    get idcsEndpointInput(): string | undefined;
    get itemsPerPage(): number;
    private _myAppCount?;
    get myAppCount(): number;
    set myAppCount(value: number);
    resetMyAppCount(): void;
    get myAppCountInput(): number | undefined;
    private _myAppFilter?;
    get myAppFilter(): string;
    set myAppFilter(value: string);
    resetMyAppFilter(): void;
    get myAppFilterInput(): string | undefined;
    private _myApps;
    get myApps(): DataOciIdentityDomainsMyAppsMyAppsList;
    private _resourceTypeSchemaVersion?;
    get resourceTypeSchemaVersion(): string;
    set resourceTypeSchemaVersion(value: string);
    resetResourceTypeSchemaVersion(): void;
    get resourceTypeSchemaVersionInput(): string | undefined;
    get schemas(): string[];
    private _sortBy?;
    get sortBy(): string;
    set sortBy(value: string);
    resetSortBy(): void;
    get sortByInput(): string | undefined;
    private _sortOrder?;
    get sortOrder(): string;
    set sortOrder(value: string);
    resetSortOrder(): void;
    get sortOrderInput(): string | undefined;
    private _startIndex?;
    get startIndex(): number;
    set startIndex(value: number);
    resetStartIndex(): void;
    get startIndexInput(): number | undefined;
    get totalResults(): number;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
