rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
582 lines (581 loc) • 34.9 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsAccountMgmtInfosConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_account_mgmt_infos#account_mgmt_info_count DataOciIdentityDomainsAccountMgmtInfos#account_mgmt_info_count}
*/
readonly accountMgmtInfoCount?: number;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_account_mgmt_infos#account_mgmt_info_filter DataOciIdentityDomainsAccountMgmtInfos#account_mgmt_info_filter}
*/
readonly accountMgmtInfoFilter?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_account_mgmt_infos#attribute_sets DataOciIdentityDomainsAccountMgmtInfos#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_account_mgmt_infos#attributes DataOciIdentityDomainsAccountMgmtInfos#attributes}
*/
readonly attributes?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_account_mgmt_infos#authorization DataOciIdentityDomainsAccountMgmtInfos#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_account_mgmt_infos#compartment_id DataOciIdentityDomainsAccountMgmtInfos#compartment_id}
*/
readonly compartmentId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_account_mgmt_infos#idcs_endpoint DataOciIdentityDomainsAccountMgmtInfos#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_account_mgmt_infos#resource_type_schema_version DataOciIdentityDomainsAccountMgmtInfos#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_account_mgmt_infos#sort_by DataOciIdentityDomainsAccountMgmtInfos#sort_by}
*/
readonly sortBy?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_account_mgmt_infos#sort_order DataOciIdentityDomainsAccountMgmtInfos#sort_order}
*/
readonly sortOrder?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_account_mgmt_infos#start_index DataOciIdentityDomainsAccountMgmtInfos#start_index}
*/
readonly startIndex?: number;
}
export interface DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosApp {
}
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosAppToTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosApp): any;
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosAppToHclTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosApp): any;
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosAppOutputReference 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(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosApp | undefined;
set internalValue(value: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosApp | undefined);
get active(): cdktf.IResolvable;
get appIcon(): string;
get appThumbnail(): string;
get audience(): string;
get description(): string;
get display(): string;
get isAliasApp(): cdktf.IResolvable;
get isAuthoritative(): cdktf.IResolvable;
get isLoginTarget(): cdktf.IResolvable;
get isManagedApp(): cdktf.IResolvable;
get isOauthResource(): cdktf.IResolvable;
get isOpcService(): cdktf.IResolvable;
get isUnmanagedApp(): cdktf.IResolvable;
get loginMechanism(): string;
get meterAsOpcService(): cdktf.IResolvable;
get ref(): string;
get serviceTypeUrn(): string;
get showInMyApps(): cdktf.IResolvable;
get value(): string;
}
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosAppList 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): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosAppOutputReference;
}
export interface DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsCreatedByList 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): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsLastModifiedByList 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): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMatchingOwners {
}
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMatchingOwnersToTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMatchingOwners): any;
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMatchingOwnersToHclTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMatchingOwners): any;
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMatchingOwnersOutputReference 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(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMatchingOwners | undefined;
set internalValue(value: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMatchingOwners | undefined);
get display(): string;
get email(): string;
get ref(): string;
get userName(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMatchingOwnersList 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): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMatchingOwnersOutputReference;
}
export interface DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMeta {
}
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMetaToTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMeta): any;
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMetaToHclTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMeta): any;
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMetaOutputReference 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(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMeta | undefined;
set internalValue(value: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMetaList 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): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMetaOutputReference;
}
export interface DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosObjectClass {
}
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosObjectClassToTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosObjectClass): any;
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosObjectClassToHclTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosObjectClass): any;
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosObjectClassOutputReference 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(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosObjectClass | undefined;
set internalValue(value: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosObjectClass | undefined);
get display(): string;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosObjectClassList 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): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosObjectClassOutputReference;
}
export interface DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosOwner {
}
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosOwnerToTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosOwner): any;
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosOwnerToHclTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosOwner): any;
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosOwnerOutputReference 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(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosOwner | undefined;
set internalValue(value: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosOwner | undefined);
get display(): string;
get email(): string;
get ref(): string;
get userName(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosOwnerList 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): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosOwnerOutputReference;
}
export interface DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosResourceType {
}
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosResourceTypeToTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosResourceType): any;
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosResourceTypeToHclTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosResourceType): any;
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosResourceTypeOutputReference 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(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosResourceType | undefined;
set internalValue(value: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosResourceType | undefined);
get display(): string;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosResourceTypeList 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): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosResourceTypeOutputReference;
}
export interface DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosTags {
}
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosTagsToTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosTags): any;
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosTagsToHclTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosTags): any;
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosTagsOutputReference 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(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosTags | undefined;
set internalValue(value: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosTagsList 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): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosTagsOutputReference;
}
export interface DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosUserWalletArtifact {
}
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosUserWalletArtifactToTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosUserWalletArtifact): any;
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosUserWalletArtifactToHclTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosUserWalletArtifact): any;
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosUserWalletArtifactOutputReference 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(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosUserWalletArtifact | undefined;
set internalValue(value: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosUserWalletArtifact | undefined);
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosUserWalletArtifactList 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): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosUserWalletArtifactOutputReference;
}
export interface DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfos {
}
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosToTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfos): any;
export declare function dataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosToHclTerraform(struct?: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfos): any;
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosOutputReference 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(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfos | undefined;
set internalValue(value: DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfos | undefined);
get accountMgmtInfoId(): string;
get accountType(): string;
get active(): cdktf.IResolvable;
private _app;
get app(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosAppList;
get attributeSets(): string[];
get attributes(): string;
get authorization(): string;
get compartmentOcid(): string;
get compositeKey(): string;
get deleteInProgress(): cdktf.IResolvable;
get doNotBackFillGrants(): cdktf.IResolvable;
get doNotPerformActionOnTarget(): cdktf.IResolvable;
get domainOcid(): string;
get favorite(): cdktf.IResolvable;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsCreatedByList;
get idcsEndpoint(): string;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
get isAccount(): cdktf.IResolvable;
get lastAccessed(): string;
private _matchingOwners;
get matchingOwners(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMatchingOwnersList;
private _meta;
get meta(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosMetaList;
get name(): string;
private _objectClass;
get objectClass(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosObjectClassList;
get ocid(): string;
get operationContext(): string;
private _owner;
get owner(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosOwnerList;
get previewOnly(): cdktf.IResolvable;
private _resourceType;
get resourceType(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosResourceTypeList;
get resourceTypeSchemaVersion(): string;
get schemas(): string[];
get syncResponse(): string;
get syncSituation(): string;
get syncTimestamp(): string;
private _tags;
get tags(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosTagsList;
get tenancyOcid(): string;
get uid(): string;
private _userWalletArtifact;
get userWalletArtifact(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosUserWalletArtifactList;
}
export declare class DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosList 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): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_account_mgmt_infos oci_identity_domains_account_mgmt_infos}
*/
export declare class DataOciIdentityDomainsAccountMgmtInfos extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_account_mgmt_infos";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsAccountMgmtInfos 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 DataOciIdentityDomainsAccountMgmtInfos to import
* @param importFromId The id of the existing DataOciIdentityDomainsAccountMgmtInfos that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_account_mgmt_infos#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsAccountMgmtInfos 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_account_mgmt_infos oci_identity_domains_account_mgmt_infos} 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 DataOciIdentityDomainsAccountMgmtInfosConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsAccountMgmtInfosConfig);
private _accountMgmtInfoCount?;
get accountMgmtInfoCount(): number;
set accountMgmtInfoCount(value: number);
resetAccountMgmtInfoCount(): void;
get accountMgmtInfoCountInput(): number | undefined;
private _accountMgmtInfoFilter?;
get accountMgmtInfoFilter(): string;
set accountMgmtInfoFilter(value: string);
resetAccountMgmtInfoFilter(): void;
get accountMgmtInfoFilterInput(): string | undefined;
private _accountMgmtInfos;
get accountMgmtInfos(): DataOciIdentityDomainsAccountMgmtInfosAccountMgmtInfosList;
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;
private _compartmentId?;
get compartmentId(): string;
set compartmentId(value: string);
resetCompartmentId(): void;
get compartmentIdInput(): string | undefined;
get id(): string;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
get itemsPerPage(): number;
private _resourceTypeSchemaVersion?;
get resourceTypeSchemaVersion(): string;
set resourceTypeSchemaVersion(value: string);
resetResourceTypeSchemaVersion(): void;
get resourceTypeSchemaVersionInput(): string | undefined;
get schemas(): string[];
private _sortBy?;
get sortBy(): string;
set sortBy(value: string);
resetSortBy(): void;
get sortByInput(): string | undefined;
private _sortOrder?;
get sortOrder(): string;
set sortOrder(value: string);
resetSortOrder(): void;
get sortOrderInput(): string | undefined;
private _startIndex?;
get startIndex(): number;
set startIndex(value: number);
resetStartIndex(): void;
get startIndexInput(): number | undefined;
get totalResults(): number;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}