rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
426 lines (425 loc) • 22.9 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface IdentityDomainsApiKeyConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#attribute_sets IdentityDomainsApiKey#attribute_sets}
*/
readonly attributeSets?: string[];
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#attributes IdentityDomainsApiKey#attributes}
*/
readonly attributes?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#authorization IdentityDomainsApiKey#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#description IdentityDomainsApiKey#description}
*/
readonly description?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#idcs_endpoint IdentityDomainsApiKey#idcs_endpoint}
*/
readonly idcsEndpoint: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#key IdentityDomainsApiKey#key}
*/
readonly key: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#ocid IdentityDomainsApiKey#ocid}
*/
readonly ocid?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#resource_type_schema_version IdentityDomainsApiKey#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#schemas IdentityDomainsApiKey#schemas}
*/
readonly schemas: string[];
/**
* tags block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#tags IdentityDomainsApiKey#tags}
*/
readonly tags?: IdentityDomainsApiKeyTags[] | cdktf.IResolvable;
/**
* timeouts block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#timeouts IdentityDomainsApiKey#timeouts}
*/
readonly timeouts?: IdentityDomainsApiKeyTimeouts;
/**
* urnietfparamsscimschemasoracleidcsextensionself_change_user block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#urnietfparamsscimschemasoracleidcsextensionself_change_user IdentityDomainsApiKey#urnietfparamsscimschemasoracleidcsextensionself_change_user}
*/
readonly urnietfparamsscimschemasoracleidcsextensionselfChangeUser?: IdentityDomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser;
/**
* user block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#user IdentityDomainsApiKey#user}
*/
readonly user?: IdentityDomainsApiKeyUser;
}
export interface IdentityDomainsApiKeyIdcsCreatedBy {
}
export declare function identityDomainsApiKeyIdcsCreatedByToTerraform(struct?: IdentityDomainsApiKeyIdcsCreatedBy): any;
export declare function identityDomainsApiKeyIdcsCreatedByToHclTerraform(struct?: IdentityDomainsApiKeyIdcsCreatedBy): any;
export declare class IdentityDomainsApiKeyIdcsCreatedByOutputReference 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(): IdentityDomainsApiKeyIdcsCreatedBy | undefined;
set internalValue(value: IdentityDomainsApiKeyIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class IdentityDomainsApiKeyIdcsCreatedByList 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): IdentityDomainsApiKeyIdcsCreatedByOutputReference;
}
export interface IdentityDomainsApiKeyIdcsLastModifiedBy {
}
export declare function identityDomainsApiKeyIdcsLastModifiedByToTerraform(struct?: IdentityDomainsApiKeyIdcsLastModifiedBy): any;
export declare function identityDomainsApiKeyIdcsLastModifiedByToHclTerraform(struct?: IdentityDomainsApiKeyIdcsLastModifiedBy): any;
export declare class IdentityDomainsApiKeyIdcsLastModifiedByOutputReference 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(): IdentityDomainsApiKeyIdcsLastModifiedBy | undefined;
set internalValue(value: IdentityDomainsApiKeyIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class IdentityDomainsApiKeyIdcsLastModifiedByList 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): IdentityDomainsApiKeyIdcsLastModifiedByOutputReference;
}
export interface IdentityDomainsApiKeyMeta {
}
export declare function identityDomainsApiKeyMetaToTerraform(struct?: IdentityDomainsApiKeyMeta): any;
export declare function identityDomainsApiKeyMetaToHclTerraform(struct?: IdentityDomainsApiKeyMeta): any;
export declare class IdentityDomainsApiKeyMetaOutputReference 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(): IdentityDomainsApiKeyMeta | undefined;
set internalValue(value: IdentityDomainsApiKeyMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class IdentityDomainsApiKeyMetaList 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): IdentityDomainsApiKeyMetaOutputReference;
}
export interface IdentityDomainsApiKeyTags {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#key IdentityDomainsApiKey#key}
*/
readonly key: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#value IdentityDomainsApiKey#value}
*/
readonly value: string;
}
export declare function identityDomainsApiKeyTagsToTerraform(struct?: IdentityDomainsApiKeyTags | cdktf.IResolvable): any;
export declare function identityDomainsApiKeyTagsToHclTerraform(struct?: IdentityDomainsApiKeyTags | cdktf.IResolvable): any;
export declare class IdentityDomainsApiKeyTagsOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
private resolvableValue?;
/**
* @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(): IdentityDomainsApiKeyTags | cdktf.IResolvable | undefined;
set internalValue(value: IdentityDomainsApiKeyTags | cdktf.IResolvable | undefined);
private _key?;
get key(): string;
set key(value: string);
get keyInput(): string | undefined;
private _value?;
get value(): string;
set value(value: string);
get valueInput(): string | undefined;
}
export declare class IdentityDomainsApiKeyTagsList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
internalValue?: IdentityDomainsApiKeyTags[] | cdktf.IResolvable;
/**
* @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): IdentityDomainsApiKeyTagsOutputReference;
}
export interface IdentityDomainsApiKeyTimeouts {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#create IdentityDomainsApiKey#create}
*/
readonly create?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#delete IdentityDomainsApiKey#delete}
*/
readonly delete?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#update IdentityDomainsApiKey#update}
*/
readonly update?: string;
}
export declare function identityDomainsApiKeyTimeoutsToTerraform(struct?: IdentityDomainsApiKeyTimeouts | cdktf.IResolvable): any;
export declare function identityDomainsApiKeyTimeoutsToHclTerraform(struct?: IdentityDomainsApiKeyTimeouts | cdktf.IResolvable): any;
export declare class IdentityDomainsApiKeyTimeoutsOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
private resolvableValue?;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
get internalValue(): IdentityDomainsApiKeyTimeouts | cdktf.IResolvable | undefined;
set internalValue(value: IdentityDomainsApiKeyTimeouts | cdktf.IResolvable | undefined);
private _create?;
get create(): string;
set create(value: string);
resetCreate(): void;
get createInput(): string | undefined;
private _delete?;
get delete(): string;
set delete(value: string);
resetDelete(): void;
get deleteInput(): string | undefined;
private _update?;
get update(): string;
set update(value: string);
resetUpdate(): void;
get updateInput(): string | undefined;
}
export interface IdentityDomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#allow_self_change IdentityDomainsApiKey#allow_self_change}
*/
readonly allowSelfChange?: boolean | cdktf.IResolvable;
}
export declare function identityDomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUserToTerraform(struct?: IdentityDomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference | IdentityDomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser): any;
export declare function identityDomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUserToHclTerraform(struct?: IdentityDomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference | IdentityDomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser): any;
export declare class IdentityDomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
get internalValue(): IdentityDomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser | undefined;
set internalValue(value: IdentityDomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser | undefined);
private _allowSelfChange?;
get allowSelfChange(): boolean | cdktf.IResolvable;
set allowSelfChange(value: boolean | cdktf.IResolvable);
resetAllowSelfChange(): void;
get allowSelfChangeInput(): boolean | cdktf.IResolvable | undefined;
}
export interface IdentityDomainsApiKeyUser {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#ocid IdentityDomainsApiKey#ocid}
*/
readonly ocid?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#value IdentityDomainsApiKey#value}
*/
readonly value?: string;
}
export declare function identityDomainsApiKeyUserToTerraform(struct?: IdentityDomainsApiKeyUserOutputReference | IdentityDomainsApiKeyUser): any;
export declare function identityDomainsApiKeyUserToHclTerraform(struct?: IdentityDomainsApiKeyUserOutputReference | IdentityDomainsApiKeyUser): any;
export declare class IdentityDomainsApiKeyUserOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
get internalValue(): IdentityDomainsApiKeyUser | undefined;
set internalValue(value: IdentityDomainsApiKeyUser | undefined);
get display(): string;
get name(): string;
private _ocid?;
get ocid(): string;
set ocid(value: string);
resetOcid(): void;
get ocidInput(): string | undefined;
get ref(): string;
private _value?;
get value(): string;
set value(value: string);
resetValue(): void;
get valueInput(): string | undefined;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key oci_identity_domains_api_key}
*/
export declare class IdentityDomainsApiKey extends cdktf.TerraformResource {
static readonly tfResourceType = "oci_identity_domains_api_key";
/**
* Generates CDKTF code for importing a IdentityDomainsApiKey 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 IdentityDomainsApiKey to import
* @param importFromId The id of the existing IdentityDomainsApiKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_api_key#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the IdentityDomainsApiKey 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/resources/identity_domains_api_key oci_identity_domains_api_key} Resource
*
* @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 IdentityDomainsApiKeyConfig
*/
constructor(scope: Construct, id: string, config: IdentityDomainsApiKeyConfig);
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;
private _description?;
get description(): string;
set description(value: string);
resetDescription(): void;
get descriptionInput(): string | undefined;
get domainOcid(): string;
get fingerprint(): string;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): IdentityDomainsApiKeyIdcsCreatedByList;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): IdentityDomainsApiKeyIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
private _key?;
get key(): string;
set key(value: string);
get keyInput(): string | undefined;
private _meta;
get meta(): IdentityDomainsApiKeyMetaList;
private _ocid?;
get ocid(): string;
set ocid(value: string);
resetOcid(): void;
get ocidInput(): string | undefined;
private _resourceTypeSchemaVersion?;
get resourceTypeSchemaVersion(): string;
set resourceTypeSchemaVersion(value: string);
resetResourceTypeSchemaVersion(): void;
get resourceTypeSchemaVersionInput(): string | undefined;
private _schemas?;
get schemas(): string[];
set schemas(value: string[]);
get schemasInput(): string[] | undefined;
get tenancyOcid(): string;
private _tags;
get tags(): IdentityDomainsApiKeyTagsList;
putTags(value: IdentityDomainsApiKeyTags[] | cdktf.IResolvable): void;
resetTags(): void;
get tagsInput(): cdktf.IResolvable | IdentityDomainsApiKeyTags[] | undefined;
private _timeouts;
get timeouts(): IdentityDomainsApiKeyTimeoutsOutputReference;
putTimeouts(value: IdentityDomainsApiKeyTimeouts): void;
resetTimeouts(): void;
get timeoutsInput(): cdktf.IResolvable | IdentityDomainsApiKeyTimeouts | undefined;
private _urnietfparamsscimschemasoracleidcsextensionselfChangeUser;
get urnietfparamsscimschemasoracleidcsextensionselfChangeUser(): IdentityDomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference;
putUrnietfparamsscimschemasoracleidcsextensionselfChangeUser(value: IdentityDomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser): void;
resetUrnietfparamsscimschemasoracleidcsextensionselfChangeUser(): void;
get urnietfparamsscimschemasoracleidcsextensionselfChangeUserInput(): IdentityDomainsApiKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser | undefined;
private _user;
get user(): IdentityDomainsApiKeyUserOutputReference;
putUser(value: IdentityDomainsApiKeyUser): void;
resetUser(): void;
get userInput(): IdentityDomainsApiKeyUser | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}