UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

428 lines (427 loc) 23.6 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsAppRolesConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_app_roles#app_role_count DataOciIdentityDomainsAppRoles#app_role_count} */ readonly appRoleCount?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_app_roles#app_role_filter DataOciIdentityDomainsAppRoles#app_role_filter} */ readonly appRoleFilter?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_app_roles#attribute_sets DataOciIdentityDomainsAppRoles#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_app_roles#attributes DataOciIdentityDomainsAppRoles#attributes} */ readonly attributes?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_app_roles#authorization DataOciIdentityDomainsAppRoles#authorization} */ readonly authorization?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_app_roles#compartment_id DataOciIdentityDomainsAppRoles#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_app_roles#id DataOciIdentityDomainsAppRoles#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_app_roles#idcs_endpoint DataOciIdentityDomainsAppRoles#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_app_roles#resource_type_schema_version DataOciIdentityDomainsAppRoles#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_app_roles#sort_by DataOciIdentityDomainsAppRoles#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_app_roles#sort_order DataOciIdentityDomainsAppRoles#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_app_roles#start_index DataOciIdentityDomainsAppRoles#start_index} */ readonly startIndex?: number; } export interface DataOciIdentityDomainsAppRolesAppRolesApp { } export declare function dataOciIdentityDomainsAppRolesAppRolesAppToTerraform(struct?: DataOciIdentityDomainsAppRolesAppRolesApp): any; export declare function dataOciIdentityDomainsAppRolesAppRolesAppToHclTerraform(struct?: DataOciIdentityDomainsAppRolesAppRolesApp): any; export declare class DataOciIdentityDomainsAppRolesAppRolesAppOutputReference 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(): DataOciIdentityDomainsAppRolesAppRolesApp | undefined; set internalValue(value: DataOciIdentityDomainsAppRolesAppRolesApp | undefined); get display(): string; get name(): string; get ref(): string; get serviceInstanceIdentifier(): string; get value(): string; } export declare class DataOciIdentityDomainsAppRolesAppRolesAppList 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): DataOciIdentityDomainsAppRolesAppRolesAppOutputReference; } export interface DataOciIdentityDomainsAppRolesAppRolesIdcsCreatedBy { } export declare function dataOciIdentityDomainsAppRolesAppRolesIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsAppRolesAppRolesIdcsCreatedBy): any; export declare function dataOciIdentityDomainsAppRolesAppRolesIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsAppRolesAppRolesIdcsCreatedBy): any; export declare class DataOciIdentityDomainsAppRolesAppRolesIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsAppRolesAppRolesIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsAppRolesAppRolesIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsAppRolesAppRolesIdcsCreatedByList 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): DataOciIdentityDomainsAppRolesAppRolesIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsAppRolesAppRolesIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsAppRolesAppRolesIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsAppRolesAppRolesIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsAppRolesAppRolesIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsAppRolesAppRolesIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsAppRolesAppRolesIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsAppRolesAppRolesIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsAppRolesAppRolesIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsAppRolesAppRolesIdcsLastModifiedByList 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): DataOciIdentityDomainsAppRolesAppRolesIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsAppRolesAppRolesMembers { } export declare function dataOciIdentityDomainsAppRolesAppRolesMembersToTerraform(struct?: DataOciIdentityDomainsAppRolesAppRolesMembers): any; export declare function dataOciIdentityDomainsAppRolesAppRolesMembersToHclTerraform(struct?: DataOciIdentityDomainsAppRolesAppRolesMembers): any; export declare class DataOciIdentityDomainsAppRolesAppRolesMembersOutputReference 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(): DataOciIdentityDomainsAppRolesAppRolesMembers | undefined; set internalValue(value: DataOciIdentityDomainsAppRolesAppRolesMembers | undefined); get display(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsAppRolesAppRolesMembersList 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): DataOciIdentityDomainsAppRolesAppRolesMembersOutputReference; } export interface DataOciIdentityDomainsAppRolesAppRolesMeta { } export declare function dataOciIdentityDomainsAppRolesAppRolesMetaToTerraform(struct?: DataOciIdentityDomainsAppRolesAppRolesMeta): any; export declare function dataOciIdentityDomainsAppRolesAppRolesMetaToHclTerraform(struct?: DataOciIdentityDomainsAppRolesAppRolesMeta): any; export declare class DataOciIdentityDomainsAppRolesAppRolesMetaOutputReference 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(): DataOciIdentityDomainsAppRolesAppRolesMeta | undefined; set internalValue(value: DataOciIdentityDomainsAppRolesAppRolesMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsAppRolesAppRolesMetaList 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): DataOciIdentityDomainsAppRolesAppRolesMetaOutputReference; } export interface DataOciIdentityDomainsAppRolesAppRolesTags { } export declare function dataOciIdentityDomainsAppRolesAppRolesTagsToTerraform(struct?: DataOciIdentityDomainsAppRolesAppRolesTags): any; export declare function dataOciIdentityDomainsAppRolesAppRolesTagsToHclTerraform(struct?: DataOciIdentityDomainsAppRolesAppRolesTags): any; export declare class DataOciIdentityDomainsAppRolesAppRolesTagsOutputReference 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(): DataOciIdentityDomainsAppRolesAppRolesTags | undefined; set internalValue(value: DataOciIdentityDomainsAppRolesAppRolesTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsAppRolesAppRolesTagsList 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): DataOciIdentityDomainsAppRolesAppRolesTagsOutputReference; } export interface DataOciIdentityDomainsAppRolesAppRoles { } export declare function dataOciIdentityDomainsAppRolesAppRolesToTerraform(struct?: DataOciIdentityDomainsAppRolesAppRoles): any; export declare function dataOciIdentityDomainsAppRolesAppRolesToHclTerraform(struct?: DataOciIdentityDomainsAppRolesAppRoles): any; export declare class DataOciIdentityDomainsAppRolesAppRolesOutputReference 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(): DataOciIdentityDomainsAppRolesAppRoles | undefined; set internalValue(value: DataOciIdentityDomainsAppRolesAppRoles | undefined); get adminRole(): cdktf.IResolvable; private _app; get app(): DataOciIdentityDomainsAppRolesAppRolesAppList; get attributeSets(): string[]; get attributes(): string; get authorization(): string; get availableToClients(): cdktf.IResolvable; get availableToGroups(): cdktf.IResolvable; get availableToUsers(): cdktf.IResolvable; get compartmentOcid(): string; get deleteInProgress(): cdktf.IResolvable; get description(): string; get displayName(): string; get domainOcid(): string; get id(): string; private _idcsCreatedBy; get idcsCreatedBy(): DataOciIdentityDomainsAppRolesAppRolesIdcsCreatedByList; get idcsEndpoint(): string; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsAppRolesAppRolesIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; get legacyGroupName(): string; get limitedToOneOrMoreGroups(): cdktf.IResolvable; get localizedDisplayName(): string; private _members; get members(): DataOciIdentityDomainsAppRolesAppRolesMembersList; private _meta; get meta(): DataOciIdentityDomainsAppRolesAppRolesMetaList; get ocid(): string; get public(): cdktf.IResolvable; get resourceTypeSchemaVersion(): string; get schemas(): string[]; private _tags; get tags(): DataOciIdentityDomainsAppRolesAppRolesTagsList; get tenancyOcid(): string; get uniqueName(): string; } export declare class DataOciIdentityDomainsAppRolesAppRolesList 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): DataOciIdentityDomainsAppRolesAppRolesOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_app_roles oci_identity_domains_app_roles} */ export declare class DataOciIdentityDomainsAppRoles extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_app_roles"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsAppRoles 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 DataOciIdentityDomainsAppRoles to import * @param importFromId The id of the existing DataOciIdentityDomainsAppRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_app_roles#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsAppRoles 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_app_roles oci_identity_domains_app_roles} 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 DataOciIdentityDomainsAppRolesConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsAppRolesConfig); private _appRoleCount?; get appRoleCount(): number; set appRoleCount(value: number); resetAppRoleCount(): void; get appRoleCountInput(): number | undefined; private _appRoleFilter?; get appRoleFilter(): string; set appRoleFilter(value: string); resetAppRoleFilter(): void; get appRoleFilterInput(): string | undefined; private _appRoles; get appRoles(): DataOciIdentityDomainsAppRolesAppRolesList; 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; 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; }; }