vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface NamedCredentialMetadata

    interface NamedCredentialMetadata {
        allowMergeFieldsInBody?: boolean;
        allowMergeFieldsInHeader?: boolean;
        authProvider?: string;
        authTokenEndpointUrl?: string;
        awsAccessKey?: string;
        awsAccessSecret?: string;
        awsRegion?: string;
        awsService?: string;
        certificate?: string;
        endpoint?: string;
        fullName?: string;
        generateAuthorizationHeader?: boolean;
        jwtAudience?: string;
        jwtFormulaSubject?: string;
        jwtIssuer?: string;
        jwtSigningCertificate?: string;
        jwtTextSubject?: string;
        jwtValidityPeriodSeconds?: number;
        label: string;
        namedCredentialParameters?: NamedCredentialParameter[];
        namedCredentialType?: NamedCredentialType;
        oauthRefreshToken?: string;
        oauthScope?: string;
        oauthToken?: string;
        outboundNetworkConnection?: string;
        password?: string;
        principalType?: ExternalPrincipalType;
        protocol?: AuthenticationProtocol;
        username?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowMergeFieldsInBody?: boolean
    allowMergeFieldsInHeader?: boolean
    authProvider?: string
    authTokenEndpointUrl?: string
    awsAccessKey?: string
    awsAccessSecret?: string
    awsRegion?: string
    awsService?: string
    certificate?: string
    endpoint?: string
    fullName?: string
    generateAuthorizationHeader?: boolean
    jwtAudience?: string
    jwtFormulaSubject?: string
    jwtIssuer?: string
    jwtSigningCertificate?: string
    jwtTextSubject?: string
    jwtValidityPeriodSeconds?: number
    label: string
    namedCredentialParameters?: NamedCredentialParameter[]
    namedCredentialType?: NamedCredentialType
    oauthRefreshToken?: string
    oauthScope?: string
    oauthToken?: string
    outboundNetworkConnection?: string
    password?: string
    principalType?: ExternalPrincipalType
    username?: string