Class ServiceGrafanaUserConfigAuthGithubGetArgs
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 ServiceGrafanaUserConfigAuthGithubGetArgs : ResourceArgs
Constructors
View SourceServiceGrafanaUserConfigAuthGithubGetArgs()
Declaration
public ServiceGrafanaUserConfigAuthGithubGetArgs()
Properties
View SourceAllowedOrganizations
Declaration
public InputList<string> AllowedOrganizations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
AllowSignUp
Declaration
public Input<string> AllowSignUp { 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> |
TeamIds
Declaration
public InputList<int> TeamIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.Int32> |