Class ServiceGrafanaUserConfigAuthGitlabGetArgs
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.Aiven.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class ServiceGrafanaUserConfigAuthGitlabGetArgs : ResourceArgs
Constructors
View SourceServiceGrafanaUserConfigAuthGitlabGetArgs()
Declaration
public ServiceGrafanaUserConfigAuthGitlabGetArgs()
Properties
View SourceAllowedGroups
Declaration
public InputList<string> AllowedGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
AllowSignUp
Declaration
public Input<string> AllowSignUp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ApiUrl
Declaration
public Input<string> ApiUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AuthUrl
Declaration
public Input<string> AuthUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientId
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientSecret
Declaration
public Input<string> ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TokenUrl
Declaration
public Input<string> TokenUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |