Frodo Library - v4.0.0-24
    Preparing search index...

    Interface ApplicationExportInterface

    Export format for applications

    interface ApplicationExportInterface {
        application?: Record<string, OAuth2ClientSkeleton>;
        connector?: Record<string, ConnectorSkeleton>;
        glossarySchema?: Record<string, GlossarySchemaItemSkeleton<any>>;
        managedApplication: Record<string, ApplicationGlossarySkeleton>;
        mapping?: Record<string, MappingSkeleton>;
        meta?: ExportMetaData;
        requestForm?: Record<string, RequestFormSkeleton>;
        requestType?: Record<string, RequestTypeSkeleton>;
        saml?: {
            cot?: Record<string, CircleOfTrustSkeleton>;
            hosted?: Record<string, Saml2ProviderSkeleton>;
            metadata?: Record<string, string[]>;
            remote?: Record<string, Saml2ProviderSkeleton>;
        };
        script?: Record<string, ScriptSkeleton>;
    }
    Index

    Properties

    application?: Record<string, OAuth2ClientSkeleton>

    OAuth2 clients

    connector?: Record<string, ConnectorSkeleton>

    connectors

    glossarySchema?: Record<string, GlossarySchemaItemSkeleton<any>>

    Glossary Schema

    managedApplication: Record<string, ApplicationGlossarySkeleton>

    Managed applications

    mapping?: Record<string, MappingSkeleton>

    mappings

    Metadata

    requestForm?: Record<string, RequestFormSkeleton>
    requestType?: Record<string, RequestTypeSkeleton>
    saml?: {
        cot?: Record<string, CircleOfTrustSkeleton>;
        hosted?: Record<string, Saml2ProviderSkeleton>;
        metadata?: Record<string, string[]>;
        remote?: Record<string, Saml2ProviderSkeleton>;
    }

    Saml providers, circles of trust, and metadata

    script?: Record<string, ScriptSkeleton>

    Scripts