Frodo Library - v4.8.5
    Preparing search index...

    Interface AdditionalServiceAccountInterface

    One named, independently-addressable service account on a connection profile, decrypted (in-memory) shape.

    interface AdditionalServiceAccountInterface {
        name: string;
        svcacctId: string;
        svcacctJwk: JwkRsa;
        svcacctScope?: string;
    }
    Index

    Properties

    name: string
    svcacctId: string
    svcacctJwk: JwkRsa
    svcacctScope?: string