Show / Hide Table of Contents

Class AuthConfigGithubState

Inheritance
System.Object
InputArgs
ResourceArgs
AuthConfigGithubState
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.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class AuthConfigGithubState : ResourceArgs

Constructors

View Source

AuthConfigGithubState()

Declaration
public AuthConfigGithubState()

Properties

View Source

AccessMode

Access mode for auth. required, restricted, unrestricted are supported. Default unrestricted (string)

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

AllowedPrincipalIds

Allowed principal ids for auth. Required if access_mode is required or restricted. Ex: github_user://&lt;USER_ID> github_team://&lt;GROUP_ID> github_org://&lt;ORG_ID> (list)

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

Annotations

Annotations of the resource (map)

Declaration
public InputMap<object> Annotations { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

ClientId

Github auth Client ID (string)

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

ClientSecret

Github auth Client secret (string)

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

Enabled

Enable auth config provider. Default true (bool)

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

Hostname

Github hostname to connect. Default github.com (string)

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

Labels

Labels of the resource (map)

Declaration
public InputMap<object> Labels { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Name

(Computed) The name of the resource (string)

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

Tls

Enable TLS connection. Default true (bool)

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

Type

(Computed) The type of the resource (string)

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