UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

236 lines (235 loc) 14 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsOauthClientCertificateConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth_client_certificate#authorization DataOciIdentityDomainsOauthClientCertificate#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_client_certificate#idcs_endpoint DataOciIdentityDomainsOauthClientCertificate#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_client_certificate#o_auth_client_certificate_id DataOciIdentityDomainsOauthClientCertificate#o_auth_client_certificate_id} */ readonly oAuthClientCertificateId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth_client_certificate#resource_type_schema_version DataOciIdentityDomainsOauthClientCertificate#resource_type_schema_version} */ readonly resourceTypeSchemaVersion?: string; } export interface DataOciIdentityDomainsOauthClientCertificateIdcsCreatedBy { } export declare function dataOciIdentityDomainsOauthClientCertificateIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsOauthClientCertificateIdcsCreatedBy): any; export declare function dataOciIdentityDomainsOauthClientCertificateIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsOauthClientCertificateIdcsCreatedBy): any; export declare class DataOciIdentityDomainsOauthClientCertificateIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsOauthClientCertificateIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsOauthClientCertificateIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsOauthClientCertificateIdcsCreatedByList 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): DataOciIdentityDomainsOauthClientCertificateIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsOauthClientCertificateIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsOauthClientCertificateIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsOauthClientCertificateIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsOauthClientCertificateIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsOauthClientCertificateIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsOauthClientCertificateIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsOauthClientCertificateIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsOauthClientCertificateIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsOauthClientCertificateIdcsLastModifiedByList 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): DataOciIdentityDomainsOauthClientCertificateIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsOauthClientCertificateMeta { } export declare function dataOciIdentityDomainsOauthClientCertificateMetaToTerraform(struct?: DataOciIdentityDomainsOauthClientCertificateMeta): any; export declare function dataOciIdentityDomainsOauthClientCertificateMetaToHclTerraform(struct?: DataOciIdentityDomainsOauthClientCertificateMeta): any; export declare class DataOciIdentityDomainsOauthClientCertificateMetaOutputReference 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(): DataOciIdentityDomainsOauthClientCertificateMeta | undefined; set internalValue(value: DataOciIdentityDomainsOauthClientCertificateMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsOauthClientCertificateMetaList 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): DataOciIdentityDomainsOauthClientCertificateMetaOutputReference; } export interface DataOciIdentityDomainsOauthClientCertificateTags { } export declare function dataOciIdentityDomainsOauthClientCertificateTagsToTerraform(struct?: DataOciIdentityDomainsOauthClientCertificateTags): any; export declare function dataOciIdentityDomainsOauthClientCertificateTagsToHclTerraform(struct?: DataOciIdentityDomainsOauthClientCertificateTags): any; export declare class DataOciIdentityDomainsOauthClientCertificateTagsOutputReference 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(): DataOciIdentityDomainsOauthClientCertificateTags | undefined; set internalValue(value: DataOciIdentityDomainsOauthClientCertificateTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsOauthClientCertificateTagsList 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): DataOciIdentityDomainsOauthClientCertificateTagsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth_client_certificate oci_identity_domains_oauth_client_certificate} */ export declare class DataOciIdentityDomainsOauthClientCertificate extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_oauth_client_certificate"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsOauthClientCertificate 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 DataOciIdentityDomainsOauthClientCertificate to import * @param importFromId The id of the existing DataOciIdentityDomainsOauthClientCertificate that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth_client_certificate#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsOauthClientCertificate 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_client_certificate oci_identity_domains_oauth_client_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 DataOciIdentityDomainsOauthClientCertificateConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsOauthClientCertificateConfig); 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(): DataOciIdentityDomainsOauthClientCertificateIdcsCreatedByList; private _idcsEndpoint?; get idcsEndpoint(): string; set idcsEndpoint(value: string); get idcsEndpointInput(): string | undefined; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsOauthClientCertificateIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; get keyStoreId(): string; get keyStoreName(): string; get keyStorePassword(): string; get map(): string; private _meta; get meta(): DataOciIdentityDomainsOauthClientCertificateMetaList; private _oAuthClientCertificateId?; get oAuthClientCertificateId(): string; set oAuthClientCertificateId(value: string); get oAuthClientCertificateIdInput(): 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(): DataOciIdentityDomainsOauthClientCertificateTagsList; get tenancyOcid(): string; get x509Base64Certificate(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }