Class Config
Inheritance
System.Object
Config
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.GitLab
Assembly: Pulumi.GitLab.dll
Syntax
public static class Config
Properties
View SourceBaseUrl
The GitLab Base API URL
Declaration
public static string BaseUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CacertFile
A file containing the ca certificate to use in case ssl certificate is not from a standard chain
Declaration
public static string CacertFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClientCert
File path to client certificate when GitLab instance is behind company proxy. File must contain PEM encoded data.
Declaration
public static string ClientCert { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClientKey
File path to client key when GitLab instance is behind company proxy. File must contain PEM encoded data.
Declaration
public static string ClientKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Insecure
Disable SSL verification of API calls
Declaration
public static bool? Insecure { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Token
The OAuth token used to connect to GitLab.
Declaration
public static string Token { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |