InedoSDK Reference
Version:

GitServiceCredentials Class

A Inedo.Extensibility.Credentials.ServiceCredentials for a Git-based service like GitLab, Azure DevOps.

Syntax

public class GitServiceCredentials : Inedo.Extensibility.Credentials.ServiceCredentials

Properties

Name Description
Password

Gets or sets the password or API token

UserName

Gets or sets the user name

Remarks

Implementers should inherit from GitServiceCredentials<TService> This is not for a generic Git repository; use a GenericGitRepository instead.