import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsMyPendingApprovalsConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_pending_approvals#authorization DataOciIdentityDomainsMyPendingApprovals#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_pending_approvals#compartment_id DataOciIdentityDomainsMyPendingApprovals#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_pending_approvals#id DataOciIdentityDomainsMyPendingApprovals#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_pending_approvals#idcs_endpoint DataOciIdentityDomainsMyPendingApprovals#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_pending_approvals#my_pending_approval_count DataOciIdentityDomainsMyPendingApprovals#my_pending_approval_count}
    */
    readonly myPendingApprovalCount?: number;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_pending_approvals#my_pending_approval_filter DataOciIdentityDomainsMyPendingApprovals#my_pending_approval_filter}
    */
    readonly myPendingApprovalFilter?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_pending_approvals#resource_type_schema_version DataOciIdentityDomainsMyPendingApprovals#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_pending_approvals#sort_by DataOciIdentityDomainsMyPendingApprovals#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_pending_approvals#sort_order DataOciIdentityDomainsMyPendingApprovals#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_pending_approvals#start_index DataOciIdentityDomainsMyPendingApprovals#start_index}
    */
    readonly startIndex?: number;
}
export interface DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsCreatedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsCreatedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsCreatedByList 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): DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsLastModifiedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsLastModifiedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsLastModifiedByList 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): DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsMeta {
}
export declare function dataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsMetaToTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsMeta): any;
export declare function dataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsMetaToHclTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsMeta): any;
export declare class DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsMetaOutputReference 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(): DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsMeta | undefined;
    set internalValue(value: DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsMeta | undefined);
    get created(): string;
    get lastModified(): string;
    get location(): string;
    get resourceType(): string;
    get version(): string;
}
export declare class DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsMetaList 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): DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsMetaOutputReference;
}
export interface DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsTags {
}
export declare function dataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsTagsToTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsTags): any;
export declare function dataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsTagsToHclTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsTags): any;
export declare class DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsTagsOutputReference 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(): DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsTags | undefined;
    set internalValue(value: DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsTags | undefined);
    get key(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsTagsList 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): DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsTagsOutputReference;
}
export interface DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovals {
}
export declare function dataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsToTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovals): any;
export declare function dataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsToHclTerraform(struct?: DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovals): any;
export declare class DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsOutputReference 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(): DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovals | undefined;
    set internalValue(value: DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovals | undefined);
    get authorization(): string;
    get compartmentOcid(): string;
    get deleteInProgress(): cdktf.IResolvable;
    get domainOcid(): string;
    get expires(): string;
    get id(): string;
    private _idcsCreatedBy;
    get idcsCreatedBy(): DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsCreatedByList;
    get idcsEndpoint(): string;
    private _idcsLastModifiedBy;
    get idcsLastModifiedBy(): DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsIdcsLastModifiedByList;
    get idcsLastUpgradedInRelease(): string;
    get idcsPreventedOperations(): string[];
    get justification(): string;
    private _meta;
    get meta(): DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsMetaList;
    get myPendingApprovalId(): string;
    get ocid(): string;
    get requestCreatedTime(): string;
    get requestDetails(): string;
    get requestId(): string;
    get requestOcid(): string;
    get resourceDisplayName(): string;
    get resourceType(): string;
    get resourceTypeSchemaVersion(): string;
    get responseTime(): string;
    get schemas(): string[];
    get status(): string;
    private _tags;
    get tags(): DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsTagsList;
    get tenancyOcid(): string;
}
export declare class DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsList 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): DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_pending_approvals oci_identity_domains_my_pending_approvals}
*/
export declare class DataOciIdentityDomainsMyPendingApprovals extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_identity_domains_my_pending_approvals";
    /**
    * Generates CDKTF code for importing a DataOciIdentityDomainsMyPendingApprovals 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 DataOciIdentityDomainsMyPendingApprovals to import
    * @param importFromId The id of the existing DataOciIdentityDomainsMyPendingApprovals that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_pending_approvals#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciIdentityDomainsMyPendingApprovals 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_pending_approvals oci_identity_domains_my_pending_approvals} 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 DataOciIdentityDomainsMyPendingApprovalsConfig
    */
    constructor(scope: Construct, id: string, config: DataOciIdentityDomainsMyPendingApprovalsConfig);
    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 _myPendingApprovalCount?;
    get myPendingApprovalCount(): number;
    set myPendingApprovalCount(value: number);
    resetMyPendingApprovalCount(): void;
    get myPendingApprovalCountInput(): number | undefined;
    private _myPendingApprovalFilter?;
    get myPendingApprovalFilter(): string;
    set myPendingApprovalFilter(value: string);
    resetMyPendingApprovalFilter(): void;
    get myPendingApprovalFilterInput(): string | undefined;
    private _myPendingApprovals;
    get myPendingApprovals(): DataOciIdentityDomainsMyPendingApprovalsMyPendingApprovalsList;
    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;
    };
}
