rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
478 lines (477 loc) • 28.2 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsBrandingSettingConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_branding_setting#attribute_sets DataOciIdentityDomainsBrandingSetting#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_branding_setting#attributes DataOciIdentityDomainsBrandingSetting#attributes}
*/
readonly attributes?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_branding_setting#authorization DataOciIdentityDomainsBrandingSetting#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_branding_setting#branding_setting_id DataOciIdentityDomainsBrandingSetting#branding_setting_id}
*/
readonly brandingSettingId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_branding_setting#id DataOciIdentityDomainsBrandingSetting#id}
*
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
*/
readonly id?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_branding_setting#idcs_endpoint DataOciIdentityDomainsBrandingSetting#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_branding_setting#resource_type_schema_version DataOciIdentityDomainsBrandingSetting#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
}
export interface DataOciIdentityDomainsBrandingSettingCompanyNames {
}
export declare function dataOciIdentityDomainsBrandingSettingCompanyNamesToTerraform(struct?: DataOciIdentityDomainsBrandingSettingCompanyNames): any;
export declare function dataOciIdentityDomainsBrandingSettingCompanyNamesToHclTerraform(struct?: DataOciIdentityDomainsBrandingSettingCompanyNames): any;
export declare class DataOciIdentityDomainsBrandingSettingCompanyNamesOutputReference 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(): DataOciIdentityDomainsBrandingSettingCompanyNames | undefined;
set internalValue(value: DataOciIdentityDomainsBrandingSettingCompanyNames | undefined);
get locale(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsBrandingSettingCompanyNamesList 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): DataOciIdentityDomainsBrandingSettingCompanyNamesOutputReference;
}
export interface DataOciIdentityDomainsBrandingSettingDefaultCompanyNames {
}
export declare function dataOciIdentityDomainsBrandingSettingDefaultCompanyNamesToTerraform(struct?: DataOciIdentityDomainsBrandingSettingDefaultCompanyNames): any;
export declare function dataOciIdentityDomainsBrandingSettingDefaultCompanyNamesToHclTerraform(struct?: DataOciIdentityDomainsBrandingSettingDefaultCompanyNames): any;
export declare class DataOciIdentityDomainsBrandingSettingDefaultCompanyNamesOutputReference 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(): DataOciIdentityDomainsBrandingSettingDefaultCompanyNames | undefined;
set internalValue(value: DataOciIdentityDomainsBrandingSettingDefaultCompanyNames | undefined);
get locale(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsBrandingSettingDefaultCompanyNamesList 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): DataOciIdentityDomainsBrandingSettingDefaultCompanyNamesOutputReference;
}
export interface DataOciIdentityDomainsBrandingSettingDefaultImages {
}
export declare function dataOciIdentityDomainsBrandingSettingDefaultImagesToTerraform(struct?: DataOciIdentityDomainsBrandingSettingDefaultImages): any;
export declare function dataOciIdentityDomainsBrandingSettingDefaultImagesToHclTerraform(struct?: DataOciIdentityDomainsBrandingSettingDefaultImages): any;
export declare class DataOciIdentityDomainsBrandingSettingDefaultImagesOutputReference 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(): DataOciIdentityDomainsBrandingSettingDefaultImages | undefined;
set internalValue(value: DataOciIdentityDomainsBrandingSettingDefaultImages | undefined);
get display(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsBrandingSettingDefaultImagesList 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): DataOciIdentityDomainsBrandingSettingDefaultImagesOutputReference;
}
export interface DataOciIdentityDomainsBrandingSettingDefaultLoginTexts {
}
export declare function dataOciIdentityDomainsBrandingSettingDefaultLoginTextsToTerraform(struct?: DataOciIdentityDomainsBrandingSettingDefaultLoginTexts): any;
export declare function dataOciIdentityDomainsBrandingSettingDefaultLoginTextsToHclTerraform(struct?: DataOciIdentityDomainsBrandingSettingDefaultLoginTexts): any;
export declare class DataOciIdentityDomainsBrandingSettingDefaultLoginTextsOutputReference 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(): DataOciIdentityDomainsBrandingSettingDefaultLoginTexts | undefined;
set internalValue(value: DataOciIdentityDomainsBrandingSettingDefaultLoginTexts | undefined);
get locale(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsBrandingSettingDefaultLoginTextsList 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): DataOciIdentityDomainsBrandingSettingDefaultLoginTextsOutputReference;
}
export interface DataOciIdentityDomainsBrandingSettingIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsBrandingSettingIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsBrandingSettingIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsBrandingSettingIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsBrandingSettingIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsBrandingSettingIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsBrandingSettingIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsBrandingSettingIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsBrandingSettingIdcsCreatedByList 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): DataOciIdentityDomainsBrandingSettingIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsBrandingSettingIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsBrandingSettingIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsBrandingSettingIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsBrandingSettingIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsBrandingSettingIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsBrandingSettingIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsBrandingSettingIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsBrandingSettingIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsBrandingSettingIdcsLastModifiedByList 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): DataOciIdentityDomainsBrandingSettingIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsBrandingSettingImages {
}
export declare function dataOciIdentityDomainsBrandingSettingImagesToTerraform(struct?: DataOciIdentityDomainsBrandingSettingImages): any;
export declare function dataOciIdentityDomainsBrandingSettingImagesToHclTerraform(struct?: DataOciIdentityDomainsBrandingSettingImages): any;
export declare class DataOciIdentityDomainsBrandingSettingImagesOutputReference 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(): DataOciIdentityDomainsBrandingSettingImages | undefined;
set internalValue(value: DataOciIdentityDomainsBrandingSettingImages | undefined);
get display(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsBrandingSettingImagesList 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): DataOciIdentityDomainsBrandingSettingImagesOutputReference;
}
export interface DataOciIdentityDomainsBrandingSettingLoginTexts {
}
export declare function dataOciIdentityDomainsBrandingSettingLoginTextsToTerraform(struct?: DataOciIdentityDomainsBrandingSettingLoginTexts): any;
export declare function dataOciIdentityDomainsBrandingSettingLoginTextsToHclTerraform(struct?: DataOciIdentityDomainsBrandingSettingLoginTexts): any;
export declare class DataOciIdentityDomainsBrandingSettingLoginTextsOutputReference 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(): DataOciIdentityDomainsBrandingSettingLoginTexts | undefined;
set internalValue(value: DataOciIdentityDomainsBrandingSettingLoginTexts | undefined);
get locale(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsBrandingSettingLoginTextsList 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): DataOciIdentityDomainsBrandingSettingLoginTextsOutputReference;
}
export interface DataOciIdentityDomainsBrandingSettingMeta {
}
export declare function dataOciIdentityDomainsBrandingSettingMetaToTerraform(struct?: DataOciIdentityDomainsBrandingSettingMeta): any;
export declare function dataOciIdentityDomainsBrandingSettingMetaToHclTerraform(struct?: DataOciIdentityDomainsBrandingSettingMeta): any;
export declare class DataOciIdentityDomainsBrandingSettingMetaOutputReference 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(): DataOciIdentityDomainsBrandingSettingMeta | undefined;
set internalValue(value: DataOciIdentityDomainsBrandingSettingMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsBrandingSettingMetaList 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): DataOciIdentityDomainsBrandingSettingMetaOutputReference;
}
export interface DataOciIdentityDomainsBrandingSettingTags {
}
export declare function dataOciIdentityDomainsBrandingSettingTagsToTerraform(struct?: DataOciIdentityDomainsBrandingSettingTags): any;
export declare function dataOciIdentityDomainsBrandingSettingTagsToHclTerraform(struct?: DataOciIdentityDomainsBrandingSettingTags): any;
export declare class DataOciIdentityDomainsBrandingSettingTagsOutputReference 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(): DataOciIdentityDomainsBrandingSettingTags | undefined;
set internalValue(value: DataOciIdentityDomainsBrandingSettingTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsBrandingSettingTagsList 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): DataOciIdentityDomainsBrandingSettingTagsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_branding_setting oci_identity_domains_branding_setting}
*/
export declare class DataOciIdentityDomainsBrandingSetting extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_branding_setting";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsBrandingSetting 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 DataOciIdentityDomainsBrandingSetting to import
* @param importFromId The id of the existing DataOciIdentityDomainsBrandingSetting that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_branding_setting#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsBrandingSetting 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_branding_setting oci_identity_domains_branding_setting} 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 DataOciIdentityDomainsBrandingSettingConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsBrandingSettingConfig);
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;
private _brandingSettingId?;
get brandingSettingId(): string;
set brandingSettingId(value: string);
get brandingSettingIdInput(): string | undefined;
private _companyNames;
get companyNames(): DataOciIdentityDomainsBrandingSettingCompanyNamesList;
get compartmentOcid(): string;
get customBranding(): cdktf.IResolvable;
get customCssLocation(): string;
get customHtmlLocation(): string;
get customTranslation(): string;
private _defaultCompanyNames;
get defaultCompanyNames(): DataOciIdentityDomainsBrandingSettingDefaultCompanyNamesList;
private _defaultImages;
get defaultImages(): DataOciIdentityDomainsBrandingSettingDefaultImagesList;
private _defaultLoginTexts;
get defaultLoginTexts(): DataOciIdentityDomainsBrandingSettingDefaultLoginTextsList;
get deleteInProgress(): cdktf.IResolvable;
get domainOcid(): string;
get enableTermsOfUse(): cdktf.IResolvable;
get externalId(): string;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsBrandingSettingIdcsCreatedByList;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsBrandingSettingIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
private _images;
get images(): DataOciIdentityDomainsBrandingSettingImagesList;
get isHostedPage(): cdktf.IResolvable;
get locale(): string;
private _loginTexts;
get loginTexts(): DataOciIdentityDomainsBrandingSettingLoginTextsList;
private _meta;
get meta(): DataOciIdentityDomainsBrandingSettingMetaList;
get ocid(): string;
get preferredLanguage(): string;
get privacyPolicyUrl(): string;
private _resourceTypeSchemaVersion?;
get resourceTypeSchemaVersion(): string;
set resourceTypeSchemaVersion(value: string);
resetResourceTypeSchemaVersion(): void;
get resourceTypeSchemaVersionInput(): string | undefined;
get schemas(): string[];
private _tags;
get tags(): DataOciIdentityDomainsBrandingSettingTagsList;
get tenancyOcid(): string;
get termsOfUseUrl(): string;
get timezone(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}