Type Alias IDPsStatus

type IDPsStatus = {
    active_interactive_idps_count?: number;
    idps_metadata?: {
        active?: boolean;
        interactive?: boolean;
        provider?: IDPProvider;
    }[];
}
Index

Properties

active_interactive_idps_count?: number

The number of active interactive IdPs.

idps_metadata?: {
    active?: boolean;
    interactive?: boolean;
    provider?: IDPProvider;
}[]

Type Declaration

  • Optionalactive?: boolean

    Indicates whether the IdP is available for use.

  • Optionalinteractive?: boolean
  • Optionalprovider?: IDPProvider