rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
490 lines (489 loc) • 27.7 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsMyDeviceConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_device#attribute_sets DataOciIdentityDomainsMyDevice#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_device#attributes DataOciIdentityDomainsMyDevice#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_device#authorization DataOciIdentityDomainsMyDevice#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_device#id DataOciIdentityDomainsMyDevice#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_device#idcs_endpoint DataOciIdentityDomainsMyDevice#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_device#my_device_id DataOciIdentityDomainsMyDevice#my_device_id}
*/
readonly myDeviceId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_device#resource_type_schema_version DataOciIdentityDomainsMyDevice#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
}
export interface DataOciIdentityDomainsMyDeviceAdditionalAttributes {
}
export declare function dataOciIdentityDomainsMyDeviceAdditionalAttributesToTerraform(struct?: DataOciIdentityDomainsMyDeviceAdditionalAttributes): any;
export declare function dataOciIdentityDomainsMyDeviceAdditionalAttributesToHclTerraform(struct?: DataOciIdentityDomainsMyDeviceAdditionalAttributes): any;
export declare class DataOciIdentityDomainsMyDeviceAdditionalAttributesOutputReference 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(): DataOciIdentityDomainsMyDeviceAdditionalAttributes | undefined;
set internalValue(value: DataOciIdentityDomainsMyDeviceAdditionalAttributes | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyDeviceAdditionalAttributesList 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): DataOciIdentityDomainsMyDeviceAdditionalAttributesOutputReference;
}
export interface DataOciIdentityDomainsMyDeviceAuthenticationFactors {
}
export declare function dataOciIdentityDomainsMyDeviceAuthenticationFactorsToTerraform(struct?: DataOciIdentityDomainsMyDeviceAuthenticationFactors): any;
export declare function dataOciIdentityDomainsMyDeviceAuthenticationFactorsToHclTerraform(struct?: DataOciIdentityDomainsMyDeviceAuthenticationFactors): any;
export declare class DataOciIdentityDomainsMyDeviceAuthenticationFactorsOutputReference 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(): DataOciIdentityDomainsMyDeviceAuthenticationFactors | undefined;
set internalValue(value: DataOciIdentityDomainsMyDeviceAuthenticationFactors | undefined);
get publicKey(): string;
get status(): string;
get type(): string;
}
export declare class DataOciIdentityDomainsMyDeviceAuthenticationFactorsList 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): DataOciIdentityDomainsMyDeviceAuthenticationFactorsOutputReference;
}
export interface DataOciIdentityDomainsMyDeviceIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsMyDeviceIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsMyDeviceIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsMyDeviceIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsMyDeviceIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsMyDeviceIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsMyDeviceIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsMyDeviceIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyDeviceIdcsCreatedByList 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): DataOciIdentityDomainsMyDeviceIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsMyDeviceIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsMyDeviceIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsMyDeviceIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsMyDeviceIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsMyDeviceIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsMyDeviceIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsMyDeviceIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsMyDeviceIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyDeviceIdcsLastModifiedByList 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): DataOciIdentityDomainsMyDeviceIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsMyDeviceMeta {
}
export declare function dataOciIdentityDomainsMyDeviceMetaToTerraform(struct?: DataOciIdentityDomainsMyDeviceMeta): any;
export declare function dataOciIdentityDomainsMyDeviceMetaToHclTerraform(struct?: DataOciIdentityDomainsMyDeviceMeta): any;
export declare class DataOciIdentityDomainsMyDeviceMetaOutputReference 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(): DataOciIdentityDomainsMyDeviceMeta | undefined;
set internalValue(value: DataOciIdentityDomainsMyDeviceMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsMyDeviceMetaList 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): DataOciIdentityDomainsMyDeviceMetaOutputReference;
}
export interface DataOciIdentityDomainsMyDeviceNonCompliances {
}
export declare function dataOciIdentityDomainsMyDeviceNonCompliancesToTerraform(struct?: DataOciIdentityDomainsMyDeviceNonCompliances): any;
export declare function dataOciIdentityDomainsMyDeviceNonCompliancesToHclTerraform(struct?: DataOciIdentityDomainsMyDeviceNonCompliances): any;
export declare class DataOciIdentityDomainsMyDeviceNonCompliancesOutputReference 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(): DataOciIdentityDomainsMyDeviceNonCompliances | undefined;
set internalValue(value: DataOciIdentityDomainsMyDeviceNonCompliances | undefined);
get action(): string;
get name(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyDeviceNonCompliancesList 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): DataOciIdentityDomainsMyDeviceNonCompliancesOutputReference;
}
export interface DataOciIdentityDomainsMyDevicePushNotificationTarget {
}
export declare function dataOciIdentityDomainsMyDevicePushNotificationTargetToTerraform(struct?: DataOciIdentityDomainsMyDevicePushNotificationTarget): any;
export declare function dataOciIdentityDomainsMyDevicePushNotificationTargetToHclTerraform(struct?: DataOciIdentityDomainsMyDevicePushNotificationTarget): any;
export declare class DataOciIdentityDomainsMyDevicePushNotificationTargetOutputReference 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(): DataOciIdentityDomainsMyDevicePushNotificationTarget | undefined;
set internalValue(value: DataOciIdentityDomainsMyDevicePushNotificationTarget | undefined);
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyDevicePushNotificationTargetList 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): DataOciIdentityDomainsMyDevicePushNotificationTargetOutputReference;
}
export interface DataOciIdentityDomainsMyDeviceTags {
}
export declare function dataOciIdentityDomainsMyDeviceTagsToTerraform(struct?: DataOciIdentityDomainsMyDeviceTags): any;
export declare function dataOciIdentityDomainsMyDeviceTagsToHclTerraform(struct?: DataOciIdentityDomainsMyDeviceTags): any;
export declare class DataOciIdentityDomainsMyDeviceTagsOutputReference 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(): DataOciIdentityDomainsMyDeviceTags | undefined;
set internalValue(value: DataOciIdentityDomainsMyDeviceTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyDeviceTagsList 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): DataOciIdentityDomainsMyDeviceTagsOutputReference;
}
export interface DataOciIdentityDomainsMyDeviceThirdPartyFactor {
}
export declare function dataOciIdentityDomainsMyDeviceThirdPartyFactorToTerraform(struct?: DataOciIdentityDomainsMyDeviceThirdPartyFactor): any;
export declare function dataOciIdentityDomainsMyDeviceThirdPartyFactorToHclTerraform(struct?: DataOciIdentityDomainsMyDeviceThirdPartyFactor): any;
export declare class DataOciIdentityDomainsMyDeviceThirdPartyFactorOutputReference 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(): DataOciIdentityDomainsMyDeviceThirdPartyFactor | undefined;
set internalValue(value: DataOciIdentityDomainsMyDeviceThirdPartyFactor | undefined);
get ref(): string;
get thirdPartyFactorType(): string;
get thirdPartyVendorName(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyDeviceThirdPartyFactorList 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): DataOciIdentityDomainsMyDeviceThirdPartyFactorOutputReference;
}
export interface DataOciIdentityDomainsMyDeviceUser {
}
export declare function dataOciIdentityDomainsMyDeviceUserToTerraform(struct?: DataOciIdentityDomainsMyDeviceUser): any;
export declare function dataOciIdentityDomainsMyDeviceUserToHclTerraform(struct?: DataOciIdentityDomainsMyDeviceUser): any;
export declare class DataOciIdentityDomainsMyDeviceUserOutputReference 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(): DataOciIdentityDomainsMyDeviceUser | undefined;
set internalValue(value: DataOciIdentityDomainsMyDeviceUser | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyDeviceUserList 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): DataOciIdentityDomainsMyDeviceUserOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_device oci_identity_domains_my_device}
*/
export declare class DataOciIdentityDomainsMyDevice extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_my_device";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsMyDevice 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 DataOciIdentityDomainsMyDevice to import
* @param importFromId The id of the existing DataOciIdentityDomainsMyDevice that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_device#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsMyDevice 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_device oci_identity_domains_my_device} 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 DataOciIdentityDomainsMyDeviceConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsMyDeviceConfig);
private _additionalAttributes;
get additionalAttributes(): DataOciIdentityDomainsMyDeviceAdditionalAttributesList;
get appVersion(): string;
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 _authenticationFactors;
get authenticationFactors(): DataOciIdentityDomainsMyDeviceAuthenticationFactorsList;
get authenticationMethod(): string;
private _authorization?;
get authorization(): string;
set authorization(value: string);
resetAuthorization(): void;
get authorizationInput(): string | undefined;
get basePublicKey(): string;
get compartmentOcid(): string;
get countryCode(): string;
get deleteInProgress(): cdktf.IResolvable;
get deviceType(): string;
get deviceUuid(): string;
get displayName(): string;
get domainOcid(): string;
get expiresOn(): number;
get externalId(): string;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsMyDeviceIdcsCreatedByList;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsMyDeviceIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
get isAccRecEnabled(): cdktf.IResolvable;
get isCompliant(): cdktf.IResolvable;
get lastSyncTime(): string;
get lastValidatedTime(): string;
private _meta;
get meta(): DataOciIdentityDomainsMyDeviceMetaList;
private _myDeviceId?;
get myDeviceId(): string;
set myDeviceId(value: string);
get myDeviceIdInput(): string | undefined;
private _nonCompliances;
get nonCompliances(): DataOciIdentityDomainsMyDeviceNonCompliancesList;
get ocid(): string;
get packageId(): string;
get phoneNumber(): string;
get platform(): string;
private _pushNotificationTarget;
get pushNotificationTarget(): DataOciIdentityDomainsMyDevicePushNotificationTargetList;
get reason(): string;
private _resourceTypeSchemaVersion?;
get resourceTypeSchemaVersion(): string;
set resourceTypeSchemaVersion(value: string);
resetResourceTypeSchemaVersion(): void;
get resourceTypeSchemaVersionInput(): string | undefined;
get schemas(): string[];
get seed(): string;
get seedDekId(): string;
get status(): string;
private _tags;
get tags(): DataOciIdentityDomainsMyDeviceTagsList;
get tenancyOcid(): string;
private _thirdPartyFactor;
get thirdPartyFactor(): DataOciIdentityDomainsMyDeviceThirdPartyFactorList;
private _user;
get user(): DataOciIdentityDomainsMyDeviceUserList;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}