import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsOauthPartnerCertificateConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth_partner_certificate#authorization DataOciIdentityDomainsOauthPartnerCertificate#authorization}
    */
    readonly authorization?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth_partner_certificate#idcs_endpoint DataOciIdentityDomainsOauthPartnerCertificate#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_oauth_partner_certificate#o_auth_partner_certificate_id DataOciIdentityDomainsOauthPartnerCertificate#o_auth_partner_certificate_id}
    */
    readonly oAuthPartnerCertificateId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth_partner_certificate#resource_type_schema_version DataOciIdentityDomainsOauthPartnerCertificate#resource_type_schema_version}
    */
    readonly resourceTypeSchemaVersion?: string;
}
export interface DataOciIdentityDomainsOauthPartnerCertificateIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsOauthPartnerCertificateIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsOauthPartnerCertificateIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsOauthPartnerCertificateIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsOauthPartnerCertificateIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsOauthPartnerCertificateIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsOauthPartnerCertificateIdcsCreatedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsOauthPartnerCertificateIdcsCreatedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsOauthPartnerCertificateIdcsCreatedByList 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): DataOciIdentityDomainsOauthPartnerCertificateIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsOauthPartnerCertificateIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsOauthPartnerCertificateIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsOauthPartnerCertificateIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsOauthPartnerCertificateIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsOauthPartnerCertificateIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsOauthPartnerCertificateIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsOauthPartnerCertificateIdcsLastModifiedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsOauthPartnerCertificateIdcsLastModifiedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsOauthPartnerCertificateIdcsLastModifiedByList 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): DataOciIdentityDomainsOauthPartnerCertificateIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsOauthPartnerCertificateMeta {
}
export declare function dataOciIdentityDomainsOauthPartnerCertificateMetaToTerraform(struct?: DataOciIdentityDomainsOauthPartnerCertificateMeta): any;
export declare function dataOciIdentityDomainsOauthPartnerCertificateMetaToHclTerraform(struct?: DataOciIdentityDomainsOauthPartnerCertificateMeta): any;
export declare class DataOciIdentityDomainsOauthPartnerCertificateMetaOutputReference 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(): DataOciIdentityDomainsOauthPartnerCertificateMeta | undefined;
    set internalValue(value: DataOciIdentityDomainsOauthPartnerCertificateMeta | undefined);
    get created(): string;
    get lastModified(): string;
    get location(): string;
    get resourceType(): string;
    get version(): string;
}
export declare class DataOciIdentityDomainsOauthPartnerCertificateMetaList 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): DataOciIdentityDomainsOauthPartnerCertificateMetaOutputReference;
}
export interface DataOciIdentityDomainsOauthPartnerCertificateTags {
}
export declare function dataOciIdentityDomainsOauthPartnerCertificateTagsToTerraform(struct?: DataOciIdentityDomainsOauthPartnerCertificateTags): any;
export declare function dataOciIdentityDomainsOauthPartnerCertificateTagsToHclTerraform(struct?: DataOciIdentityDomainsOauthPartnerCertificateTags): any;
export declare class DataOciIdentityDomainsOauthPartnerCertificateTagsOutputReference 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(): DataOciIdentityDomainsOauthPartnerCertificateTags | undefined;
    set internalValue(value: DataOciIdentityDomainsOauthPartnerCertificateTags | undefined);
    get key(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsOauthPartnerCertificateTagsList 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): DataOciIdentityDomainsOauthPartnerCertificateTagsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth_partner_certificate oci_identity_domains_oauth_partner_certificate}
*/
export declare class DataOciIdentityDomainsOauthPartnerCertificate extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_identity_domains_oauth_partner_certificate";
    /**
    * Generates CDKTF code for importing a DataOciIdentityDomainsOauthPartnerCertificate 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 DataOciIdentityDomainsOauthPartnerCertificate to import
    * @param importFromId The id of the existing DataOciIdentityDomainsOauthPartnerCertificate that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth_partner_certificate#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciIdentityDomainsOauthPartnerCertificate 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_oauth_partner_certificate oci_identity_domains_oauth_partner_certificate} 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 DataOciIdentityDomainsOauthPartnerCertificateConfig
    */
    constructor(scope: Construct, id: string, config: DataOciIdentityDomainsOauthPartnerCertificateConfig);
    private _authorization?;
    get authorization(): string;
    set authorization(value: string);
    resetAuthorization(): void;
    get authorizationInput(): string | undefined;
    get certEndDate(): string;
    get certStartDate(): string;
    get certificateAlias(): string;
    get compartmentOcid(): string;
    get deleteInProgress(): cdktf.IResolvable;
    get domainOcid(): string;
    get externalId(): string;
    get id(): string;
    private _idcsCreatedBy;
    get idcsCreatedBy(): DataOciIdentityDomainsOauthPartnerCertificateIdcsCreatedByList;
    private _idcsEndpoint?;
    get idcsEndpoint(): string;
    set idcsEndpoint(value: string);
    get idcsEndpointInput(): string | undefined;
    private _idcsLastModifiedBy;
    get idcsLastModifiedBy(): DataOciIdentityDomainsOauthPartnerCertificateIdcsLastModifiedByList;
    get idcsLastUpgradedInRelease(): string;
    get idcsPreventedOperations(): string[];
    get keyStoreId(): string;
    get keyStoreName(): string;
    get keyStorePassword(): string;
    get map(): string;
    private _meta;
    get meta(): DataOciIdentityDomainsOauthPartnerCertificateMetaList;
    private _oAuthPartnerCertificateId?;
    get oAuthPartnerCertificateId(): string;
    set oAuthPartnerCertificateId(value: string);
    get oAuthPartnerCertificateIdInput(): string | undefined;
    get ocid(): string;
    private _resourceTypeSchemaVersion?;
    get resourceTypeSchemaVersion(): string;
    set resourceTypeSchemaVersion(value: string);
    resetResourceTypeSchemaVersion(): void;
    get resourceTypeSchemaVersionInput(): string | undefined;
    get schemas(): string[];
    get sha1Thumbprint(): string;
    get sha256Thumbprint(): string;
    private _tags;
    get tags(): DataOciIdentityDomainsOauthPartnerCertificateTagsList;
    get tenancyOcid(): string;
    get x509Base64Certificate(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
