UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

334 lines (333 loc) 19.5 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsMyTrustedUserAgentConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_trusted_user_agent#attribute_sets DataOciIdentityDomainsMyTrustedUserAgent#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_my_trusted_user_agent#attributes DataOciIdentityDomainsMyTrustedUserAgent#attributes} */ readonly attributes?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_trusted_user_agent#authorization DataOciIdentityDomainsMyTrustedUserAgent#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_trusted_user_agent#id DataOciIdentityDomainsMyTrustedUserAgent#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_trusted_user_agent#idcs_endpoint DataOciIdentityDomainsMyTrustedUserAgent#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_trusted_user_agent#my_trusted_user_agent_id DataOciIdentityDomainsMyTrustedUserAgent#my_trusted_user_agent_id} */ readonly myTrustedUserAgentId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_trusted_user_agent#resource_type_schema_version DataOciIdentityDomainsMyTrustedUserAgent#resource_type_schema_version} */ readonly resourceTypeSchemaVersion?: string; } export interface DataOciIdentityDomainsMyTrustedUserAgentIdcsCreatedBy { } export declare function dataOciIdentityDomainsMyTrustedUserAgentIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentIdcsCreatedBy): any; export declare function dataOciIdentityDomainsMyTrustedUserAgentIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentIdcsCreatedBy): any; export declare class DataOciIdentityDomainsMyTrustedUserAgentIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsMyTrustedUserAgentIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsMyTrustedUserAgentIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsMyTrustedUserAgentIdcsCreatedByList 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): DataOciIdentityDomainsMyTrustedUserAgentIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsMyTrustedUserAgentIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsMyTrustedUserAgentIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsMyTrustedUserAgentIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsMyTrustedUserAgentIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsMyTrustedUserAgentIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsMyTrustedUserAgentIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsMyTrustedUserAgentIdcsLastModifiedByList 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): DataOciIdentityDomainsMyTrustedUserAgentIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsMyTrustedUserAgentMeta { } export declare function dataOciIdentityDomainsMyTrustedUserAgentMetaToTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentMeta): any; export declare function dataOciIdentityDomainsMyTrustedUserAgentMetaToHclTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentMeta): any; export declare class DataOciIdentityDomainsMyTrustedUserAgentMetaOutputReference 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(): DataOciIdentityDomainsMyTrustedUserAgentMeta | undefined; set internalValue(value: DataOciIdentityDomainsMyTrustedUserAgentMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsMyTrustedUserAgentMetaList 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): DataOciIdentityDomainsMyTrustedUserAgentMetaOutputReference; } export interface DataOciIdentityDomainsMyTrustedUserAgentTags { } export declare function dataOciIdentityDomainsMyTrustedUserAgentTagsToTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentTags): any; export declare function dataOciIdentityDomainsMyTrustedUserAgentTagsToHclTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentTags): any; export declare class DataOciIdentityDomainsMyTrustedUserAgentTagsOutputReference 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(): DataOciIdentityDomainsMyTrustedUserAgentTags | undefined; set internalValue(value: DataOciIdentityDomainsMyTrustedUserAgentTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsMyTrustedUserAgentTagsList 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): DataOciIdentityDomainsMyTrustedUserAgentTagsOutputReference; } export interface DataOciIdentityDomainsMyTrustedUserAgentTrustedFactors { } export declare function dataOciIdentityDomainsMyTrustedUserAgentTrustedFactorsToTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentTrustedFactors): any; export declare function dataOciIdentityDomainsMyTrustedUserAgentTrustedFactorsToHclTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentTrustedFactors): any; export declare class DataOciIdentityDomainsMyTrustedUserAgentTrustedFactorsOutputReference 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(): DataOciIdentityDomainsMyTrustedUserAgentTrustedFactors | undefined; set internalValue(value: DataOciIdentityDomainsMyTrustedUserAgentTrustedFactors | undefined); get category(): string; get creationTime(): string; get type(): string; } export declare class DataOciIdentityDomainsMyTrustedUserAgentTrustedFactorsList 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): DataOciIdentityDomainsMyTrustedUserAgentTrustedFactorsOutputReference; } export interface DataOciIdentityDomainsMyTrustedUserAgentUser { } export declare function dataOciIdentityDomainsMyTrustedUserAgentUserToTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentUser): any; export declare function dataOciIdentityDomainsMyTrustedUserAgentUserToHclTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentUser): any; export declare class DataOciIdentityDomainsMyTrustedUserAgentUserOutputReference 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(): DataOciIdentityDomainsMyTrustedUserAgentUser | undefined; set internalValue(value: DataOciIdentityDomainsMyTrustedUserAgentUser | undefined); get display(): string; get ocid(): string; get ref(): string; get value(): string; } export declare class DataOciIdentityDomainsMyTrustedUserAgentUserList 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): DataOciIdentityDomainsMyTrustedUserAgentUserOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_trusted_user_agent oci_identity_domains_my_trusted_user_agent} */ export declare class DataOciIdentityDomainsMyTrustedUserAgent extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_my_trusted_user_agent"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsMyTrustedUserAgent 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 DataOciIdentityDomainsMyTrustedUserAgent to import * @param importFromId The id of the existing DataOciIdentityDomainsMyTrustedUserAgent that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_trusted_user_agent#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsMyTrustedUserAgent 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_trusted_user_agent oci_identity_domains_my_trusted_user_agent} 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 DataOciIdentityDomainsMyTrustedUserAgentConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsMyTrustedUserAgentConfig); 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 domainOcid(): string; get expiryTime(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _idcsCreatedBy; get idcsCreatedBy(): DataOciIdentityDomainsMyTrustedUserAgentIdcsCreatedByList; private _idcsEndpoint?; get idcsEndpoint(): string; set idcsEndpoint(value: string); get idcsEndpointInput(): string | undefined; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsMyTrustedUserAgentIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; get lastUsedOn(): string; get location(): string; private _meta; get meta(): DataOciIdentityDomainsMyTrustedUserAgentMetaList; private _myTrustedUserAgentId?; get myTrustedUserAgentId(): string; set myTrustedUserAgentId(value: string); get myTrustedUserAgentIdInput(): string | undefined; get name(): string; get ocid(): string; get platform(): string; private _resourceTypeSchemaVersion?; get resourceTypeSchemaVersion(): string; set resourceTypeSchemaVersion(value: string); resetResourceTypeSchemaVersion(): void; get resourceTypeSchemaVersionInput(): string | undefined; get schemas(): string[]; private _tags; get tags(): DataOciIdentityDomainsMyTrustedUserAgentTagsList; get tenancyOcid(): string; get tokenType(): string; get trustToken(): string; private _trustedFactors; get trustedFactors(): DataOciIdentityDomainsMyTrustedUserAgentTrustedFactorsList; private _user; get user(): DataOciIdentityDomainsMyTrustedUserAgentUserList; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }