IGUHealth
    Preparing search index...
    interface IdentityProvider {
        _accessType?: Element;
        _name?: Element;
        _status?: Element;
        accessType: code;
        id?: id;
        meta?: Meta;
        name: string;
        oidc?: IdentityProviderOidc;
        resourceType: "IdentityProvider";
        status: code;
    }
    Index

    Properties

    _accessType?: Element

    Method for connecting to external identity provider.

    _name?: Element

    The name of the external identity provider.

    _status?: Element

    The status of the identity provider.

    accessType: code

    Method for connecting to external identity provider.

    id?: id

    Logical id of this artifact

    meta?: Meta

    Metadata about the resource

    name: string

    The name of the external identity provider.

    OIDC connection configuration for the identity provider.

    resourceType: "IdentityProvider"
    status: code

    The status of the identity provider.