Class ServiceGrafanaUserConfigArgs
Inheritance
System.Object
ServiceGrafanaUserConfigArgs
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 ServiceGrafanaUserConfigArgs : ResourceArgs
Constructors
View Source
Declaration
public ServiceGrafanaUserConfigArgs()
Properties
View Source
Declaration
public Input<string> AlertingEnabled { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> AlertingErrorOrTimeout { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> AlertingNodataOrNullvalues { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> AllowEmbedding { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<ServiceGrafanaUserConfigAuthGenericOauthArgs> AuthGenericOauth { get; set; }
Property Value
View Source
Declaration
public Input<ServiceGrafanaUserConfigAuthGithubArgs> AuthGithub { get; set; }
Property Value
View Source
Declaration
public Input<ServiceGrafanaUserConfigAuthGitlabArgs> AuthGitlab { get; set; }
Property Value
View Source
Declaration
public Input<ServiceGrafanaUserConfigAuthGoogleArgs> AuthGoogle { get; set; }
Property Value
View Source
Declaration
public Input<string> CookieSamesite { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
CustomDomain
Declaration
public Input<string> CustomDomain { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> DashboardsVersionsToKeep { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> DataproxySendUserHeader { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> DataproxyTimeout { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> DisableGravatar { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> EditorsCanAdmin { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<ServiceGrafanaUserConfigExternalImageStorageArgs> ExternalImageStorage { get; set; }
Property Value
View Source
Declaration
public Input<string> GoogleAnalyticsUaId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<string> IpFilters { get; set; }
Property Value
View Source
Declaration
public Input<string> MetricsEnabled { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<ServiceGrafanaUserConfigPrivateAccessArgs> PrivateAccess { get; set; }
Property Value
View Source
Declaration
public Input<ServiceGrafanaUserConfigPublicAccessArgs> PublicAccess { get; set; }
Property Value
View Source
Declaration
public Input<ServiceGrafanaUserConfigSmtpServerArgs> SmtpServer { get; set; }
Property Value
View Source
Declaration
public Input<string> UserAutoAssignOrg { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> UserAutoAssignOrgRole { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> ViewersCanEdit { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|