Class ServiceGrafanaUserConfigAuthGenericOauthGetArgs
Inheritance
System.Object
ServiceGrafanaUserConfigAuthGenericOauthGetArgs
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()
Assembly: Pulumi.Aiven.dll
public sealed class ServiceGrafanaUserConfigAuthGenericOauthGetArgs : ResourceArgs
Constructors
View Source
Declaration
public ServiceGrafanaUserConfigAuthGenericOauthGetArgs()
Properties
View Source
AllowedDomains
Declaration
public InputList<string> AllowedDomains { get; set; }
Property Value
View Source
Declaration
public InputList<string> AllowedOrganizations { get; set; }
Property Value
View Source
Declaration
public Input<string> AllowSignUp { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> ApiUrl { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> AuthUrl { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> ClientSecret { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<string> Scopes { get; set; }
Property Value
View Source
Declaration
public Input<string> TokenUrl { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|