rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
356 lines (355 loc) • 21.9 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsOauth2ClientCredentialConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth2client_credential#attribute_sets DataOciIdentityDomainsOauth2ClientCredential#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_credential#attributes DataOciIdentityDomainsOauth2ClientCredential#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_credential#authorization DataOciIdentityDomainsOauth2ClientCredential#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_credential#idcs_endpoint DataOciIdentityDomainsOauth2ClientCredential#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_credential#o_auth2client_credential_id DataOciIdentityDomainsOauth2ClientCredential#o_auth2client_credential_id}
*/
readonly oAuth2ClientCredentialId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth2client_credential#resource_type_schema_version DataOciIdentityDomainsOauth2ClientCredential#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
}
export interface DataOciIdentityDomainsOauth2ClientCredentialIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsOauth2ClientCredentialIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsOauth2ClientCredentialIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsOauth2ClientCredentialIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsOauth2ClientCredentialIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsOauth2ClientCredentialIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsOauth2ClientCredentialIdcsCreatedByList 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): DataOciIdentityDomainsOauth2ClientCredentialIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsOauth2ClientCredentialIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsOauth2ClientCredentialIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsOauth2ClientCredentialIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsOauth2ClientCredentialIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsOauth2ClientCredentialIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsOauth2ClientCredentialIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsOauth2ClientCredentialIdcsLastModifiedByList 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): DataOciIdentityDomainsOauth2ClientCredentialIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsOauth2ClientCredentialMeta {
}
export declare function dataOciIdentityDomainsOauth2ClientCredentialMetaToTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialMeta): any;
export declare function dataOciIdentityDomainsOauth2ClientCredentialMetaToHclTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialMeta): any;
export declare class DataOciIdentityDomainsOauth2ClientCredentialMetaOutputReference 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(): DataOciIdentityDomainsOauth2ClientCredentialMeta | undefined;
set internalValue(value: DataOciIdentityDomainsOauth2ClientCredentialMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsOauth2ClientCredentialMetaList 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): DataOciIdentityDomainsOauth2ClientCredentialMetaOutputReference;
}
export interface DataOciIdentityDomainsOauth2ClientCredentialScopes {
}
export declare function dataOciIdentityDomainsOauth2ClientCredentialScopesToTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialScopes): any;
export declare function dataOciIdentityDomainsOauth2ClientCredentialScopesToHclTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialScopes): any;
export declare class DataOciIdentityDomainsOauth2ClientCredentialScopesOutputReference 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(): DataOciIdentityDomainsOauth2ClientCredentialScopes | undefined;
set internalValue(value: DataOciIdentityDomainsOauth2ClientCredentialScopes | undefined);
get audience(): string;
get scope(): string;
}
export declare class DataOciIdentityDomainsOauth2ClientCredentialScopesList 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): DataOciIdentityDomainsOauth2ClientCredentialScopesOutputReference;
}
export interface DataOciIdentityDomainsOauth2ClientCredentialTags {
}
export declare function dataOciIdentityDomainsOauth2ClientCredentialTagsToTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialTags): any;
export declare function dataOciIdentityDomainsOauth2ClientCredentialTagsToHclTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialTags): any;
export declare class DataOciIdentityDomainsOauth2ClientCredentialTagsOutputReference 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(): DataOciIdentityDomainsOauth2ClientCredentialTags | undefined;
set internalValue(value: DataOciIdentityDomainsOauth2ClientCredentialTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsOauth2ClientCredentialTagsList 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): DataOciIdentityDomainsOauth2ClientCredentialTagsOutputReference;
}
export interface DataOciIdentityDomainsOauth2ClientCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUser {
}
export declare function dataOciIdentityDomainsOauth2ClientCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUserToTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUser): any;
export declare function dataOciIdentityDomainsOauth2ClientCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUserToHclTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUser): any;
export declare class DataOciIdentityDomainsOauth2ClientCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference 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(): DataOciIdentityDomainsOauth2ClientCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUser | undefined;
set internalValue(value: DataOciIdentityDomainsOauth2ClientCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUser | undefined);
get allowSelfChange(): cdktf.IResolvable;
}
export declare class DataOciIdentityDomainsOauth2ClientCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUserList 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): DataOciIdentityDomainsOauth2ClientCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference;
}
export interface DataOciIdentityDomainsOauth2ClientCredentialUser {
}
export declare function dataOciIdentityDomainsOauth2ClientCredentialUserToTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialUser): any;
export declare function dataOciIdentityDomainsOauth2ClientCredentialUserToHclTerraform(struct?: DataOciIdentityDomainsOauth2ClientCredentialUser): any;
export declare class DataOciIdentityDomainsOauth2ClientCredentialUserOutputReference 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(): DataOciIdentityDomainsOauth2ClientCredentialUser | undefined;
set internalValue(value: DataOciIdentityDomainsOauth2ClientCredentialUser | undefined);
get display(): string;
get name(): string;
get ocid(): string;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsOauth2ClientCredentialUserList 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): DataOciIdentityDomainsOauth2ClientCredentialUserOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth2client_credential oci_identity_domains_oauth2client_credential}
*/
export declare class DataOciIdentityDomainsOauth2ClientCredential extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_oauth2client_credential";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsOauth2ClientCredential 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 DataOciIdentityDomainsOauth2ClientCredential to import
* @param importFromId The id of the existing DataOciIdentityDomainsOauth2ClientCredential that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_oauth2client_credential#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsOauth2ClientCredential 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_credential oci_identity_domains_oauth2client_credential} 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 DataOciIdentityDomainsOauth2ClientCredentialConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsOauth2ClientCredentialConfig);
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;
get compartmentOcid(): string;
get deleteInProgress(): cdktf.IResolvable;
get description(): string;
get domainOcid(): string;
get expiresOn(): string;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsOauth2ClientCredentialIdcsCreatedByList;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsOauth2ClientCredentialIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
get isResetSecret(): cdktf.IResolvable;
private _meta;
get meta(): DataOciIdentityDomainsOauth2ClientCredentialMetaList;
get name(): string;
private _oAuth2ClientCredentialId?;
get oAuth2ClientCredentialId(): string;
set oAuth2ClientCredentialId(value: string);
get oAuth2ClientCredentialIdInput(): string | undefined;
get ocid(): string;
private _resourceTypeSchemaVersion?;
get resourceTypeSchemaVersion(): string;
set resourceTypeSchemaVersion(value: string);
resetResourceTypeSchemaVersion(): void;
get resourceTypeSchemaVersionInput(): string | undefined;
get schemas(): string[];
private _scopes;
get scopes(): DataOciIdentityDomainsOauth2ClientCredentialScopesList;
get secret(): string;
get status(): string;
private _tags;
get tags(): DataOciIdentityDomainsOauth2ClientCredentialTagsList;
get tenancyOcid(): string;
private _urnietfparamsscimschemasoracleidcsextensionselfChangeUser;
get urnietfparamsscimschemasoracleidcsextensionselfChangeUser(): DataOciIdentityDomainsOauth2ClientCredentialUrnietfparamsscimschemasoracleidcsextensionselfChangeUserList;
private _user;
get user(): DataOciIdentityDomainsOauth2ClientCredentialUserList;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}