rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
455 lines (454 loc) • 29.5 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsOauth2ClientCredentialsConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth2client_credentials#attribute_sets DataOciIdentityDomainsOauth2ClientCredentials#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_oauth2client_credentials#attributes DataOciIdentityDomainsOauth2ClientCredentials#attributes}
*/
readonly attributes?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth2client_credentials#authorization DataOciIdentityDomainsOauth2ClientCredentials#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth2client_credentials#compartment_id DataOciIdentityDomainsOauth2ClientCredentials#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_oauth2client_credentials#id DataOciIdentityDomainsOauth2ClientCredentials#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_oauth2client_credentials#idcs_endpoint DataOciIdentityDomainsOauth2ClientCredentials#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_oauth2client_credentials#oauth2client_credential_count DataOciIdentityDomainsOauth2ClientCredentials#oauth2client_credential_count}
*/
readonly oauth2ClientCredentialCount?: number;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth2client_credentials#oauth2client_credential_filter DataOciIdentityDomainsOauth2ClientCredentials#oauth2client_credential_filter}
*/
readonly oauth2ClientCredentialFilter?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth2client_credentials#resource_type_schema_version DataOciIdentityDomainsOauth2ClientCredentials#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_oauth2client_credentials#sort_by DataOciIdentityDomainsOauth2ClientCredentials#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_oauth2client_credentials#sort_order DataOciIdentityDomainsOauth2ClientCredentials#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_oauth2client_credentials#start_index DataOciIdentityDomainsOauth2ClientCredentials#start_index}
*/
readonly startIndex?: number;
}
export interface DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsCreatedByList 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): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsLastModifiedByList 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): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsMeta {
}
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsMetaToTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsMeta): any;
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsMetaToHclTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsMeta): any;
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsMetaOutputReference 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(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsMeta | undefined;
set internalValue(value: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsMetaList 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): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsMetaOutputReference;
}
export interface DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsScopes {
}
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsScopesToTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsScopes): any;
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsScopesToHclTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsScopes): any;
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsScopesOutputReference 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(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsScopes | undefined;
set internalValue(value: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsScopes | undefined);
get audience(): string;
get scope(): string;
}
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsScopesList 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): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsScopesOutputReference;
}
export interface DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsTags {
}
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsTagsToTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsTags): any;
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsTagsToHclTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsTags): any;
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsTagsOutputReference 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(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsTags | undefined;
set internalValue(value: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsTagsList 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): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsTagsOutputReference;
}
export interface DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUser {
}
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUserToTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUser): any;
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUserToHclTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUser): any;
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference 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(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUser | undefined;
set internalValue(value: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUser | undefined);
get allowSelfChange(): cdktf.IResolvable;
}
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUserList 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): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference;
}
export interface DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUser {
}
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUserToTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUser): any;
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUserToHclTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUser): any;
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUserOutputReference 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(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUser | undefined;
set internalValue(value: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUser | undefined);
get display(): string;
get name(): string;
get ocid(): string;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUserList 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): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUserOutputReference;
}
export interface DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentials {
}
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsToTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentials): any;
export declare function dataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsToHclTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentials): any;
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsOutputReference 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(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentials | undefined;
set internalValue(value: DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentials | 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(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsCreatedByList;
get idcsEndpoint(): string;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
get isResetSecret(): cdktf.IResolvable;
private _meta;
get meta(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsMetaList;
get name(): string;
get ocid(): string;
get resourceTypeSchemaVersion(): string;
get schemas(): string[];
private _scopes;
get scopes(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsScopesList;
get secret(): string;
get status(): string;
private _tags;
get tags(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsTagsList;
get tenancyOcid(): string;
private _urnietfparamsscimschemasoracleidcsextensionselfChangeUser;
get urnietfparamsscimschemasoracleidcsextensionselfChangeUser(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUrnietfparamsscimschemasoracleidcsextensionselfChangeUserList;
private _user;
get user(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsUserList;
}
export declare class DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsList 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): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth2client_credentials oci_identity_domains_oauth2client_credentials}
*/
export declare class DataOciIdentityDomainsOauth2ClientCredentials extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_oauth2client_credentials";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsOauth2ClientCredentials 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 DataOciIdentityDomainsOauth2ClientCredentials to import
* @param importFromId The id of the existing DataOciIdentityDomainsOauth2ClientCredentials that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth2client_credentials#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsOauth2ClientCredentials 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_oauth2client_credentials oci_identity_domains_oauth2client_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 DataOciIdentityDomainsOauth2ClientCredentialsConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsOauth2ClientCredentialsConfig);
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 _oauth2ClientCredentialCount?;
get oauth2ClientCredentialCount(): number;
set oauth2ClientCredentialCount(value: number);
resetOauth2ClientCredentialCount(): void;
get oauth2ClientCredentialCountInput(): number | undefined;
private _oauth2ClientCredentialFilter?;
get oauth2ClientCredentialFilter(): string;
set oauth2ClientCredentialFilter(value: string);
resetOauth2ClientCredentialFilter(): void;
get oauth2ClientCredentialFilterInput(): string | undefined;
private _oauth2ClientCredentials;
get oauth2ClientCredentials(): DataOciIdentityDomainsOauth2ClientCredentialsOauth2ClientCredentialsList;
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;
};
}