interface RepositoryResourceParameters {
    refName?: string;
    token?: string;
    tokenType?: string;
    version?: string;
}

Properties

refName?: string
token?: string

This is the security token to use when connecting to the repository.

tokenType?: string

Optional. This is the type of the token given. If not provided, a type of "Bearer" is assumed. Note: Use "Basic" for a PAT token.

version?: string