Show / Hide Table of Contents

Class ProviderArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProviderArgs
Inherited Members
ResourceArgs.Empty
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 sealed class ProviderArgs : ResourceArgs

Constructors

View Source

ProviderArgs()

Declaration
public ProviderArgs()

Properties

View Source

BaseUrl

The GitLab Base API URL

Declaration
public Input<string> BaseUrl { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CacertFile

A file containing the ca certificate to use in case ssl certificate is not from a standard chain

Declaration
public Input<string> CacertFile { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClientCert

File path to client certificate when GitLab instance is behind company proxy. File must contain PEM encoded data.

Declaration
public Input<string> ClientCert { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClientKey

File path to client key when GitLab instance is behind company proxy. File must contain PEM encoded data.

Declaration
public Input<string> ClientKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Insecure

Disable SSL verification of API calls

Declaration
public Input<bool> Insecure { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Token

The OAuth token used to connect to GitLab.

Declaration
public Input<string> Token { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.