Project Home
Preparing search index...
The search index is not available
Frodo Library - v3.0.1-0
Frodo Library
Reference
CirclesOfTrustExportInterface
Interface CirclesOfTrustExportInterface
interface
CirclesOfTrustExportInterface
{
meta
?:
ExportMetaData
;
saml
:
{
cot
:
Record
<
string
,
CircleOfTrustSkeleton
>
;
hosted
:
Record
<
string
,
Saml2ProviderSkeleton
>
;
metadata
:
Record
<
string
,
string
[]
>
;
remote
:
Record
<
string
,
Saml2ProviderSkeleton
>
;
}
;
script
:
Record
<
string
,
ScriptSkeleton
>
;
}
Index
Properties
meta?
saml
script
Properties
Optional
meta
meta
?:
ExportMetaData
saml
saml
:
{
cot
:
Record
<
string
,
CircleOfTrustSkeleton
>
;
hosted
:
Record
<
string
,
Saml2ProviderSkeleton
>
;
metadata
:
Record
<
string
,
string
[]
>
;
remote
:
Record
<
string
,
Saml2ProviderSkeleton
>
;
}
Type declaration
cot
:
Record
<
string
,
CircleOfTrustSkeleton
>
hosted
:
Record
<
string
,
Saml2ProviderSkeleton
>
metadata
:
Record
<
string
,
string
[]
>
remote
:
Record
<
string
,
Saml2ProviderSkeleton
>
script
script
:
Record
<
string
,
ScriptSkeleton
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
meta
saml
script
Frodo Library - v3.0.1-0
Loading...