import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataYandexOrganizationmanagerIdpApplicationSamlApplicationConfig extends cdktf.TerraformMetaArguments { /** * ID of the SAML application to return. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/organizationmanager_idp_application_saml_application#application_id DataYandexOrganizationmanagerIdpApplicationSamlApplication#application_id} */ readonly applicationId?: string; /** * ID of the SAML application to return. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/organizationmanager_idp_application_saml_application#id DataYandexOrganizationmanagerIdpApplicationSamlApplication#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/yandex-cloud/yandex/0.177.0/docs/data-sources/organizationmanager_idp_application_saml_application#timeouts DataYandexOrganizationmanagerIdpApplicationSamlApplication#timeouts} */ readonly timeouts?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationTimeouts; } export interface DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingAttributes { } export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingAttributesToTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingAttributes): any; export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingAttributesToHclTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingAttributes): any; export declare class DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingAttributesOutputReference 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(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingAttributes | undefined; set internalValue(value: DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingAttributes | undefined); get name(): any; get value(): any; } export declare class DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingAttributesList 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): DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingAttributesOutputReference; } export interface DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingNameId { } export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingNameIdToTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingNameId): any; export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingNameIdToHclTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingNameId): any; export declare class DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingNameIdOutputReference 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(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingNameId | undefined; set internalValue(value: DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingNameId | undefined); get format(): any; get value(): any; } export interface DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMapping { } export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingToTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMapping): any; export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingToHclTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMapping): any; export declare class DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingOutputReference 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(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMapping | undefined; set internalValue(value: DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMapping | undefined); private _attributes; get attributes(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingAttributesList; private _nameId; get nameId(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingNameIdOutputReference; } export interface DataYandexOrganizationmanagerIdpApplicationSamlApplicationGroupClaimsSettings { } export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationGroupClaimsSettingsToTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationGroupClaimsSettings): any; export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationGroupClaimsSettingsToHclTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationGroupClaimsSettings): any; export declare class DataYandexOrganizationmanagerIdpApplicationSamlApplicationGroupClaimsSettingsOutputReference 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(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationGroupClaimsSettings | undefined; set internalValue(value: DataYandexOrganizationmanagerIdpApplicationSamlApplicationGroupClaimsSettings | undefined); get groupAttributeName(): any; get groupDistributionType(): any; } export interface DataYandexOrganizationmanagerIdpApplicationSamlApplicationIdentityProviderMetadata { } export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationIdentityProviderMetadataToTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationIdentityProviderMetadata): any; export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationIdentityProviderMetadataToHclTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationIdentityProviderMetadata): any; export declare class DataYandexOrganizationmanagerIdpApplicationSamlApplicationIdentityProviderMetadataOutputReference 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(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationIdentityProviderMetadata | undefined; set internalValue(value: DataYandexOrganizationmanagerIdpApplicationSamlApplicationIdentityProviderMetadata | undefined); get issuer(): any; get metadataUrl(): any; get sloUrl(): any; get ssoUrl(): any; } export interface DataYandexOrganizationmanagerIdpApplicationSamlApplicationSecuritySettings { } export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationSecuritySettingsToTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationSecuritySettings): any; export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationSecuritySettingsToHclTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationSecuritySettings): any; export declare class DataYandexOrganizationmanagerIdpApplicationSamlApplicationSecuritySettingsOutputReference 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(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationSecuritySettings | undefined; set internalValue(value: DataYandexOrganizationmanagerIdpApplicationSamlApplicationSecuritySettings | undefined); get signatureCertificateId(): any; get signatureMode(): any; } export interface DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderAcsUrls { } export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderAcsUrlsToTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderAcsUrls): any; export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderAcsUrlsToHclTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderAcsUrls): any; export declare class DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderAcsUrlsOutputReference 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(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderAcsUrls | undefined; set internalValue(value: DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderAcsUrls | undefined); get index(): any; get url(): any; } export declare class DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderAcsUrlsList 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): DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderAcsUrlsOutputReference; } export interface DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderSloUrls { } export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderSloUrlsToTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderSloUrls): any; export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderSloUrlsToHclTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderSloUrls): any; export declare class DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderSloUrlsOutputReference 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(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderSloUrls | undefined; set internalValue(value: DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderSloUrls | undefined); get protocolBinding(): any; get responseUrl(): any; get url(): any; } export declare class DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderSloUrlsList 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): DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderSloUrlsOutputReference; } export interface DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProvider { } export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderToTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProvider): any; export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderToHclTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProvider): any; export declare class DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderOutputReference 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(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProvider | undefined; set internalValue(value: DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProvider | undefined); private _acsUrls; get acsUrls(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderAcsUrlsList; get entityId(): any; private _sloUrls; get sloUrls(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderSloUrlsList; } export interface DataYandexOrganizationmanagerIdpApplicationSamlApplicationTimeouts { /** * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/organizationmanager_idp_application_saml_application#create DataYandexOrganizationmanagerIdpApplicationSamlApplication#create} */ readonly create?: string; /** * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/organizationmanager_idp_application_saml_application#delete DataYandexOrganizationmanagerIdpApplicationSamlApplication#delete} */ readonly delete?: string; /** * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/organizationmanager_idp_application_saml_application#read DataYandexOrganizationmanagerIdpApplicationSamlApplication#read} */ readonly read?: string; /** * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/organizationmanager_idp_application_saml_application#update DataYandexOrganizationmanagerIdpApplicationSamlApplication#update} */ readonly update?: string; } export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationTimeoutsToTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationTimeouts | cdktf.IResolvable): any; export declare function dataYandexOrganizationmanagerIdpApplicationSamlApplicationTimeoutsToHclTerraform(struct?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationTimeouts | cdktf.IResolvable): any; export declare class DataYandexOrganizationmanagerIdpApplicationSamlApplicationTimeoutsOutputReference 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(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationTimeouts | cdktf.IResolvable | undefined; set internalValue(value: DataYandexOrganizationmanagerIdpApplicationSamlApplicationTimeouts | cdktf.IResolvable | undefined); private _create?; get create(): string; set create(value: string); resetCreate(): void; get createInput(): string; private _delete?; get delete(): string; set delete(value: string); resetDelete(): void; get deleteInput(): string; private _read?; get read(): string; set read(value: string); resetRead(): void; get readInput(): string; private _update?; get update(): string; set update(value: string); resetUpdate(): void; get updateInput(): string; } /** * Represents a {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/organizationmanager_idp_application_saml_application yandex_organizationmanager_idp_application_saml_application} */ export declare class DataYandexOrganizationmanagerIdpApplicationSamlApplication extends cdktf.TerraformDataSource { static readonly tfResourceType = "yandex_organizationmanager_idp_application_saml_application"; /** * Generates CDKTF code for importing a DataYandexOrganizationmanagerIdpApplicationSamlApplication resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataYandexOrganizationmanagerIdpApplicationSamlApplication to import * @param importFromId The id of the existing DataYandexOrganizationmanagerIdpApplicationSamlApplication that should be imported. Refer to the {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/organizationmanager_idp_application_saml_application#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataYandexOrganizationmanagerIdpApplicationSamlApplication to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any; /** * Create a new {@link https://registry.terraform.io/providers/yandex-cloud/yandex/0.177.0/docs/data-sources/organizationmanager_idp_application_saml_application yandex_organizationmanager_idp_application_saml_application} 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 DataYandexOrganizationmanagerIdpApplicationSamlApplicationConfig = {} */ constructor(scope: Construct, id: string, config?: DataYandexOrganizationmanagerIdpApplicationSamlApplicationConfig); private _applicationId?; get applicationId(): string; set applicationId(value: string); resetApplicationId(): void; get applicationIdInput(): string; private _attributeMapping; get attributeMapping(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationAttributeMappingOutputReference; get createdAt(): any; get description(): any; private _groupClaimsSettings; get groupClaimsSettings(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationGroupClaimsSettingsOutputReference; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _identityProviderMetadata; get identityProviderMetadata(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationIdentityProviderMetadataOutputReference; private _labels; get labels(): any; get name(): any; get organizationId(): any; private _securitySettings; get securitySettings(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationSecuritySettingsOutputReference; private _serviceProvider; get serviceProvider(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationServiceProviderOutputReference; get status(): any; private _timeouts; get timeouts(): DataYandexOrganizationmanagerIdpApplicationSamlApplicationTimeoutsOutputReference; putTimeouts(value: DataYandexOrganizationmanagerIdpApplicationSamlApplicationTimeouts): void; resetTimeouts(): void; get timeoutsInput(): any; get updatedAt(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }