import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsPolicyConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_policy#attribute_sets DataOciIdentityDomainsPolicy#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_policy#attributes DataOciIdentityDomainsPolicy#attributes}
    */
    readonly attributes?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_policy#authorization DataOciIdentityDomainsPolicy#authorization}
    */
    readonly authorization?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_policy#idcs_endpoint DataOciIdentityDomainsPolicy#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_policy#policy_id DataOciIdentityDomainsPolicy#policy_id}
    */
    readonly policyId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_policy#resource_type_schema_version DataOciIdentityDomainsPolicy#resource_type_schema_version}
    */
    readonly resourceTypeSchemaVersion?: string;
}
export interface DataOciIdentityDomainsPolicyIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsPolicyIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsPolicyIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsPolicyIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsPolicyIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsPolicyIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsPolicyIdcsCreatedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsPolicyIdcsCreatedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsPolicyIdcsCreatedByList 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): DataOciIdentityDomainsPolicyIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsPolicyIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsPolicyIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsPolicyIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsPolicyIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsPolicyIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsPolicyIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsPolicyIdcsLastModifiedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsPolicyIdcsLastModifiedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsPolicyIdcsLastModifiedByList 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): DataOciIdentityDomainsPolicyIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsPolicyMeta {
}
export declare function dataOciIdentityDomainsPolicyMetaToTerraform(struct?: DataOciIdentityDomainsPolicyMeta): any;
export declare function dataOciIdentityDomainsPolicyMetaToHclTerraform(struct?: DataOciIdentityDomainsPolicyMeta): any;
export declare class DataOciIdentityDomainsPolicyMetaOutputReference 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(): DataOciIdentityDomainsPolicyMeta | undefined;
    set internalValue(value: DataOciIdentityDomainsPolicyMeta | undefined);
    get created(): string;
    get lastModified(): string;
    get location(): string;
    get resourceType(): string;
    get version(): string;
}
export declare class DataOciIdentityDomainsPolicyMetaList 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): DataOciIdentityDomainsPolicyMetaOutputReference;
}
export interface DataOciIdentityDomainsPolicyPolicyType {
}
export declare function dataOciIdentityDomainsPolicyPolicyTypeToTerraform(struct?: DataOciIdentityDomainsPolicyPolicyType): any;
export declare function dataOciIdentityDomainsPolicyPolicyTypeToHclTerraform(struct?: DataOciIdentityDomainsPolicyPolicyType): any;
export declare class DataOciIdentityDomainsPolicyPolicyTypeOutputReference 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(): DataOciIdentityDomainsPolicyPolicyType | undefined;
    set internalValue(value: DataOciIdentityDomainsPolicyPolicyType | undefined);
    get ref(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsPolicyPolicyTypeList 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): DataOciIdentityDomainsPolicyPolicyTypeOutputReference;
}
export interface DataOciIdentityDomainsPolicyRules {
}
export declare function dataOciIdentityDomainsPolicyRulesToTerraform(struct?: DataOciIdentityDomainsPolicyRules): any;
export declare function dataOciIdentityDomainsPolicyRulesToHclTerraform(struct?: DataOciIdentityDomainsPolicyRules): any;
export declare class DataOciIdentityDomainsPolicyRulesOutputReference 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(): DataOciIdentityDomainsPolicyRules | undefined;
    set internalValue(value: DataOciIdentityDomainsPolicyRules | undefined);
    get name(): string;
    get ref(): string;
    get sequence(): number;
    get value(): string;
}
export declare class DataOciIdentityDomainsPolicyRulesList 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): DataOciIdentityDomainsPolicyRulesOutputReference;
}
export interface DataOciIdentityDomainsPolicyTags {
}
export declare function dataOciIdentityDomainsPolicyTagsToTerraform(struct?: DataOciIdentityDomainsPolicyTags): any;
export declare function dataOciIdentityDomainsPolicyTagsToHclTerraform(struct?: DataOciIdentityDomainsPolicyTags): any;
export declare class DataOciIdentityDomainsPolicyTagsOutputReference 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(): DataOciIdentityDomainsPolicyTags | undefined;
    set internalValue(value: DataOciIdentityDomainsPolicyTags | undefined);
    get key(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsPolicyTagsList 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): DataOciIdentityDomainsPolicyTagsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_policy oci_identity_domains_policy}
*/
export declare class DataOciIdentityDomainsPolicy extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_identity_domains_policy";
    /**
    * Generates CDKTF code for importing a DataOciIdentityDomainsPolicy 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 DataOciIdentityDomainsPolicy to import
    * @param importFromId The id of the existing DataOciIdentityDomainsPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_policy#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciIdentityDomainsPolicy 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_policy oci_identity_domains_policy} 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 DataOciIdentityDomainsPolicyConfig
    */
    constructor(scope: Construct, id: string, config: DataOciIdentityDomainsPolicyConfig);
    get active(): cdktf.IResolvable;
    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 description(): string;
    get domainOcid(): string;
    get externalId(): string;
    get id(): string;
    private _idcsCreatedBy;
    get idcsCreatedBy(): DataOciIdentityDomainsPolicyIdcsCreatedByList;
    private _idcsEndpoint?;
    get idcsEndpoint(): string;
    set idcsEndpoint(value: string);
    get idcsEndpointInput(): string | undefined;
    private _idcsLastModifiedBy;
    get idcsLastModifiedBy(): DataOciIdentityDomainsPolicyIdcsLastModifiedByList;
    get idcsLastUpgradedInRelease(): string;
    get idcsPreventedOperations(): string[];
    private _meta;
    get meta(): DataOciIdentityDomainsPolicyMetaList;
    get name(): string;
    get ocid(): string;
    get policyGroovy(): string;
    private _policyId?;
    get policyId(): string;
    set policyId(value: string);
    get policyIdInput(): string | undefined;
    private _policyType;
    get policyType(): DataOciIdentityDomainsPolicyPolicyTypeList;
    private _resourceTypeSchemaVersion?;
    get resourceTypeSchemaVersion(): string;
    set resourceTypeSchemaVersion(value: string);
    resetResourceTypeSchemaVersion(): void;
    get resourceTypeSchemaVersionInput(): string | undefined;
    private _rules;
    get rules(): DataOciIdentityDomainsPolicyRulesList;
    get schemas(): string[];
    private _tags;
    get tags(): DataOciIdentityDomainsPolicyTagsList;
    get tenancyOcid(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
