Show / Hide Table of Contents

Class ServiceGrafanaUserConfigAuthGitlabGetArgs

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

Constructors

View Source

ServiceGrafanaUserConfigAuthGitlabGetArgs()

Declaration
public ServiceGrafanaUserConfigAuthGitlabGetArgs()

Properties

View Source

AllowedGroups

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

AllowSignUp

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

ApiUrl

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

AuthUrl

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

ClientId

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

ClientSecret

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

TokenUrl

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