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

    Interface SecureAdditionalServiceAccountInterface

    One named, independently-addressable service account on a connection profile, on-disk (encrypted JWK) shape.

    interface SecureAdditionalServiceAccountInterface {
        encodedSvcacctJwk: string;
        name: string;
        svcacctId: string;
        svcacctScope?: string;
    }
    Index

    Properties

    encodedSvcacctJwk: string
    name: string
    svcacctId: string
    svcacctScope?: string