rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
329 lines (328 loc) • 17.9 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsAppRoleConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_app_role#app_role_id DataOciIdentityDomainsAppRole#app_role_id}
*/
readonly appRoleId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_app_role#attribute_sets DataOciIdentityDomainsAppRole#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_app_role#attributes DataOciIdentityDomainsAppRole#attributes}
*/
readonly attributes?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_app_role#authorization DataOciIdentityDomainsAppRole#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_app_role#idcs_endpoint DataOciIdentityDomainsAppRole#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_app_role#resource_type_schema_version DataOciIdentityDomainsAppRole#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
}
export interface DataOciIdentityDomainsAppRoleApp {
}
export declare function dataOciIdentityDomainsAppRoleAppToTerraform(struct?: DataOciIdentityDomainsAppRoleApp): any;
export declare function dataOciIdentityDomainsAppRoleAppToHclTerraform(struct?: DataOciIdentityDomainsAppRoleApp): any;
export declare class DataOciIdentityDomainsAppRoleAppOutputReference 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(): DataOciIdentityDomainsAppRoleApp | undefined;
set internalValue(value: DataOciIdentityDomainsAppRoleApp | undefined);
get display(): string;
get name(): string;
get ref(): string;
get serviceInstanceIdentifier(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsAppRoleAppList 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): DataOciIdentityDomainsAppRoleAppOutputReference;
}
export interface DataOciIdentityDomainsAppRoleIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsAppRoleIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsAppRoleIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsAppRoleIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsAppRoleIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsAppRoleIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsAppRoleIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsAppRoleIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsAppRoleIdcsCreatedByList 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): DataOciIdentityDomainsAppRoleIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsAppRoleIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsAppRoleIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsAppRoleIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsAppRoleIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsAppRoleIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsAppRoleIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsAppRoleIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsAppRoleIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsAppRoleIdcsLastModifiedByList 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): DataOciIdentityDomainsAppRoleIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsAppRoleMembers {
}
export declare function dataOciIdentityDomainsAppRoleMembersToTerraform(struct?: DataOciIdentityDomainsAppRoleMembers): any;
export declare function dataOciIdentityDomainsAppRoleMembersToHclTerraform(struct?: DataOciIdentityDomainsAppRoleMembers): any;
export declare class DataOciIdentityDomainsAppRoleMembersOutputReference 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(): DataOciIdentityDomainsAppRoleMembers | undefined;
set internalValue(value: DataOciIdentityDomainsAppRoleMembers | undefined);
get display(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsAppRoleMembersList 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): DataOciIdentityDomainsAppRoleMembersOutputReference;
}
export interface DataOciIdentityDomainsAppRoleMeta {
}
export declare function dataOciIdentityDomainsAppRoleMetaToTerraform(struct?: DataOciIdentityDomainsAppRoleMeta): any;
export declare function dataOciIdentityDomainsAppRoleMetaToHclTerraform(struct?: DataOciIdentityDomainsAppRoleMeta): any;
export declare class DataOciIdentityDomainsAppRoleMetaOutputReference 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(): DataOciIdentityDomainsAppRoleMeta | undefined;
set internalValue(value: DataOciIdentityDomainsAppRoleMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsAppRoleMetaList 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): DataOciIdentityDomainsAppRoleMetaOutputReference;
}
export interface DataOciIdentityDomainsAppRoleTags {
}
export declare function dataOciIdentityDomainsAppRoleTagsToTerraform(struct?: DataOciIdentityDomainsAppRoleTags): any;
export declare function dataOciIdentityDomainsAppRoleTagsToHclTerraform(struct?: DataOciIdentityDomainsAppRoleTags): any;
export declare class DataOciIdentityDomainsAppRoleTagsOutputReference 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(): DataOciIdentityDomainsAppRoleTags | undefined;
set internalValue(value: DataOciIdentityDomainsAppRoleTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsAppRoleTagsList 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): DataOciIdentityDomainsAppRoleTagsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_app_role oci_identity_domains_app_role}
*/
export declare class DataOciIdentityDomainsAppRole extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_app_role";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsAppRole 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 DataOciIdentityDomainsAppRole to import
* @param importFromId The id of the existing DataOciIdentityDomainsAppRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_app_role#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsAppRole 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_app_role oci_identity_domains_app_role} 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 DataOciIdentityDomainsAppRoleConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsAppRoleConfig);
get adminRole(): cdktf.IResolvable;
private _app;
get app(): DataOciIdentityDomainsAppRoleAppList;
private _appRoleId?;
get appRoleId(): string;
set appRoleId(value: string);
get appRoleIdInput(): string | undefined;
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 availableToClients(): cdktf.IResolvable;
get availableToGroups(): cdktf.IResolvable;
get availableToUsers(): cdktf.IResolvable;
get compartmentOcid(): string;
get deleteInProgress(): cdktf.IResolvable;
get description(): string;
get displayName(): string;
get domainOcid(): string;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsAppRoleIdcsCreatedByList;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsAppRoleIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
get legacyGroupName(): string;
get limitedToOneOrMoreGroups(): cdktf.IResolvable;
get localizedDisplayName(): string;
private _members;
get members(): DataOciIdentityDomainsAppRoleMembersList;
private _meta;
get meta(): DataOciIdentityDomainsAppRoleMetaList;
get ocid(): string;
get public(): cdktf.IResolvable;
private _resourceTypeSchemaVersion?;
get resourceTypeSchemaVersion(): string;
set resourceTypeSchemaVersion(value: string);
resetResourceTypeSchemaVersion(): void;
get resourceTypeSchemaVersionInput(): string | undefined;
get schemas(): string[];
private _tags;
get tags(): DataOciIdentityDomainsAppRoleTagsList;
get tenancyOcid(): string;
get uniqueName(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}