UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

446 lines (445 loc) 29.6 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciCertificatesManagementCertificateAuthorityConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/certificates_management_certificate_authority#certificate_authority_id DataOciCertificatesManagementCertificateAuthority#certificate_authority_id} */ readonly certificateAuthorityId: string; } export interface DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigSubject { } export declare function dataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigSubjectToTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigSubject): any; export declare function dataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigSubjectToHclTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigSubject): any; export declare class DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigSubjectOutputReference 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(): DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigSubject | undefined; set internalValue(value: DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigSubject | undefined); get commonName(): string; get country(): string; get distinguishedNameQualifier(): string; get domainComponent(): string; get generationQualifier(): string; get givenName(): string; get initials(): string; get localityName(): string; get organization(): string; get organizationalUnit(): string; get pseudonym(): string; get serialNumber(): string; get stateOrProvinceName(): string; get street(): string; get surname(): string; get title(): string; get userId(): string; } export declare class DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigSubjectList 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): DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigSubjectOutputReference; } export interface DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigValidity { } export declare function dataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigValidityToTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigValidity): any; export declare function dataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigValidityToHclTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigValidity): any; export declare class DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigValidityOutputReference 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(): DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigValidity | undefined; set internalValue(value: DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigValidity | undefined); get timeOfValidityNotAfter(): string; get timeOfValidityNotBefore(): string; } export declare class DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigValidityList 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): DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigValidityOutputReference; } export interface DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfig { } export declare function dataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigToTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfig): any; export declare function dataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigToHclTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfig): any; export declare class DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigOutputReference 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(): DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfig | undefined; set internalValue(value: DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfig | undefined); get configType(): string; get issuerCertificateAuthorityId(): string; get signingAlgorithm(): string; private _subject; get subject(): DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigSubjectList; private _validity; get validity(): DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigValidityList; get versionName(): string; } export declare class DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigList 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): DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigOutputReference; } export interface DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityRules { } export declare function dataOciCertificatesManagementCertificateAuthorityCertificateAuthorityRulesToTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityRules): any; export declare function dataOciCertificatesManagementCertificateAuthorityCertificateAuthorityRulesToHclTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityRules): any; export declare class DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityRulesOutputReference 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(): DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityRules | undefined; set internalValue(value: DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityRules | undefined); get certificateAuthorityMaxValidityDuration(): string; get leafCertificateMaxValidityDuration(): string; get ruleType(): string; } export declare class DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityRulesList 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): DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityRulesOutputReference; } export interface DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsObjectStorageConfig { } export declare function dataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsObjectStorageConfigToTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsObjectStorageConfig): any; export declare function dataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsObjectStorageConfigToHclTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsObjectStorageConfig): any; export declare class DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsObjectStorageConfigOutputReference 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(): DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsObjectStorageConfig | undefined; set internalValue(value: DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsObjectStorageConfig | undefined); get objectStorageBucketName(): string; get objectStorageNamespace(): string; get objectStorageObjectNameFormat(): string; } export declare class DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsObjectStorageConfigList 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): DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsObjectStorageConfigOutputReference; } export interface DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetails { } export declare function dataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsToTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetails): any; export declare function dataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsToHclTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetails): any; export declare class DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsOutputReference 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(): DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetails | undefined; set internalValue(value: DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetails | undefined); get customFormattedUrls(): string[]; private _objectStorageConfig; get objectStorageConfig(): DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsObjectStorageConfigList; } export declare class DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsList 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): DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsOutputReference; } export interface DataOciCertificatesManagementCertificateAuthorityCurrentVersionRevocationStatus { } export declare function dataOciCertificatesManagementCertificateAuthorityCurrentVersionRevocationStatusToTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCurrentVersionRevocationStatus): any; export declare function dataOciCertificatesManagementCertificateAuthorityCurrentVersionRevocationStatusToHclTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCurrentVersionRevocationStatus): any; export declare class DataOciCertificatesManagementCertificateAuthorityCurrentVersionRevocationStatusOutputReference 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(): DataOciCertificatesManagementCertificateAuthorityCurrentVersionRevocationStatus | undefined; set internalValue(value: DataOciCertificatesManagementCertificateAuthorityCurrentVersionRevocationStatus | undefined); get revocationReason(): string; get timeOfRevocation(): string; } export declare class DataOciCertificatesManagementCertificateAuthorityCurrentVersionRevocationStatusList 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): DataOciCertificatesManagementCertificateAuthorityCurrentVersionRevocationStatusOutputReference; } export interface DataOciCertificatesManagementCertificateAuthorityCurrentVersionValidity { } export declare function dataOciCertificatesManagementCertificateAuthorityCurrentVersionValidityToTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCurrentVersionValidity): any; export declare function dataOciCertificatesManagementCertificateAuthorityCurrentVersionValidityToHclTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCurrentVersionValidity): any; export declare class DataOciCertificatesManagementCertificateAuthorityCurrentVersionValidityOutputReference 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(): DataOciCertificatesManagementCertificateAuthorityCurrentVersionValidity | undefined; set internalValue(value: DataOciCertificatesManagementCertificateAuthorityCurrentVersionValidity | undefined); get timeOfValidityNotAfter(): string; get timeOfValidityNotBefore(): string; } export declare class DataOciCertificatesManagementCertificateAuthorityCurrentVersionValidityList 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): DataOciCertificatesManagementCertificateAuthorityCurrentVersionValidityOutputReference; } export interface DataOciCertificatesManagementCertificateAuthorityCurrentVersion { } export declare function dataOciCertificatesManagementCertificateAuthorityCurrentVersionToTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCurrentVersion): any; export declare function dataOciCertificatesManagementCertificateAuthorityCurrentVersionToHclTerraform(struct?: DataOciCertificatesManagementCertificateAuthorityCurrentVersion): any; export declare class DataOciCertificatesManagementCertificateAuthorityCurrentVersionOutputReference 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(): DataOciCertificatesManagementCertificateAuthorityCurrentVersion | undefined; set internalValue(value: DataOciCertificatesManagementCertificateAuthorityCurrentVersion | undefined); get certificateAuthorityId(): string; get issuerCaVersionNumber(): string; private _revocationStatus; get revocationStatus(): DataOciCertificatesManagementCertificateAuthorityCurrentVersionRevocationStatusList; get serialNumber(): string; get stages(): string[]; get timeCreated(): string; get timeOfDeletion(): string; private _validity; get validity(): DataOciCertificatesManagementCertificateAuthorityCurrentVersionValidityList; get versionName(): string; get versionNumber(): string; } export declare class DataOciCertificatesManagementCertificateAuthorityCurrentVersionList 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): DataOciCertificatesManagementCertificateAuthorityCurrentVersionOutputReference; } export interface DataOciCertificatesManagementCertificateAuthoritySubject { } export declare function dataOciCertificatesManagementCertificateAuthoritySubjectToTerraform(struct?: DataOciCertificatesManagementCertificateAuthoritySubject): any; export declare function dataOciCertificatesManagementCertificateAuthoritySubjectToHclTerraform(struct?: DataOciCertificatesManagementCertificateAuthoritySubject): any; export declare class DataOciCertificatesManagementCertificateAuthoritySubjectOutputReference 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(): DataOciCertificatesManagementCertificateAuthoritySubject | undefined; set internalValue(value: DataOciCertificatesManagementCertificateAuthoritySubject | undefined); get commonName(): string; get country(): string; get distinguishedNameQualifier(): string; get domainComponent(): string; get generationQualifier(): string; get givenName(): string; get initials(): string; get localityName(): string; get organization(): string; get organizationalUnit(): string; get pseudonym(): string; get serialNumber(): string; get stateOrProvinceName(): string; get street(): string; get surname(): string; get title(): string; get userId(): string; } export declare class DataOciCertificatesManagementCertificateAuthoritySubjectList 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): DataOciCertificatesManagementCertificateAuthoritySubjectOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/certificates_management_certificate_authority oci_certificates_management_certificate_authority} */ export declare class DataOciCertificatesManagementCertificateAuthority extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_certificates_management_certificate_authority"; /** * Generates CDKTF code for importing a DataOciCertificatesManagementCertificateAuthority 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 DataOciCertificatesManagementCertificateAuthority to import * @param importFromId The id of the existing DataOciCertificatesManagementCertificateAuthority that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/certificates_management_certificate_authority#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciCertificatesManagementCertificateAuthority 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/certificates_management_certificate_authority oci_certificates_management_certificate_authority} 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 DataOciCertificatesManagementCertificateAuthorityConfig */ constructor(scope: Construct, id: string, config: DataOciCertificatesManagementCertificateAuthorityConfig); private _certificateAuthorityConfig; get certificateAuthorityConfig(): DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityConfigList; private _certificateAuthorityId?; get certificateAuthorityId(): string; set certificateAuthorityId(value: string); get certificateAuthorityIdInput(): string | undefined; private _certificateAuthorityRules; get certificateAuthorityRules(): DataOciCertificatesManagementCertificateAuthorityCertificateAuthorityRulesList; private _certificateRevocationListDetails; get certificateRevocationListDetails(): DataOciCertificatesManagementCertificateAuthorityCertificateRevocationListDetailsList; get compartmentId(): string; get configType(): string; private _currentVersion; get currentVersion(): DataOciCertificatesManagementCertificateAuthorityCurrentVersionList; private _definedTags; get definedTags(): cdktf.StringMap; get description(): string; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; get issuerCertificateAuthorityId(): string; get kmsKeyId(): string; get lifecycleDetails(): string; get name(): string; get signingAlgorithm(): string; get state(): string; private _subject; get subject(): DataOciCertificatesManagementCertificateAuthoritySubjectList; get timeCreated(): string; get timeOfDeletion(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }