UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

933 lines 55.4 kB
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface IdentityDomainsSelfRegistrationProfileConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#activation_email_required IdentityDomainsSelfRegistrationProfile#activation_email_required}
    */
    readonly activationEmailRequired: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#active IdentityDomainsSelfRegistrationProfile#active}
    */
    readonly active?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#allowed_email_domains IdentityDomainsSelfRegistrationProfile#allowed_email_domains}
    */
    readonly allowedEmailDomains?: string[];
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#attribute_sets IdentityDomainsSelfRegistrationProfile#attribute_sets}
    */
    readonly attributeSets?: string[];
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#attributes IdentityDomainsSelfRegistrationProfile#attributes}
    */
    readonly attributes?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#authorization IdentityDomainsSelfRegistrationProfile#authorization}
    */
    readonly authorization?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#consent_text_present IdentityDomainsSelfRegistrationProfile#consent_text_present}
    */
    readonly consentTextPresent: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#disallowed_email_domains IdentityDomainsSelfRegistrationProfile#disallowed_email_domains}
    */
    readonly disallowedEmailDomains?: string[];
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#external_id IdentityDomainsSelfRegistrationProfile#external_id}
    */
    readonly externalId?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#footer_logo IdentityDomainsSelfRegistrationProfile#footer_logo}
    */
    readonly footerLogo?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#header_logo IdentityDomainsSelfRegistrationProfile#header_logo}
    */
    readonly headerLogo?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#idcs_endpoint IdentityDomainsSelfRegistrationProfile#idcs_endpoint}
    */
    readonly idcsEndpoint: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#name IdentityDomainsSelfRegistrationProfile#name}
    */
    readonly name: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#number_of_days_redirect_url_is_valid IdentityDomainsSelfRegistrationProfile#number_of_days_redirect_url_is_valid}
    */
    readonly numberOfDaysRedirectUrlIsValid: number;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#ocid IdentityDomainsSelfRegistrationProfile#ocid}
    */
    readonly ocid?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#redirect_url IdentityDomainsSelfRegistrationProfile#redirect_url}
    */
    readonly redirectUrl: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#resource_type_schema_version IdentityDomainsSelfRegistrationProfile#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_self_registration_profile#schemas IdentityDomainsSelfRegistrationProfile#schemas}
    */
    readonly schemas: string[];
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#show_on_login_page IdentityDomainsSelfRegistrationProfile#show_on_login_page}
    */
    readonly showOnLoginPage: boolean | cdktf.IResolvable;
    /**
    * after_submit_text block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#after_submit_text IdentityDomainsSelfRegistrationProfile#after_submit_text}
    */
    readonly afterSubmitText?: IdentityDomainsSelfRegistrationProfileAfterSubmitText[] | cdktf.IResolvable;
    /**
    * consent_text block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#consent_text IdentityDomainsSelfRegistrationProfile#consent_text}
    */
    readonly consentText?: IdentityDomainsSelfRegistrationProfileConsentText[] | cdktf.IResolvable;
    /**
    * default_groups block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#default_groups IdentityDomainsSelfRegistrationProfile#default_groups}
    */
    readonly defaultGroups?: IdentityDomainsSelfRegistrationProfileDefaultGroups[] | cdktf.IResolvable;
    /**
    * display_name block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#display_name IdentityDomainsSelfRegistrationProfile#display_name}
    */
    readonly displayName: IdentityDomainsSelfRegistrationProfileDisplayName[] | cdktf.IResolvable;
    /**
    * email_template block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#email_template IdentityDomainsSelfRegistrationProfile#email_template}
    */
    readonly emailTemplate: IdentityDomainsSelfRegistrationProfileEmailTemplate;
    /**
    * footer_text block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#footer_text IdentityDomainsSelfRegistrationProfile#footer_text}
    */
    readonly footerText?: IdentityDomainsSelfRegistrationProfileFooterText[] | cdktf.IResolvable;
    /**
    * header_text block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#header_text IdentityDomainsSelfRegistrationProfile#header_text}
    */
    readonly headerText?: IdentityDomainsSelfRegistrationProfileHeaderText[] | cdktf.IResolvable;
    /**
    * tags block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#tags IdentityDomainsSelfRegistrationProfile#tags}
    */
    readonly tags?: IdentityDomainsSelfRegistrationProfileTags[] | cdktf.IResolvable;
    /**
    * timeouts block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#timeouts IdentityDomainsSelfRegistrationProfile#timeouts}
    */
    readonly timeouts?: IdentityDomainsSelfRegistrationProfileTimeouts;
    /**
    * user_attributes block
    *
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#user_attributes IdentityDomainsSelfRegistrationProfile#user_attributes}
    */
    readonly userAttributes?: IdentityDomainsSelfRegistrationProfileUserAttributes[] | cdktf.IResolvable;
}
export interface IdentityDomainsSelfRegistrationProfileIdcsCreatedBy {
}
export declare function identityDomainsSelfRegistrationProfileIdcsCreatedByToTerraform(struct?: IdentityDomainsSelfRegistrationProfileIdcsCreatedBy): any;
export declare function identityDomainsSelfRegistrationProfileIdcsCreatedByToHclTerraform(struct?: IdentityDomainsSelfRegistrationProfileIdcsCreatedBy): any;
export declare class IdentityDomainsSelfRegistrationProfileIdcsCreatedByOutputReference 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(): IdentityDomainsSelfRegistrationProfileIdcsCreatedBy | undefined;
    set internalValue(value: IdentityDomainsSelfRegistrationProfileIdcsCreatedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class IdentityDomainsSelfRegistrationProfileIdcsCreatedByList 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): IdentityDomainsSelfRegistrationProfileIdcsCreatedByOutputReference;
}
export interface IdentityDomainsSelfRegistrationProfileIdcsLastModifiedBy {
}
export declare function identityDomainsSelfRegistrationProfileIdcsLastModifiedByToTerraform(struct?: IdentityDomainsSelfRegistrationProfileIdcsLastModifiedBy): any;
export declare function identityDomainsSelfRegistrationProfileIdcsLastModifiedByToHclTerraform(struct?: IdentityDomainsSelfRegistrationProfileIdcsLastModifiedBy): any;
export declare class IdentityDomainsSelfRegistrationProfileIdcsLastModifiedByOutputReference 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(): IdentityDomainsSelfRegistrationProfileIdcsLastModifiedBy | undefined;
    set internalValue(value: IdentityDomainsSelfRegistrationProfileIdcsLastModifiedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class IdentityDomainsSelfRegistrationProfileIdcsLastModifiedByList 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): IdentityDomainsSelfRegistrationProfileIdcsLastModifiedByOutputReference;
}
export interface IdentityDomainsSelfRegistrationProfileMeta {
}
export declare function identityDomainsSelfRegistrationProfileMetaToTerraform(struct?: IdentityDomainsSelfRegistrationProfileMeta): any;
export declare function identityDomainsSelfRegistrationProfileMetaToHclTerraform(struct?: IdentityDomainsSelfRegistrationProfileMeta): any;
export declare class IdentityDomainsSelfRegistrationProfileMetaOutputReference 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(): IdentityDomainsSelfRegistrationProfileMeta | undefined;
    set internalValue(value: IdentityDomainsSelfRegistrationProfileMeta | undefined);
    get created(): string;
    get lastModified(): string;
    get location(): string;
    get resourceType(): string;
    get version(): string;
}
export declare class IdentityDomainsSelfRegistrationProfileMetaList 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): IdentityDomainsSelfRegistrationProfileMetaOutputReference;
}
export interface IdentityDomainsSelfRegistrationProfileAfterSubmitText {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#default IdentityDomainsSelfRegistrationProfile#default}
    */
    readonly default?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#locale IdentityDomainsSelfRegistrationProfile#locale}
    */
    readonly locale: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#value IdentityDomainsSelfRegistrationProfile#value}
    */
    readonly value: string;
}
export declare function identityDomainsSelfRegistrationProfileAfterSubmitTextToTerraform(struct?: IdentityDomainsSelfRegistrationProfileAfterSubmitText | cdktf.IResolvable): any;
export declare function identityDomainsSelfRegistrationProfileAfterSubmitTextToHclTerraform(struct?: IdentityDomainsSelfRegistrationProfileAfterSubmitText | cdktf.IResolvable): any;
export declare class IdentityDomainsSelfRegistrationProfileAfterSubmitTextOutputReference 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(): IdentityDomainsSelfRegistrationProfileAfterSubmitText | cdktf.IResolvable | undefined;
    set internalValue(value: IdentityDomainsSelfRegistrationProfileAfterSubmitText | cdktf.IResolvable | undefined);
    private _default?;
    get default(): boolean | cdktf.IResolvable;
    set default(value: boolean | cdktf.IResolvable);
    resetDefault(): void;
    get defaultInput(): boolean | cdktf.IResolvable | undefined;
    private _locale?;
    get locale(): string;
    set locale(value: string);
    get localeInput(): string | undefined;
    private _value?;
    get value(): string;
    set value(value: string);
    get valueInput(): string | undefined;
}
export declare class IdentityDomainsSelfRegistrationProfileAfterSubmitTextList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: IdentityDomainsSelfRegistrationProfileAfterSubmitText[] | 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): IdentityDomainsSelfRegistrationProfileAfterSubmitTextOutputReference;
}
export interface IdentityDomainsSelfRegistrationProfileConsentText {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#default IdentityDomainsSelfRegistrationProfile#default}
    */
    readonly default?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#locale IdentityDomainsSelfRegistrationProfile#locale}
    */
    readonly locale: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#value IdentityDomainsSelfRegistrationProfile#value}
    */
    readonly value: string;
}
export declare function identityDomainsSelfRegistrationProfileConsentTextToTerraform(struct?: IdentityDomainsSelfRegistrationProfileConsentText | cdktf.IResolvable): any;
export declare function identityDomainsSelfRegistrationProfileConsentTextToHclTerraform(struct?: IdentityDomainsSelfRegistrationProfileConsentText | cdktf.IResolvable): any;
export declare class IdentityDomainsSelfRegistrationProfileConsentTextOutputReference 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(): IdentityDomainsSelfRegistrationProfileConsentText | cdktf.IResolvable | undefined;
    set internalValue(value: IdentityDomainsSelfRegistrationProfileConsentText | cdktf.IResolvable | undefined);
    private _default?;
    get default(): boolean | cdktf.IResolvable;
    set default(value: boolean | cdktf.IResolvable);
    resetDefault(): void;
    get defaultInput(): boolean | cdktf.IResolvable | undefined;
    private _locale?;
    get locale(): string;
    set locale(value: string);
    get localeInput(): string | undefined;
    private _value?;
    get value(): string;
    set value(value: string);
    get valueInput(): string | undefined;
}
export declare class IdentityDomainsSelfRegistrationProfileConsentTextList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: IdentityDomainsSelfRegistrationProfileConsentText[] | 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): IdentityDomainsSelfRegistrationProfileConsentTextOutputReference;
}
export interface IdentityDomainsSelfRegistrationProfileDefaultGroups {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#value IdentityDomainsSelfRegistrationProfile#value}
    */
    readonly value: string;
}
export declare function identityDomainsSelfRegistrationProfileDefaultGroupsToTerraform(struct?: IdentityDomainsSelfRegistrationProfileDefaultGroups | cdktf.IResolvable): any;
export declare function identityDomainsSelfRegistrationProfileDefaultGroupsToHclTerraform(struct?: IdentityDomainsSelfRegistrationProfileDefaultGroups | cdktf.IResolvable): any;
export declare class IdentityDomainsSelfRegistrationProfileDefaultGroupsOutputReference 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(): IdentityDomainsSelfRegistrationProfileDefaultGroups | cdktf.IResolvable | undefined;
    set internalValue(value: IdentityDomainsSelfRegistrationProfileDefaultGroups | cdktf.IResolvable | undefined);
    get display(): string;
    get ref(): string;
    private _value?;
    get value(): string;
    set value(value: string);
    get valueInput(): string | undefined;
}
export declare class IdentityDomainsSelfRegistrationProfileDefaultGroupsList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: IdentityDomainsSelfRegistrationProfileDefaultGroups[] | 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): IdentityDomainsSelfRegistrationProfileDefaultGroupsOutputReference;
}
export interface IdentityDomainsSelfRegistrationProfileDisplayName {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#default IdentityDomainsSelfRegistrationProfile#default}
    */
    readonly default?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#locale IdentityDomainsSelfRegistrationProfile#locale}
    */
    readonly locale: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#value IdentityDomainsSelfRegistrationProfile#value}
    */
    readonly value: string;
}
export declare function identityDomainsSelfRegistrationProfileDisplayNameToTerraform(struct?: IdentityDomainsSelfRegistrationProfileDisplayName | cdktf.IResolvable): any;
export declare function identityDomainsSelfRegistrationProfileDisplayNameToHclTerraform(struct?: IdentityDomainsSelfRegistrationProfileDisplayName | cdktf.IResolvable): any;
export declare class IdentityDomainsSelfRegistrationProfileDisplayNameOutputReference 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(): IdentityDomainsSelfRegistrationProfileDisplayName | cdktf.IResolvable | undefined;
    set internalValue(value: IdentityDomainsSelfRegistrationProfileDisplayName | cdktf.IResolvable | undefined);
    private _default?;
    get default(): boolean | cdktf.IResolvable;
    set default(value: boolean | cdktf.IResolvable);
    resetDefault(): void;
    get defaultInput(): boolean | cdktf.IResolvable | undefined;
    private _locale?;
    get locale(): string;
    set locale(value: string);
    get localeInput(): string | undefined;
    private _value?;
    get value(): string;
    set value(value: string);
    get valueInput(): string | undefined;
}
export declare class IdentityDomainsSelfRegistrationProfileDisplayNameList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: IdentityDomainsSelfRegistrationProfileDisplayName[] | 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): IdentityDomainsSelfRegistrationProfileDisplayNameOutputReference;
}
export interface IdentityDomainsSelfRegistrationProfileEmailTemplate {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#value IdentityDomainsSelfRegistrationProfile#value}
    */
    readonly value: string;
}
export declare function identityDomainsSelfRegistrationProfileEmailTemplateToTerraform(struct?: IdentityDomainsSelfRegistrationProfileEmailTemplateOutputReference | IdentityDomainsSelfRegistrationProfileEmailTemplate): any;
export declare function identityDomainsSelfRegistrationProfileEmailTemplateToHclTerraform(struct?: IdentityDomainsSelfRegistrationProfileEmailTemplateOutputReference | IdentityDomainsSelfRegistrationProfileEmailTemplate): any;
export declare class IdentityDomainsSelfRegistrationProfileEmailTemplateOutputReference 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(): IdentityDomainsSelfRegistrationProfileEmailTemplate | undefined;
    set internalValue(value: IdentityDomainsSelfRegistrationProfileEmailTemplate | undefined);
    get display(): string;
    get ref(): string;
    private _value?;
    get value(): string;
    set value(value: string);
    get valueInput(): string | undefined;
}
export interface IdentityDomainsSelfRegistrationProfileFooterText {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#default IdentityDomainsSelfRegistrationProfile#default}
    */
    readonly default?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#locale IdentityDomainsSelfRegistrationProfile#locale}
    */
    readonly locale: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#value IdentityDomainsSelfRegistrationProfile#value}
    */
    readonly value: string;
}
export declare function identityDomainsSelfRegistrationProfileFooterTextToTerraform(struct?: IdentityDomainsSelfRegistrationProfileFooterText | cdktf.IResolvable): any;
export declare function identityDomainsSelfRegistrationProfileFooterTextToHclTerraform(struct?: IdentityDomainsSelfRegistrationProfileFooterText | cdktf.IResolvable): any;
export declare class IdentityDomainsSelfRegistrationProfileFooterTextOutputReference 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(): IdentityDomainsSelfRegistrationProfileFooterText | cdktf.IResolvable | undefined;
    set internalValue(value: IdentityDomainsSelfRegistrationProfileFooterText | cdktf.IResolvable | undefined);
    private _default?;
    get default(): boolean | cdktf.IResolvable;
    set default(value: boolean | cdktf.IResolvable);
    resetDefault(): void;
    get defaultInput(): boolean | cdktf.IResolvable | undefined;
    private _locale?;
    get locale(): string;
    set locale(value: string);
    get localeInput(): string | undefined;
    private _value?;
    get value(): string;
    set value(value: string);
    get valueInput(): string | undefined;
}
export declare class IdentityDomainsSelfRegistrationProfileFooterTextList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: IdentityDomainsSelfRegistrationProfileFooterText[] | 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): IdentityDomainsSelfRegistrationProfileFooterTextOutputReference;
}
export interface IdentityDomainsSelfRegistrationProfileHeaderText {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#default IdentityDomainsSelfRegistrationProfile#default}
    */
    readonly default?: boolean | cdktf.IResolvable;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#locale IdentityDomainsSelfRegistrationProfile#locale}
    */
    readonly locale: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#value IdentityDomainsSelfRegistrationProfile#value}
    */
    readonly value: string;
}
export declare function identityDomainsSelfRegistrationProfileHeaderTextToTerraform(struct?: IdentityDomainsSelfRegistrationProfileHeaderText | cdktf.IResolvable): any;
export declare function identityDomainsSelfRegistrationProfileHeaderTextToHclTerraform(struct?: IdentityDomainsSelfRegistrationProfileHeaderText | cdktf.IResolvable): any;
export declare class IdentityDomainsSelfRegistrationProfileHeaderTextOutputReference 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(): IdentityDomainsSelfRegistrationProfileHeaderText | cdktf.IResolvable | undefined;
    set internalValue(value: IdentityDomainsSelfRegistrationProfileHeaderText | cdktf.IResolvable | undefined);
    private _default?;
    get default(): boolean | cdktf.IResolvable;
    set default(value: boolean | cdktf.IResolvable);
    resetDefault(): void;
    get defaultInput(): boolean | cdktf.IResolvable | undefined;
    private _locale?;
    get locale(): string;
    set locale(value: string);
    get localeInput(): string | undefined;
    private _value?;
    get value(): string;
    set value(value: string);
    get valueInput(): string | undefined;
}
export declare class IdentityDomainsSelfRegistrationProfileHeaderTextList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: IdentityDomainsSelfRegistrationProfileHeaderText[] | 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): IdentityDomainsSelfRegistrationProfileHeaderTextOutputReference;
}
export interface IdentityDomainsSelfRegistrationProfileTags {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#key IdentityDomainsSelfRegistrationProfile#key}
    */
    readonly key: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#value IdentityDomainsSelfRegistrationProfile#value}
    */
    readonly value: string;
}
export declare function identityDomainsSelfRegistrationProfileTagsToTerraform(struct?: IdentityDomainsSelfRegistrationProfileTags | cdktf.IResolvable): any;
export declare function identityDomainsSelfRegistrationProfileTagsToHclTerraform(struct?: IdentityDomainsSelfRegistrationProfileTags | cdktf.IResolvable): any;
export declare class IdentityDomainsSelfRegistrationProfileTagsOutputReference 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(): IdentityDomainsSelfRegistrationProfileTags | cdktf.IResolvable | undefined;
    set internalValue(value: IdentityDomainsSelfRegistrationProfileTags | 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 IdentityDomainsSelfRegistrationProfileTagsList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: IdentityDomainsSelfRegistrationProfileTags[] | 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): IdentityDomainsSelfRegistrationProfileTagsOutputReference;
}
export interface IdentityDomainsSelfRegistrationProfileTimeouts {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#create IdentityDomainsSelfRegistrationProfile#create}
    */
    readonly create?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#delete IdentityDomainsSelfRegistrationProfile#delete}
    */
    readonly delete?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#update IdentityDomainsSelfRegistrationProfile#update}
    */
    readonly update?: string;
}
export declare function identityDomainsSelfRegistrationProfileTimeoutsToTerraform(struct?: IdentityDomainsSelfRegistrationProfileTimeouts | cdktf.IResolvable): any;
export declare function identityDomainsSelfRegistrationProfileTimeoutsToHclTerraform(struct?: IdentityDomainsSelfRegistrationProfileTimeouts | cdktf.IResolvable): any;
export declare class IdentityDomainsSelfRegistrationProfileTimeoutsOutputReference 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(): IdentityDomainsSelfRegistrationProfileTimeouts | cdktf.IResolvable | undefined;
    set internalValue(value: IdentityDomainsSelfRegistrationProfileTimeouts | 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 IdentityDomainsSelfRegistrationProfileUserAttributes {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#fully_qualified_attribute_name IdentityDomainsSelfRegistrationProfile#fully_qualified_attribute_name}
    */
    readonly fullyQualifiedAttributeName?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#seq_number IdentityDomainsSelfRegistrationProfile#seq_number}
    */
    readonly seqNumber: number;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#value IdentityDomainsSelfRegistrationProfile#value}
    */
    readonly value: string;
}
export declare function identityDomainsSelfRegistrationProfileUserAttributesToTerraform(struct?: IdentityDomainsSelfRegistrationProfileUserAttributes | cdktf.IResolvable): any;
export declare function identityDomainsSelfRegistrationProfileUserAttributesToHclTerraform(struct?: IdentityDomainsSelfRegistrationProfileUserAttributes | cdktf.IResolvable): any;
export declare class IdentityDomainsSelfRegistrationProfileUserAttributesOutputReference 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(): IdentityDomainsSelfRegistrationProfileUserAttributes | cdktf.IResolvable | undefined;
    set internalValue(value: IdentityDomainsSelfRegistrationProfileUserAttributes | cdktf.IResolvable | undefined);
    get deletable(): cdktf.IResolvable;
    private _fullyQualifiedAttributeName?;
    get fullyQualifiedAttributeName(): string;
    set fullyQualifiedAttributeName(value: string);
    resetFullyQualifiedAttributeName(): void;
    get fullyQualifiedAttributeNameInput(): string | undefined;
    get metadata(): string;
    private _seqNumber?;
    get seqNumber(): number;
    set seqNumber(value: number);
    get seqNumberInput(): number | undefined;
    private _value?;
    get value(): string;
    set value(value: string);
    get valueInput(): string | undefined;
}
export declare class IdentityDomainsSelfRegistrationProfileUserAttributesList extends cdktf.ComplexList {
    protected terraformResource: cdktf.IInterpolatingParent;
    protected terraformAttribute: string;
    protected wrapsSet: boolean;
    internalValue?: IdentityDomainsSelfRegistrationProfileUserAttributes[] | 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): IdentityDomainsSelfRegistrationProfileUserAttributesOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile oci_identity_domains_self_registration_profile}
*/
export declare class IdentityDomainsSelfRegistrationProfile extends cdktf.TerraformResource {
    static readonly tfResourceType = "oci_identity_domains_self_registration_profile";
    /**
    * Generates CDKTF code for importing a IdentityDomainsSelfRegistrationProfile 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 IdentityDomainsSelfRegistrationProfile to import
    * @param importFromId The id of the existing IdentityDomainsSelfRegistrationProfile that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_self_registration_profile#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the IdentityDomainsSelfRegistrationProfile 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_self_registration_profile oci_identity_domains_self_registration_profile} 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 IdentityDomainsSelfRegistrationProfileConfig
    */
    constructor(scope: Construct, id: string, config: IdentityDomainsSelfRegistrationProfileConfig);
    private _activationEmailRequired?;
    get activationEmailRequired(): boolean | cdktf.IResolvable;
    set activationEmailRequired(value: boolean | cdktf.IResolvable);
    get activationEmailRequiredInput(): boolean | cdktf.IResolvable | undefined;
    private _active?;
    get active(): boolean | cdktf.IResolvable;
    set active(value: boolean | cdktf.IResolvable);
    resetActive(): void;
    get activeInput(): boolean | cdktf.IResolvable | undefined;
    private _allowedEmailDomains?;
    get allowedEmailDomains(): string[];
    set allowedEmailDomains(value: string[]);
    resetAllowedEmailDomains(): void;
    get allowedEmailDomainsInput(): 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 compartmentOcid(): string;
    private _consentTextPresent?;
    get consentTextPresent(): boolean | cdktf.IResolvable;
    set consentTextPresent(value: boolean | cdktf.IResolvable);
    get consentTextPresentInput(): boolean | cdktf.IResolvable | undefined;
    get deleteInProgress(): cdktf.IResolvable;
    private _disallowedEmailDomains?;
    get disallowedEmailDomains(): string[];
    set disallowedEmailDomains(value: string[]);
    resetDisallowedEmailDomains(): void;
    get disallowedEmailDomainsInput(): string[] | undefined;
    get domainOcid(): string;
    private _externalId?;
    get externalId(): string;
    set externalId(value: string);
    resetExternalId(): void;
    get externalIdInput(): string | undefined;
    private _footerLogo?;
    get footerLogo(): string;
    set footerLogo(value: string);
    resetFooterLogo(): void;
    get footerLogoInput(): string | undefined;
    private _headerLogo?;
    get headerLogo(): string;
    set headerLogo(value: string);
    resetHeaderLogo(): void;
    get headerLogoInput(): string | undefined;
    get id(): string;
    private _idcsCreatedBy;
    get idcsCreatedBy(): IdentityDomainsSelfRegistrationProfileIdcsCreatedByList;
    private _idcsEndpoint?;
    get idcsEndpoint(): string;
    set idcsEndpoint(value: string);
    get idcsEndpointInput(): string | undefined;
    private _idcsLastModifiedBy;
    get idcsLastModifiedBy(): IdentityDomainsSelfRegistrationProfileIdcsLastModifiedByList;
    get idcsLastUpgradedInRelease(): string;
    get idcsPreventedOperations(): string[];
    private _meta;
    get meta(): IdentityDomainsSelfRegistrationProfileMetaList;
    private _name?;
    get name(): string;
    set name(value: string);
    get nameInput(): string | undefined;
    private _numberOfDaysRedirectUrlIsValid?;
    get numberOfDaysRedirectUrlIsValid(): number;
    set numberOfDaysRedirectUrlIsValid(value: number);
    get numberOfDaysRedirectUrlIsValidInput(): number | undefined;
    private _ocid?;
    get ocid(): string;
    set ocid(value: string);
    resetOcid(): void;
    get ocidInput(): string | undefined;
    private _redirectUrl?;
    get redirectUrl(): string;
    set redirectUrl(value: string);
    get redirectUrlInput(): 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;
    private _showOnLoginPage?;
    get showOnLoginPage(): boolean | cdktf.IResolvable;
    set showOnLoginPage(value: boolean | cdktf.IResolvable);
    get showOnLoginPageInput(): boolean | cdktf.IResolvable | undefined;
    get tenancyOcid(): string;
    private _afterSubmitText;
    get afterSubmitText(): IdentityDomainsSelfRegistrationProfileAfterSubmitTextList;
    putAfterSubmitText(value: IdentityDomainsSelfRegistrationProfileAfterSubmitText[] | cdktf.IResolvable): void;
    resetAfterSubmitText(): void;
    get afterSubmitTextInput(): cdktf.IResolvable | IdentityDomainsSelfRegistrationProfileAfterSubmitText[] | undefined;
    private _consentText;
    get consentText(): IdentityDomainsSelfRegistrationProfileConsentTextList;
    putConsentText(value: IdentityDomainsSelfRegistrationProfileConsentText[] | cdktf.IResolvable): void;
    resetConsentText(): void;
    get consentTextInput(): cdktf.IResolvable | IdentityDomainsSelfRegistrationProfileConsentText[] | undefined;
    private _defaultGroups;
    get defaultGroups(): IdentityDomainsSelfRegistrationProfileDefaultGroupsList;
    putDefaultGroups(value: IdentityDomainsSelfRegistrationProfileDefaultGroups[] | cdktf.IResolvable): void;
    resetDefaultGroups(): void;
    get defaultGroupsInput(): cdktf.IResolvable | IdentityDomainsSelfRegistrationProfileDefaultGroups[] | undefined;
    private _displayName;
    get displayName(): IdentityDomainsSelfRegistrationProfileDisplayNameList;
    putDisplayName(value: IdentityDomainsSelfRegistrationProfileDisplayName[] | cdktf.IResolvable): void;
    get displayNameInput(): cdktf.IResolvable | IdentityDomainsSelfRegistrationProfileDisplayName[] | undefined;
    private _emailTemplate;
    get emailTemplate(): IdentityDomainsSelfRegistrationProfileEmailTemplateOutputReference;
    putEmailTemplate(value: IdentityDomainsSelfRegistrationProfileEmailTemplate): void;
    get emailTemplateInput(): IdentityDomainsSelfRegistrationProfileEmailTemplate | undefined;
    private _footerText;
    get footerText(): IdentityDomainsSelfRegistrationProfileFooterTextList;
    putFooterText(value: IdentityDomainsSelfRegistrationProfileFooterText[] | cdktf.IResolvable): void;
    resetFooterText(): void;
    get footerTextInput(): cdktf.IResolvable | IdentityDomainsSelfRegistrationProfileFooterText[] | undefined;
    private _headerText;
    get headerText(): IdentityDomainsSelfRegistrationProfileHeaderTextList;
    putHeaderText(value: IdentityDomainsSelfRegistrationProfileHeaderText[] | cdktf.IResolvable): void;
    resetHeaderText(): void;
    get headerTextInput(): cdktf.IResolvable | IdentityDomainsSelfRegistrationProfileHeaderText[] | undefined;
    private _tags;
    get tags(): IdentityDomainsSelfRegistrationProfileTagsList;
    putTags(value: IdentityDomainsSelfRegistrationProfileTags[] | cdktf.IResolvable): void;
    resetTags(): void;
    get tagsInput(): cdktf.IResolvable | IdentityDomainsSelfRegistrationProfileTags[] | undefined;
    private _timeouts;
    get timeouts(): IdentityDomainsSelfRegistrationProfileTimeoutsOutputReference;
    putTimeouts(value: IdentityDomainsSelfRegistrationProfileTimeouts): void;
    resetTimeouts(): void;
    get timeoutsInput(): cdktf.IResolvable | IdentityDomainsSelfRegistrationProfileTimeouts | undefined;
    private _userAttributes;
    get userAttributes(): IdentityDomainsSelfRegistrationProfileUserAttributesList;
    putUserAttributes(value: IdentityDomainsSelfRegistrationProfileUserAttributes[] | cdktf.IResolvable): void;
    resetUserAttributes(): void;
    get userAttributesInput(): cdktf.IResolvable | IdentityDomainsSelfRegistrationProfileUserAttributes[] | undefined;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}