UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

418 lines (417 loc) 24.3 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsAuthTokensConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_auth_tokens#attribute_sets DataOciIdentityDomainsAuthTokens#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_auth_tokens#attributes DataOciIdentityDomainsAuthTokens#attributes} */ readonly attributes?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_auth_tokens#auth_token_count DataOciIdentityDomainsAuthTokens#auth_token_count} */ readonly authTokenCount?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_auth_tokens#auth_token_filter DataOciIdentityDomainsAuthTokens#auth_token_filter} */ readonly authTokenFilter?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_auth_tokens#authorization DataOciIdentityDomainsAuthTokens#authorization} */ readonly authorization?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_auth_tokens#compartment_id DataOciIdentityDomainsAuthTokens#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_auth_tokens#id DataOciIdentityDomainsAuthTokens#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_auth_tokens#idcs_endpoint DataOciIdentityDomainsAuthTokens#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_auth_tokens#resource_type_schema_version DataOciIdentityDomainsAuthTokens#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_auth_tokens#sort_by DataOciIdentityDomainsAuthTokens#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_auth_tokens#sort_order DataOciIdentityDomainsAuthTokens#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_auth_tokens#start_index DataOciIdentityDomainsAuthTokens#start_index} */ readonly startIndex?: number; } export interface DataOciIdentityDomainsAuthTokensAuthTokensIdcsCreatedBy { } export declare function dataOciIdentityDomainsAuthTokensAuthTokensIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsAuthTokensAuthTokensIdcsCreatedBy): any; export declare function dataOciIdentityDomainsAuthTokensAuthTokensIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsAuthTokensAuthTokensIdcsCreatedBy): any; export declare class DataOciIdentityDomainsAuthTokensAuthTokensIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsAuthTokensAuthTokensIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsAuthTokensAuthTokensIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsAuthTokensAuthTokensIdcsCreatedByList 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): DataOciIdentityDomainsAuthTokensAuthTokensIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsAuthTokensAuthTokensIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsAuthTokensAuthTokensIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsAuthTokensAuthTokensIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsAuthTokensAuthTokensIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsAuthTokensAuthTokensIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsAuthTokensAuthTokensIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsAuthTokensAuthTokensIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsAuthTokensAuthTokensIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsAuthTokensAuthTokensIdcsLastModifiedByList 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): DataOciIdentityDomainsAuthTokensAuthTokensIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsAuthTokensAuthTokensMeta { } export declare function dataOciIdentityDomainsAuthTokensAuthTokensMetaToTerraform(struct?: DataOciIdentityDomainsAuthTokensAuthTokensMeta): any; export declare function dataOciIdentityDomainsAuthTokensAuthTokensMetaToHclTerraform(struct?: DataOciIdentityDomainsAuthTokensAuthTokensMeta): any; export declare class DataOciIdentityDomainsAuthTokensAuthTokensMetaOutputReference 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(): DataOciIdentityDomainsAuthTokensAuthTokensMeta | undefined; set internalValue(value: DataOciIdentityDomainsAuthTokensAuthTokensMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsAuthTokensAuthTokensMetaList 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): DataOciIdentityDomainsAuthTokensAuthTokensMetaOutputReference; } export interface DataOciIdentityDomainsAuthTokensAuthTokensTags { } export declare function dataOciIdentityDomainsAuthTokensAuthTokensTagsToTerraform(struct?: DataOciIdentityDomainsAuthTokensAuthTokensTags): any; export declare function dataOciIdentityDomainsAuthTokensAuthTokensTagsToHclTerraform(struct?: DataOciIdentityDomainsAuthTokensAuthTokensTags): any; export declare class DataOciIdentityDomainsAuthTokensAuthTokensTagsOutputReference 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(): DataOciIdentityDomainsAuthTokensAuthTokensTags | undefined; set internalValue(value: DataOciIdentityDomainsAuthTokensAuthTokensTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsAuthTokensAuthTokensTagsList 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): DataOciIdentityDomainsAuthTokensAuthTokensTagsOutputReference; } export interface DataOciIdentityDomainsAuthTokensAuthTokensUrnietfparamsscimschemasoracleidcsextensionselfChangeUser { } export declare function dataOciIdentityDomainsAuthTokensAuthTokensUrnietfparamsscimschemasoracleidcsextensionselfChangeUserToTerraform(struct?: DataOciIdentityDomainsAuthTokensAuthTokensUrnietfparamsscimschemasoracleidcsextensionselfChangeUser): any; export declare function dataOciIdentityDomainsAuthTokensAuthTokensUrnietfparamsscimschemasoracleidcsextensionselfChangeUserToHclTerraform(struct?: DataOciIdentityDomainsAuthTokensAuthTokensUrnietfparamsscimschemasoracleidcsextensionselfChangeUser): any; export declare class DataOciIdentityDomainsAuthTokensAuthTokensUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference 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(): DataOciIdentityDomainsAuthTokensAuthTokensUrnietfparamsscimschemasoracleidcsextensionselfChangeUser | undefined; set internalValue(value: DataOciIdentityDomainsAuthTokensAuthTokensUrnietfparamsscimschemasoracleidcsextensionselfChangeUser | undefined); get allowSelfChange(): cdktf.IResolvable; } export declare class DataOciIdentityDomainsAuthTokensAuthTokensUrnietfparamsscimschemasoracleidcsextensionselfChangeUserList 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): DataOciIdentityDomainsAuthTokensAuthTokensUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference; } export interface DataOciIdentityDomainsAuthTokensAuthTokensUser { } export declare function dataOciIdentityDomainsAuthTokensAuthTokensUserToTerraform(struct?: DataOciIdentityDomainsAuthTokensAuthTokensUser): any; export declare function dataOciIdentityDomainsAuthTokensAuthTokensUserToHclTerraform(struct?: DataOciIdentityDomainsAuthTokensAuthTokensUser): any; export declare class DataOciIdentityDomainsAuthTokensAuthTokensUserOutputReference 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(): DataOciIdentityDomainsAuthTokensAuthTokensUser | undefined; set internalValue(value: DataOciIdentityDomainsAuthTokensAuthTokensUser | undefined); get display(): string; get name(): string; get ocid(): string; get ref(): string; get value(): string; } export declare class DataOciIdentityDomainsAuthTokensAuthTokensUserList 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): DataOciIdentityDomainsAuthTokensAuthTokensUserOutputReference; } export interface DataOciIdentityDomainsAuthTokensAuthTokens { } export declare function dataOciIdentityDomainsAuthTokensAuthTokensToTerraform(struct?: DataOciIdentityDomainsAuthTokensAuthTokens): any; export declare function dataOciIdentityDomainsAuthTokensAuthTokensToHclTerraform(struct?: DataOciIdentityDomainsAuthTokensAuthTokens): any; export declare class DataOciIdentityDomainsAuthTokensAuthTokensOutputReference 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(): DataOciIdentityDomainsAuthTokensAuthTokens | undefined; set internalValue(value: DataOciIdentityDomainsAuthTokensAuthTokens | undefined); get attributeSets(): string[]; get attributes(): string; 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(): DataOciIdentityDomainsAuthTokensAuthTokensIdcsCreatedByList; get idcsEndpoint(): string; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsAuthTokensAuthTokensIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; private _meta; get meta(): DataOciIdentityDomainsAuthTokensAuthTokensMetaList; get ocid(): string; get resourceTypeSchemaVersion(): string; get schemas(): string[]; get status(): string; private _tags; get tags(): DataOciIdentityDomainsAuthTokensAuthTokensTagsList; get tenancyOcid(): string; get token(): string; private _urnietfparamsscimschemasoracleidcsextensionselfChangeUser; get urnietfparamsscimschemasoracleidcsextensionselfChangeUser(): DataOciIdentityDomainsAuthTokensAuthTokensUrnietfparamsscimschemasoracleidcsextensionselfChangeUserList; private _user; get user(): DataOciIdentityDomainsAuthTokensAuthTokensUserList; } export declare class DataOciIdentityDomainsAuthTokensAuthTokensList 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): DataOciIdentityDomainsAuthTokensAuthTokensOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_auth_tokens oci_identity_domains_auth_tokens} */ export declare class DataOciIdentityDomainsAuthTokens extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_auth_tokens"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsAuthTokens 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 DataOciIdentityDomainsAuthTokens to import * @param importFromId The id of the existing DataOciIdentityDomainsAuthTokens that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_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 DataOciIdentityDomainsAuthTokens 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_auth_tokens oci_identity_domains_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 DataOciIdentityDomainsAuthTokensConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsAuthTokensConfig); 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 _authTokenCount?; get authTokenCount(): number; set authTokenCount(value: number); resetAuthTokenCount(): void; get authTokenCountInput(): number | undefined; private _authTokenFilter?; get authTokenFilter(): string; set authTokenFilter(value: string); resetAuthTokenFilter(): void; get authTokenFilterInput(): string | undefined; private _authTokens; get authTokens(): DataOciIdentityDomainsAuthTokensAuthTokensList; 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 _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; }; }