UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

331 lines (330 loc) 19.9 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsIdentityPropagationTrustConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_identity_propagation_trust#attribute_sets DataOciIdentityDomainsIdentityPropagationTrust#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_identity_propagation_trust#attributes DataOciIdentityDomainsIdentityPropagationTrust#attributes} */ readonly attributes?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_identity_propagation_trust#authorization DataOciIdentityDomainsIdentityPropagationTrust#authorization} */ readonly authorization?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_identity_propagation_trust#idcs_endpoint DataOciIdentityDomainsIdentityPropagationTrust#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_identity_propagation_trust#identity_propagation_trust_id DataOciIdentityDomainsIdentityPropagationTrust#identity_propagation_trust_id} */ readonly identityPropagationTrustId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_identity_propagation_trust#resource_type_schema_version DataOciIdentityDomainsIdentityPropagationTrust#resource_type_schema_version} */ readonly resourceTypeSchemaVersion?: string; } export interface DataOciIdentityDomainsIdentityPropagationTrustIdcsCreatedBy { } export declare function dataOciIdentityDomainsIdentityPropagationTrustIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsIdentityPropagationTrustIdcsCreatedBy): any; export declare function dataOciIdentityDomainsIdentityPropagationTrustIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsIdentityPropagationTrustIdcsCreatedBy): any; export declare class DataOciIdentityDomainsIdentityPropagationTrustIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsIdentityPropagationTrustIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsIdentityPropagationTrustIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsIdentityPropagationTrustIdcsCreatedByList 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): DataOciIdentityDomainsIdentityPropagationTrustIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsIdentityPropagationTrustIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsIdentityPropagationTrustIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsIdentityPropagationTrustIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsIdentityPropagationTrustIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsIdentityPropagationTrustIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsIdentityPropagationTrustIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsIdentityPropagationTrustIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsIdentityPropagationTrustIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsIdentityPropagationTrustIdcsLastModifiedByList 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): DataOciIdentityDomainsIdentityPropagationTrustIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsIdentityPropagationTrustImpersonationServiceUsers { } export declare function dataOciIdentityDomainsIdentityPropagationTrustImpersonationServiceUsersToTerraform(struct?: DataOciIdentityDomainsIdentityPropagationTrustImpersonationServiceUsers): any; export declare function dataOciIdentityDomainsIdentityPropagationTrustImpersonationServiceUsersToHclTerraform(struct?: DataOciIdentityDomainsIdentityPropagationTrustImpersonationServiceUsers): any; export declare class DataOciIdentityDomainsIdentityPropagationTrustImpersonationServiceUsersOutputReference 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(): DataOciIdentityDomainsIdentityPropagationTrustImpersonationServiceUsers | undefined; set internalValue(value: DataOciIdentityDomainsIdentityPropagationTrustImpersonationServiceUsers | undefined); get ocid(): string; get ref(): string; get rule(): string; get value(): string; } export declare class DataOciIdentityDomainsIdentityPropagationTrustImpersonationServiceUsersList 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): DataOciIdentityDomainsIdentityPropagationTrustImpersonationServiceUsersOutputReference; } export interface DataOciIdentityDomainsIdentityPropagationTrustKeytab { } export declare function dataOciIdentityDomainsIdentityPropagationTrustKeytabToTerraform(struct?: DataOciIdentityDomainsIdentityPropagationTrustKeytab): any; export declare function dataOciIdentityDomainsIdentityPropagationTrustKeytabToHclTerraform(struct?: DataOciIdentityDomainsIdentityPropagationTrustKeytab): any; export declare class DataOciIdentityDomainsIdentityPropagationTrustKeytabOutputReference 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(): DataOciIdentityDomainsIdentityPropagationTrustKeytab | undefined; set internalValue(value: DataOciIdentityDomainsIdentityPropagationTrustKeytab | undefined); get secretOcid(): string; get secretVersion(): number; } export declare class DataOciIdentityDomainsIdentityPropagationTrustKeytabList 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): DataOciIdentityDomainsIdentityPropagationTrustKeytabOutputReference; } export interface DataOciIdentityDomainsIdentityPropagationTrustMeta { } export declare function dataOciIdentityDomainsIdentityPropagationTrustMetaToTerraform(struct?: DataOciIdentityDomainsIdentityPropagationTrustMeta): any; export declare function dataOciIdentityDomainsIdentityPropagationTrustMetaToHclTerraform(struct?: DataOciIdentityDomainsIdentityPropagationTrustMeta): any; export declare class DataOciIdentityDomainsIdentityPropagationTrustMetaOutputReference 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(): DataOciIdentityDomainsIdentityPropagationTrustMeta | undefined; set internalValue(value: DataOciIdentityDomainsIdentityPropagationTrustMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsIdentityPropagationTrustMetaList 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): DataOciIdentityDomainsIdentityPropagationTrustMetaOutputReference; } export interface DataOciIdentityDomainsIdentityPropagationTrustTags { } export declare function dataOciIdentityDomainsIdentityPropagationTrustTagsToTerraform(struct?: DataOciIdentityDomainsIdentityPropagationTrustTags): any; export declare function dataOciIdentityDomainsIdentityPropagationTrustTagsToHclTerraform(struct?: DataOciIdentityDomainsIdentityPropagationTrustTags): any; export declare class DataOciIdentityDomainsIdentityPropagationTrustTagsOutputReference 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(): DataOciIdentityDomainsIdentityPropagationTrustTags | undefined; set internalValue(value: DataOciIdentityDomainsIdentityPropagationTrustTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsIdentityPropagationTrustTagsList 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): DataOciIdentityDomainsIdentityPropagationTrustTagsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_identity_propagation_trust oci_identity_domains_identity_propagation_trust} */ export declare class DataOciIdentityDomainsIdentityPropagationTrust extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_identity_propagation_trust"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsIdentityPropagationTrust 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 DataOciIdentityDomainsIdentityPropagationTrust to import * @param importFromId The id of the existing DataOciIdentityDomainsIdentityPropagationTrust that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_identity_propagation_trust#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsIdentityPropagationTrust 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_identity_propagation_trust oci_identity_domains_identity_propagation_trust} 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 DataOciIdentityDomainsIdentityPropagationTrustConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsIdentityPropagationTrustConfig); get accountId(): string; get active(): cdktf.IResolvable; get allowImpersonation(): cdktf.IResolvable; 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 clientClaimName(): string; get clientClaimValues(): string[]; get clockSkewSeconds(): number; get compartmentOcid(): string; get deleteInProgress(): cdktf.IResolvable; get description(): string; get domainOcid(): string; get id(): string; private _idcsCreatedBy; get idcsCreatedBy(): DataOciIdentityDomainsIdentityPropagationTrustIdcsCreatedByList; private _idcsEndpoint?; get idcsEndpoint(): string; set idcsEndpoint(value: string); get idcsEndpointInput(): string | undefined; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsIdentityPropagationTrustIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; private _identityPropagationTrustId?; get identityPropagationTrustId(): string; set identityPropagationTrustId(value: string); get identityPropagationTrustIdInput(): string | undefined; private _impersonationServiceUsers; get impersonationServiceUsers(): DataOciIdentityDomainsIdentityPropagationTrustImpersonationServiceUsersList; get issuer(): string; private _keytab; get keytab(): DataOciIdentityDomainsIdentityPropagationTrustKeytabList; private _meta; get meta(): DataOciIdentityDomainsIdentityPropagationTrustMetaList; get name(): string; get oauthClients(): string[]; get ocid(): string; get publicCertificate(): string; get publicKeyEndpoint(): string; private _resourceTypeSchemaVersion?; get resourceTypeSchemaVersion(): string; set resourceTypeSchemaVersion(value: string); resetResourceTypeSchemaVersion(): void; get resourceTypeSchemaVersionInput(): string | undefined; get schemas(): string[]; get subjectClaimName(): string; get subjectMappingAttribute(): string; get subjectType(): string; private _tags; get tags(): DataOciIdentityDomainsIdentityPropagationTrustTagsList; get tenancyOcid(): string; get type(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }