UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

423 lines (422 loc) 25.8 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsMyTrustedUserAgentsConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_trusted_user_agents#attribute_sets DataOciIdentityDomainsMyTrustedUserAgents#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_trusted_user_agents#attributes DataOciIdentityDomainsMyTrustedUserAgents#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_trusted_user_agents#authorization DataOciIdentityDomainsMyTrustedUserAgents#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_trusted_user_agents#compartment_id DataOciIdentityDomainsMyTrustedUserAgents#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_trusted_user_agents#id DataOciIdentityDomainsMyTrustedUserAgents#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_trusted_user_agents#idcs_endpoint DataOciIdentityDomainsMyTrustedUserAgents#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_trusted_user_agents#my_trusted_user_agent_count DataOciIdentityDomainsMyTrustedUserAgents#my_trusted_user_agent_count} */ readonly myTrustedUserAgentCount?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_trusted_user_agents#my_trusted_user_agent_filter DataOciIdentityDomainsMyTrustedUserAgents#my_trusted_user_agent_filter} */ readonly myTrustedUserAgentFilter?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_trusted_user_agents#resource_type_schema_version DataOciIdentityDomainsMyTrustedUserAgents#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_trusted_user_agents#sort_by DataOciIdentityDomainsMyTrustedUserAgents#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_trusted_user_agents#sort_order DataOciIdentityDomainsMyTrustedUserAgents#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_trusted_user_agents#start_index DataOciIdentityDomainsMyTrustedUserAgents#start_index} */ readonly startIndex?: number; } export interface DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsCreatedBy { } export declare function dataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsCreatedBy): any; export declare function dataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsCreatedBy): any; export declare class DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsCreatedByList 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): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsLastModifiedByList 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): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsMeta { } export declare function dataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsMetaToTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsMeta): any; export declare function dataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsMetaToHclTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsMeta): any; export declare class DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsMetaOutputReference 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(): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsMeta | undefined; set internalValue(value: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsMetaList 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): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsMetaOutputReference; } export interface DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTags { } export declare function dataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTagsToTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTags): any; export declare function dataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTagsToHclTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTags): any; export declare class DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTagsOutputReference 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(): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTags | undefined; set internalValue(value: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTagsList 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): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTagsOutputReference; } export interface DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTrustedFactors { } export declare function dataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTrustedFactorsToTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTrustedFactors): any; export declare function dataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTrustedFactorsToHclTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTrustedFactors): any; export declare class DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTrustedFactorsOutputReference 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(): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTrustedFactors | undefined; set internalValue(value: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTrustedFactors | undefined); get category(): string; get creationTime(): string; get type(): string; } export declare class DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTrustedFactorsList 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): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTrustedFactorsOutputReference; } export interface DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsUser { } export declare function dataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsUserToTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsUser): any; export declare function dataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsUserToHclTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsUser): any; export declare class DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsUserOutputReference 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(): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsUser | undefined; set internalValue(value: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsUser | undefined); get display(): string; get ocid(): string; get ref(): string; get value(): string; } export declare class DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsUserList 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): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsUserOutputReference; } export interface DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgents { } export declare function dataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsToTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgents): any; export declare function dataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsToHclTerraform(struct?: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgents): any; export declare class DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsOutputReference 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(): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgents | undefined; set internalValue(value: DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgents | undefined); get attributeSets(): string[]; get attributes(): string; get authorization(): string; get compartmentOcid(): string; get deleteInProgress(): cdktf.IResolvable; get domainOcid(): string; get expiryTime(): string; get id(): string; private _idcsCreatedBy; get idcsCreatedBy(): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsCreatedByList; get idcsEndpoint(): string; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; get lastUsedOn(): string; get location(): string; private _meta; get meta(): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsMetaList; get myTrustedUserAgentId(): string; get name(): string; get ocid(): string; get platform(): string; get resourceTypeSchemaVersion(): string; get schemas(): string[]; private _tags; get tags(): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTagsList; get tenancyOcid(): string; get tokenType(): string; get trustToken(): string; private _trustedFactors; get trustedFactors(): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsTrustedFactorsList; private _user; get user(): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsUserList; } export declare class DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsList 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): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_trusted_user_agents oci_identity_domains_my_trusted_user_agents} */ export declare class DataOciIdentityDomainsMyTrustedUserAgents extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_my_trusted_user_agents"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsMyTrustedUserAgents 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 DataOciIdentityDomainsMyTrustedUserAgents to import * @param importFromId The id of the existing DataOciIdentityDomainsMyTrustedUserAgents that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_trusted_user_agents#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsMyTrustedUserAgents 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_trusted_user_agents oci_identity_domains_my_trusted_user_agents} 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 DataOciIdentityDomainsMyTrustedUserAgentsConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsMyTrustedUserAgentsConfig); 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 _myTrustedUserAgentCount?; get myTrustedUserAgentCount(): number; set myTrustedUserAgentCount(value: number); resetMyTrustedUserAgentCount(): void; get myTrustedUserAgentCountInput(): number | undefined; private _myTrustedUserAgentFilter?; get myTrustedUserAgentFilter(): string; set myTrustedUserAgentFilter(value: string); resetMyTrustedUserAgentFilter(): void; get myTrustedUserAgentFilterInput(): string | undefined; private _myTrustedUserAgents; get myTrustedUserAgents(): DataOciIdentityDomainsMyTrustedUserAgentsMyTrustedUserAgentsList; 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; }; }