UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

363 lines (362 loc) 20.9 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsMyAuthTokensConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_auth_tokens#authorization DataOciIdentityDomainsMyAuthTokens#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_auth_tokens#compartment_id DataOciIdentityDomainsMyAuthTokens#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_my_auth_tokens#id DataOciIdentityDomainsMyAuthTokens#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_auth_tokens#idcs_endpoint DataOciIdentityDomainsMyAuthTokens#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_auth_tokens#my_auth_token_count DataOciIdentityDomainsMyAuthTokens#my_auth_token_count} */ readonly myAuthTokenCount?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_auth_tokens#my_auth_token_filter DataOciIdentityDomainsMyAuthTokens#my_auth_token_filter} */ readonly myAuthTokenFilter?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_auth_tokens#resource_type_schema_version DataOciIdentityDomainsMyAuthTokens#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_my_auth_tokens#sort_by DataOciIdentityDomainsMyAuthTokens#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_my_auth_tokens#sort_order DataOciIdentityDomainsMyAuthTokens#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_my_auth_tokens#start_index DataOciIdentityDomainsMyAuthTokens#start_index} */ readonly startIndex?: number; } export interface DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsCreatedBy { } export declare function dataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsCreatedBy): any; export declare function dataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsCreatedBy): any; export declare class DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsCreatedByList 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): DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsLastModifiedByList 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): DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsMyAuthTokensMyAuthTokensMeta { } export declare function dataOciIdentityDomainsMyAuthTokensMyAuthTokensMetaToTerraform(struct?: DataOciIdentityDomainsMyAuthTokensMyAuthTokensMeta): any; export declare function dataOciIdentityDomainsMyAuthTokensMyAuthTokensMetaToHclTerraform(struct?: DataOciIdentityDomainsMyAuthTokensMyAuthTokensMeta): any; export declare class DataOciIdentityDomainsMyAuthTokensMyAuthTokensMetaOutputReference 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(): DataOciIdentityDomainsMyAuthTokensMyAuthTokensMeta | undefined; set internalValue(value: DataOciIdentityDomainsMyAuthTokensMyAuthTokensMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsMyAuthTokensMyAuthTokensMetaList 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): DataOciIdentityDomainsMyAuthTokensMyAuthTokensMetaOutputReference; } export interface DataOciIdentityDomainsMyAuthTokensMyAuthTokensTags { } export declare function dataOciIdentityDomainsMyAuthTokensMyAuthTokensTagsToTerraform(struct?: DataOciIdentityDomainsMyAuthTokensMyAuthTokensTags): any; export declare function dataOciIdentityDomainsMyAuthTokensMyAuthTokensTagsToHclTerraform(struct?: DataOciIdentityDomainsMyAuthTokensMyAuthTokensTags): any; export declare class DataOciIdentityDomainsMyAuthTokensMyAuthTokensTagsOutputReference 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(): DataOciIdentityDomainsMyAuthTokensMyAuthTokensTags | undefined; set internalValue(value: DataOciIdentityDomainsMyAuthTokensMyAuthTokensTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsMyAuthTokensMyAuthTokensTagsList 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): DataOciIdentityDomainsMyAuthTokensMyAuthTokensTagsOutputReference; } export interface DataOciIdentityDomainsMyAuthTokensMyAuthTokensUser { } export declare function dataOciIdentityDomainsMyAuthTokensMyAuthTokensUserToTerraform(struct?: DataOciIdentityDomainsMyAuthTokensMyAuthTokensUser): any; export declare function dataOciIdentityDomainsMyAuthTokensMyAuthTokensUserToHclTerraform(struct?: DataOciIdentityDomainsMyAuthTokensMyAuthTokensUser): any; export declare class DataOciIdentityDomainsMyAuthTokensMyAuthTokensUserOutputReference 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(): DataOciIdentityDomainsMyAuthTokensMyAuthTokensUser | undefined; set internalValue(value: DataOciIdentityDomainsMyAuthTokensMyAuthTokensUser | undefined); get display(): string; get name(): string; get ocid(): string; get ref(): string; get value(): string; } export declare class DataOciIdentityDomainsMyAuthTokensMyAuthTokensUserList 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): DataOciIdentityDomainsMyAuthTokensMyAuthTokensUserOutputReference; } export interface DataOciIdentityDomainsMyAuthTokensMyAuthTokens { } export declare function dataOciIdentityDomainsMyAuthTokensMyAuthTokensToTerraform(struct?: DataOciIdentityDomainsMyAuthTokensMyAuthTokens): any; export declare function dataOciIdentityDomainsMyAuthTokensMyAuthTokensToHclTerraform(struct?: DataOciIdentityDomainsMyAuthTokensMyAuthTokens): any; export declare class DataOciIdentityDomainsMyAuthTokensMyAuthTokensOutputReference 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(): DataOciIdentityDomainsMyAuthTokensMyAuthTokens | undefined; set internalValue(value: DataOciIdentityDomainsMyAuthTokensMyAuthTokens | undefined); get authorization(): string; get compartmentOcid(): string; get deleteInProgress(): cdktf.IResolvable; get description(): string; get domainOcid(): string; get expiresOn(): string; get id(): string; private _idcsCreatedBy; get idcsCreatedBy(): DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsCreatedByList; get idcsEndpoint(): string; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsMyAuthTokensMyAuthTokensIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; private _meta; get meta(): DataOciIdentityDomainsMyAuthTokensMyAuthTokensMetaList; get ocid(): string; get resourceTypeSchemaVersion(): string; get schemas(): string[]; get status(): string; private _tags; get tags(): DataOciIdentityDomainsMyAuthTokensMyAuthTokensTagsList; get tenancyOcid(): string; private _user; get user(): DataOciIdentityDomainsMyAuthTokensMyAuthTokensUserList; } export declare class DataOciIdentityDomainsMyAuthTokensMyAuthTokensList 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): DataOciIdentityDomainsMyAuthTokensMyAuthTokensOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_auth_tokens oci_identity_domains_my_auth_tokens} */ export declare class DataOciIdentityDomainsMyAuthTokens extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_my_auth_tokens"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsMyAuthTokens 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 DataOciIdentityDomainsMyAuthTokens to import * @param importFromId The id of the existing DataOciIdentityDomainsMyAuthTokens that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_auth_tokens#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsMyAuthTokens 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_auth_tokens oci_identity_domains_my_auth_tokens} 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 DataOciIdentityDomainsMyAuthTokensConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsMyAuthTokensConfig); 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; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _idcsEndpoint?; get idcsEndpoint(): string; set idcsEndpoint(value: string); get idcsEndpointInput(): string | undefined; get itemsPerPage(): number; private _myAuthTokenCount?; get myAuthTokenCount(): number; set myAuthTokenCount(value: number); resetMyAuthTokenCount(): void; get myAuthTokenCountInput(): number | undefined; private _myAuthTokenFilter?; get myAuthTokenFilter(): string; set myAuthTokenFilter(value: string); resetMyAuthTokenFilter(): void; get myAuthTokenFilterInput(): string | undefined; private _myAuthTokens; get myAuthTokens(): DataOciIdentityDomainsMyAuthTokensMyAuthTokensList; 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; }; }