Package version:

Interface CredentialReference

Credential reference type.

interface CredentialReference {
    referenceName: string;
    type: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

Properties

referenceName: string

Reference credential name.

type: string

Credential reference type.