rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
424 lines (423 loc) • 25.9 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsUserDbCredentialsConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_user_db_credentials#attribute_sets DataOciIdentityDomainsUserDbCredentials#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_user_db_credentials#attributes DataOciIdentityDomainsUserDbCredentials#attributes}
*/
readonly attributes?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_user_db_credentials#authorization DataOciIdentityDomainsUserDbCredentials#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_user_db_credentials#compartment_id DataOciIdentityDomainsUserDbCredentials#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_user_db_credentials#id DataOciIdentityDomainsUserDbCredentials#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_user_db_credentials#idcs_endpoint DataOciIdentityDomainsUserDbCredentials#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_user_db_credentials#resource_type_schema_version DataOciIdentityDomainsUserDbCredentials#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_user_db_credentials#sort_by DataOciIdentityDomainsUserDbCredentials#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_user_db_credentials#sort_order DataOciIdentityDomainsUserDbCredentials#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_user_db_credentials#start_index DataOciIdentityDomainsUserDbCredentials#start_index}
*/
readonly startIndex?: number;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_user_db_credentials#user_db_credential_count DataOciIdentityDomainsUserDbCredentials#user_db_credential_count}
*/
readonly userDbCredentialCount?: number;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_user_db_credentials#user_db_credential_filter DataOciIdentityDomainsUserDbCredentials#user_db_credential_filter}
*/
readonly userDbCredentialFilter?: string;
}
export interface DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsCreatedByList 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): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsLastModifiedByList 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): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsMeta {
}
export declare function dataOciIdentityDomainsUserDbCredentialsUserDbCredentialsMetaToTerraform(struct?: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsMeta): any;
export declare function dataOciIdentityDomainsUserDbCredentialsUserDbCredentialsMetaToHclTerraform(struct?: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsMeta): any;
export declare class DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsMetaOutputReference 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(): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsMeta | undefined;
set internalValue(value: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsMetaList 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): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsMetaOutputReference;
}
export interface DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsTags {
}
export declare function dataOciIdentityDomainsUserDbCredentialsUserDbCredentialsTagsToTerraform(struct?: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsTags): any;
export declare function dataOciIdentityDomainsUserDbCredentialsUserDbCredentialsTagsToHclTerraform(struct?: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsTags): any;
export declare class DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsTagsOutputReference 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(): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsTags | undefined;
set internalValue(value: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsTagsList 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): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsTagsOutputReference;
}
export interface DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUser {
}
export declare function dataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUserToTerraform(struct?: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUser): any;
export declare function dataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUserToHclTerraform(struct?: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUser): any;
export declare class DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference 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(): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUser | undefined;
set internalValue(value: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUser | undefined);
get allowSelfChange(): cdktf.IResolvable;
}
export declare class DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUserList 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): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference;
}
export interface DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUser {
}
export declare function dataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUserToTerraform(struct?: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUser): any;
export declare function dataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUserToHclTerraform(struct?: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUser): any;
export declare class DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUserOutputReference 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(): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUser | undefined;
set internalValue(value: DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUser | undefined);
get display(): string;
get name(): string;
get ocid(): string;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUserList 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): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUserOutputReference;
}
export interface DataOciIdentityDomainsUserDbCredentialsUserDbCredentials {
}
export declare function dataOciIdentityDomainsUserDbCredentialsUserDbCredentialsToTerraform(struct?: DataOciIdentityDomainsUserDbCredentialsUserDbCredentials): any;
export declare function dataOciIdentityDomainsUserDbCredentialsUserDbCredentialsToHclTerraform(struct?: DataOciIdentityDomainsUserDbCredentialsUserDbCredentials): any;
export declare class DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsOutputReference 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(): DataOciIdentityDomainsUserDbCredentialsUserDbCredentials | undefined;
set internalValue(value: DataOciIdentityDomainsUserDbCredentialsUserDbCredentials | undefined);
get attributeSets(): string[];
get attributes(): string;
get authorization(): string;
get compartmentOcid(): string;
get dbPassword(): string;
get deleteInProgress(): cdktf.IResolvable;
get description(): string;
get domainOcid(): string;
get expired(): cdktf.IResolvable;
get expiresOn(): string;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsCreatedByList;
get idcsEndpoint(): string;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
get lastSetDate(): string;
private _meta;
get meta(): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsMetaList;
get mixedDbPassword(): string;
get mixedSalt(): string;
get name(): string;
get ocid(): string;
get resourceTypeSchemaVersion(): string;
get salt(): string;
get schemas(): string[];
get status(): string;
private _tags;
get tags(): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsTagsList;
get tenancyOcid(): string;
private _urnietfparamsscimschemasoracleidcsextensionselfChangeUser;
get urnietfparamsscimschemasoracleidcsextensionselfChangeUser(): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUserList;
private _user;
get user(): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsUserList;
}
export declare class DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsList 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): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_user_db_credentials oci_identity_domains_user_db_credentials}
*/
export declare class DataOciIdentityDomainsUserDbCredentials extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_user_db_credentials";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsUserDbCredentials 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 DataOciIdentityDomainsUserDbCredentials to import
* @param importFromId The id of the existing DataOciIdentityDomainsUserDbCredentials that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_user_db_credentials#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsUserDbCredentials 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_user_db_credentials oci_identity_domains_user_db_credentials} 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 DataOciIdentityDomainsUserDbCredentialsConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsUserDbCredentialsConfig);
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;
private _userDbCredentialCount?;
get userDbCredentialCount(): number;
set userDbCredentialCount(value: number);
resetUserDbCredentialCount(): void;
get userDbCredentialCountInput(): number | undefined;
private _userDbCredentialFilter?;
get userDbCredentialFilter(): string;
set userDbCredentialFilter(value: string);
resetUserDbCredentialFilter(): void;
get userDbCredentialFilterInput(): string | undefined;
private _userDbCredentials;
get userDbCredentials(): DataOciIdentityDomainsUserDbCredentialsUserDbCredentialsList;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}