rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
303 lines (302 loc) • 18.3 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsMyOauth2ClientCredentialConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_oauth2client_credential#authorization DataOciIdentityDomainsMyOauth2ClientCredential#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_oauth2client_credential#idcs_endpoint DataOciIdentityDomainsMyOauth2ClientCredential#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_oauth2client_credential#my_oauth2client_credential_id DataOciIdentityDomainsMyOauth2ClientCredential#my_oauth2client_credential_id}
*/
readonly myOauth2ClientCredentialId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_oauth2client_credential#resource_type_schema_version DataOciIdentityDomainsMyOauth2ClientCredential#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
}
export interface DataOciIdentityDomainsMyOauth2ClientCredentialIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsMyOauth2ClientCredentialIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsMyOauth2ClientCredentialIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsMyOauth2ClientCredentialIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsMyOauth2ClientCredentialIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsMyOauth2ClientCredentialIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsMyOauth2ClientCredentialIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsMyOauth2ClientCredentialIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyOauth2ClientCredentialIdcsCreatedByList 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): DataOciIdentityDomainsMyOauth2ClientCredentialIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsMyOauth2ClientCredentialIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsMyOauth2ClientCredentialIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsMyOauth2ClientCredentialIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsMyOauth2ClientCredentialIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsMyOauth2ClientCredentialIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsMyOauth2ClientCredentialIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsMyOauth2ClientCredentialIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsMyOauth2ClientCredentialIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyOauth2ClientCredentialIdcsLastModifiedByList 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): DataOciIdentityDomainsMyOauth2ClientCredentialIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsMyOauth2ClientCredentialMeta {
}
export declare function dataOciIdentityDomainsMyOauth2ClientCredentialMetaToTerraform(struct?: DataOciIdentityDomainsMyOauth2ClientCredentialMeta): any;
export declare function dataOciIdentityDomainsMyOauth2ClientCredentialMetaToHclTerraform(struct?: DataOciIdentityDomainsMyOauth2ClientCredentialMeta): any;
export declare class DataOciIdentityDomainsMyOauth2ClientCredentialMetaOutputReference 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(): DataOciIdentityDomainsMyOauth2ClientCredentialMeta | undefined;
set internalValue(value: DataOciIdentityDomainsMyOauth2ClientCredentialMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsMyOauth2ClientCredentialMetaList 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): DataOciIdentityDomainsMyOauth2ClientCredentialMetaOutputReference;
}
export interface DataOciIdentityDomainsMyOauth2ClientCredentialScopes {
}
export declare function dataOciIdentityDomainsMyOauth2ClientCredentialScopesToTerraform(struct?: DataOciIdentityDomainsMyOauth2ClientCredentialScopes): any;
export declare function dataOciIdentityDomainsMyOauth2ClientCredentialScopesToHclTerraform(struct?: DataOciIdentityDomainsMyOauth2ClientCredentialScopes): any;
export declare class DataOciIdentityDomainsMyOauth2ClientCredentialScopesOutputReference 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(): DataOciIdentityDomainsMyOauth2ClientCredentialScopes | undefined;
set internalValue(value: DataOciIdentityDomainsMyOauth2ClientCredentialScopes | undefined);
get audience(): string;
get scope(): string;
}
export declare class DataOciIdentityDomainsMyOauth2ClientCredentialScopesList 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): DataOciIdentityDomainsMyOauth2ClientCredentialScopesOutputReference;
}
export interface DataOciIdentityDomainsMyOauth2ClientCredentialTags {
}
export declare function dataOciIdentityDomainsMyOauth2ClientCredentialTagsToTerraform(struct?: DataOciIdentityDomainsMyOauth2ClientCredentialTags): any;
export declare function dataOciIdentityDomainsMyOauth2ClientCredentialTagsToHclTerraform(struct?: DataOciIdentityDomainsMyOauth2ClientCredentialTags): any;
export declare class DataOciIdentityDomainsMyOauth2ClientCredentialTagsOutputReference 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(): DataOciIdentityDomainsMyOauth2ClientCredentialTags | undefined;
set internalValue(value: DataOciIdentityDomainsMyOauth2ClientCredentialTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyOauth2ClientCredentialTagsList 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): DataOciIdentityDomainsMyOauth2ClientCredentialTagsOutputReference;
}
export interface DataOciIdentityDomainsMyOauth2ClientCredentialUser {
}
export declare function dataOciIdentityDomainsMyOauth2ClientCredentialUserToTerraform(struct?: DataOciIdentityDomainsMyOauth2ClientCredentialUser): any;
export declare function dataOciIdentityDomainsMyOauth2ClientCredentialUserToHclTerraform(struct?: DataOciIdentityDomainsMyOauth2ClientCredentialUser): any;
export declare class DataOciIdentityDomainsMyOauth2ClientCredentialUserOutputReference 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(): DataOciIdentityDomainsMyOauth2ClientCredentialUser | undefined;
set internalValue(value: DataOciIdentityDomainsMyOauth2ClientCredentialUser | undefined);
get display(): string;
get name(): string;
get ocid(): string;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMyOauth2ClientCredentialUserList 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): DataOciIdentityDomainsMyOauth2ClientCredentialUserOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_oauth2client_credential oci_identity_domains_my_oauth2client_credential}
*/
export declare class DataOciIdentityDomainsMyOauth2ClientCredential extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_my_oauth2client_credential";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsMyOauth2ClientCredential 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 DataOciIdentityDomainsMyOauth2ClientCredential to import
* @param importFromId The id of the existing DataOciIdentityDomainsMyOauth2ClientCredential that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_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 DataOciIdentityDomainsMyOauth2ClientCredential 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_oauth2client_credential oci_identity_domains_my_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 DataOciIdentityDomainsMyOauth2ClientCredentialConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsMyOauth2ClientCredentialConfig);
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(): DataOciIdentityDomainsMyOauth2ClientCredentialIdcsCreatedByList;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsMyOauth2ClientCredentialIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
get isResetSecret(): cdktf.IResolvable;
private _meta;
get meta(): DataOciIdentityDomainsMyOauth2ClientCredentialMetaList;
private _myOauth2ClientCredentialId?;
get myOauth2ClientCredentialId(): string;
set myOauth2ClientCredentialId(value: string);
get myOauth2ClientCredentialIdInput(): string | undefined;
get name(): string;
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(): DataOciIdentityDomainsMyOauth2ClientCredentialScopesList;
get status(): string;
private _tags;
get tags(): DataOciIdentityDomainsMyOauth2ClientCredentialTagsList;
get tenancyOcid(): string;
private _user;
get user(): DataOciIdentityDomainsMyOauth2ClientCredentialUserList;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}