import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsSocialIdentityProviderConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_social_identity_provider#authorization DataOciIdentityDomainsSocialIdentityProvider#authorization}
    */
    readonly authorization?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_social_identity_provider#idcs_endpoint DataOciIdentityDomainsSocialIdentityProvider#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_social_identity_provider#resource_type_schema_version DataOciIdentityDomainsSocialIdentityProvider#resource_type_schema_version}
    */
    readonly resourceTypeSchemaVersion?: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_social_identity_provider#social_identity_provider_id DataOciIdentityDomainsSocialIdentityProvider#social_identity_provider_id}
    */
    readonly socialIdentityProviderId: string;
}
export interface DataOciIdentityDomainsSocialIdentityProviderIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsSocialIdentityProviderIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsSocialIdentityProviderIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsSocialIdentityProviderIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsSocialIdentityProviderIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsSocialIdentityProviderIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsSocialIdentityProviderIdcsCreatedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsSocialIdentityProviderIdcsCreatedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsSocialIdentityProviderIdcsCreatedByList 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): DataOciIdentityDomainsSocialIdentityProviderIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsSocialIdentityProviderIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsSocialIdentityProviderIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsSocialIdentityProviderIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsSocialIdentityProviderIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsSocialIdentityProviderIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsSocialIdentityProviderIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsSocialIdentityProviderIdcsLastModifiedBy | undefined;
    set internalValue(value: DataOciIdentityDomainsSocialIdentityProviderIdcsLastModifiedBy | undefined);
    get display(): string;
    get ocid(): string;
    get ref(): string;
    get type(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsSocialIdentityProviderIdcsLastModifiedByList 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): DataOciIdentityDomainsSocialIdentityProviderIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsSocialIdentityProviderJitProvAssignedGroups {
}
export declare function dataOciIdentityDomainsSocialIdentityProviderJitProvAssignedGroupsToTerraform(struct?: DataOciIdentityDomainsSocialIdentityProviderJitProvAssignedGroups): any;
export declare function dataOciIdentityDomainsSocialIdentityProviderJitProvAssignedGroupsToHclTerraform(struct?: DataOciIdentityDomainsSocialIdentityProviderJitProvAssignedGroups): any;
export declare class DataOciIdentityDomainsSocialIdentityProviderJitProvAssignedGroupsOutputReference 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(): DataOciIdentityDomainsSocialIdentityProviderJitProvAssignedGroups | undefined;
    set internalValue(value: DataOciIdentityDomainsSocialIdentityProviderJitProvAssignedGroups | undefined);
    get display(): string;
    get ref(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsSocialIdentityProviderJitProvAssignedGroupsList 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): DataOciIdentityDomainsSocialIdentityProviderJitProvAssignedGroupsOutputReference;
}
export interface DataOciIdentityDomainsSocialIdentityProviderMeta {
}
export declare function dataOciIdentityDomainsSocialIdentityProviderMetaToTerraform(struct?: DataOciIdentityDomainsSocialIdentityProviderMeta): any;
export declare function dataOciIdentityDomainsSocialIdentityProviderMetaToHclTerraform(struct?: DataOciIdentityDomainsSocialIdentityProviderMeta): any;
export declare class DataOciIdentityDomainsSocialIdentityProviderMetaOutputReference 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(): DataOciIdentityDomainsSocialIdentityProviderMeta | undefined;
    set internalValue(value: DataOciIdentityDomainsSocialIdentityProviderMeta | undefined);
    get created(): string;
    get lastModified(): string;
    get location(): string;
    get resourceType(): string;
    get version(): string;
}
export declare class DataOciIdentityDomainsSocialIdentityProviderMetaList 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): DataOciIdentityDomainsSocialIdentityProviderMetaOutputReference;
}
export interface DataOciIdentityDomainsSocialIdentityProviderRelayIdpParamMappings {
}
export declare function dataOciIdentityDomainsSocialIdentityProviderRelayIdpParamMappingsToTerraform(struct?: DataOciIdentityDomainsSocialIdentityProviderRelayIdpParamMappings): any;
export declare function dataOciIdentityDomainsSocialIdentityProviderRelayIdpParamMappingsToHclTerraform(struct?: DataOciIdentityDomainsSocialIdentityProviderRelayIdpParamMappings): any;
export declare class DataOciIdentityDomainsSocialIdentityProviderRelayIdpParamMappingsOutputReference 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(): DataOciIdentityDomainsSocialIdentityProviderRelayIdpParamMappings | undefined;
    set internalValue(value: DataOciIdentityDomainsSocialIdentityProviderRelayIdpParamMappings | undefined);
    get relayParamKey(): string;
    get relayParamValue(): string;
}
export declare class DataOciIdentityDomainsSocialIdentityProviderRelayIdpParamMappingsList 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): DataOciIdentityDomainsSocialIdentityProviderRelayIdpParamMappingsOutputReference;
}
export interface DataOciIdentityDomainsSocialIdentityProviderTags {
}
export declare function dataOciIdentityDomainsSocialIdentityProviderTagsToTerraform(struct?: DataOciIdentityDomainsSocialIdentityProviderTags): any;
export declare function dataOciIdentityDomainsSocialIdentityProviderTagsToHclTerraform(struct?: DataOciIdentityDomainsSocialIdentityProviderTags): any;
export declare class DataOciIdentityDomainsSocialIdentityProviderTagsOutputReference 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(): DataOciIdentityDomainsSocialIdentityProviderTags | undefined;
    set internalValue(value: DataOciIdentityDomainsSocialIdentityProviderTags | undefined);
    get key(): string;
    get value(): string;
}
export declare class DataOciIdentityDomainsSocialIdentityProviderTagsList 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): DataOciIdentityDomainsSocialIdentityProviderTagsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_social_identity_provider oci_identity_domains_social_identity_provider}
*/
export declare class DataOciIdentityDomainsSocialIdentityProvider extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_identity_domains_social_identity_provider";
    /**
    * Generates CDKTF code for importing a DataOciIdentityDomainsSocialIdentityProvider 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 DataOciIdentityDomainsSocialIdentityProvider to import
    * @param importFromId The id of the existing DataOciIdentityDomainsSocialIdentityProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_social_identity_provider#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciIdentityDomainsSocialIdentityProvider 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_social_identity_provider oci_identity_domains_social_identity_provider} 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 DataOciIdentityDomainsSocialIdentityProviderConfig
    */
    constructor(scope: Construct, id: string, config: DataOciIdentityDomainsSocialIdentityProviderConfig);
    get accessTokenUrl(): string;
    get accountLinkingEnabled(): cdktf.IResolvable;
    get adminScope(): string[];
    private _authorization?;
    get authorization(): string;
    set authorization(value: string);
    resetAuthorization(): void;
    get authorizationInput(): string | undefined;
    get authzUrl(): string;
    get autoRedirectEnabled(): cdktf.IResolvable;
    get clientCredentialInPayload(): cdktf.IResolvable;
    get clockSkewInSeconds(): number;
    get compartmentOcid(): string;
    get consumerKey(): string;
    get consumerSecret(): string;
    get deleteInProgress(): cdktf.IResolvable;
    get description(): string;
    get discoveryUrl(): string;
    get domainOcid(): string;
    get enabled(): cdktf.IResolvable;
    get iconUrl(): string;
    get id(): string;
    get idAttribute(): string;
    private _idcsCreatedBy;
    get idcsCreatedBy(): DataOciIdentityDomainsSocialIdentityProviderIdcsCreatedByList;
    private _idcsEndpoint?;
    get idcsEndpoint(): string;
    set idcsEndpoint(value: string);
    get idcsEndpointInput(): string | undefined;
    private _idcsLastModifiedBy;
    get idcsLastModifiedBy(): DataOciIdentityDomainsSocialIdentityProviderIdcsLastModifiedByList;
    get idcsLastUpgradedInRelease(): string;
    get idcsPreventedOperations(): string[];
    private _jitProvAssignedGroups;
    get jitProvAssignedGroups(): DataOciIdentityDomainsSocialIdentityProviderJitProvAssignedGroupsList;
    get jitProvGroupStaticListEnabled(): cdktf.IResolvable;
    private _meta;
    get meta(): DataOciIdentityDomainsSocialIdentityProviderMetaList;
    get name(): string;
    get ocid(): string;
    get profileUrl(): string;
    get redirectUrl(): string;
    get refreshTokenUrl(): string;
    get registrationEnabled(): cdktf.IResolvable;
    private _relayIdpParamMappings;
    get relayIdpParamMappings(): DataOciIdentityDomainsSocialIdentityProviderRelayIdpParamMappingsList;
    private _resourceTypeSchemaVersion?;
    get resourceTypeSchemaVersion(): string;
    set resourceTypeSchemaVersion(value: string);
    resetResourceTypeSchemaVersion(): void;
    get resourceTypeSchemaVersionInput(): string | undefined;
    get schemas(): string[];
    get scope(): string[];
    get serviceProviderName(): string;
    get showOnLogin(): cdktf.IResolvable;
    private _socialIdentityProviderId?;
    get socialIdentityProviderId(): string;
    set socialIdentityProviderId(value: string);
    get socialIdentityProviderIdInput(): string | undefined;
    get socialJitProvisioningEnabled(): cdktf.IResolvable;
    get status(): string;
    private _tags;
    get tags(): DataOciIdentityDomainsSocialIdentityProviderTagsList;
    get tenancyOcid(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
