Class GetServiceGrafanaUserConfigArgs
Inheritance
System.Object
GetServiceGrafanaUserConfigArgs
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 GetServiceGrafanaUserConfigArgs : InvokeArgs
Constructors
View Source
Declaration
public GetServiceGrafanaUserConfigArgs()
Properties
View Source
Declaration
public string AlertingEnabled { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string AlertingErrorOrTimeout { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string AlertingNodataOrNullvalues { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string AllowEmbedding { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public GetServiceGrafanaUserConfigAuthGenericOauthArgs AuthGenericOauth { get; set; }
Property Value
View Source
Declaration
public GetServiceGrafanaUserConfigAuthGithubArgs AuthGithub { get; set; }
Property Value
View Source
Declaration
public GetServiceGrafanaUserConfigAuthGitlabArgs AuthGitlab { get; set; }
Property Value
View Source
Declaration
public GetServiceGrafanaUserConfigAuthGoogleArgs AuthGoogle { get; set; }
Property Value
View Source
Declaration
public string CookieSamesite { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
CustomDomain
Declaration
public string CustomDomain { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? DashboardsVersionsToKeep { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string DataproxySendUserHeader { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? DataproxyTimeout { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string DisableGravatar { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string EditorsCanAdmin { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public GetServiceGrafanaUserConfigExternalImageStorageArgs ExternalImageStorage { get; set; }
Property Value
View Source
Declaration
public string GoogleAnalyticsUaId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public List<string> IpFilters { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
View Source
Declaration
public string MetricsEnabled { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public GetServiceGrafanaUserConfigPrivateAccessArgs PrivateAccess { get; set; }
Property Value
View Source
Declaration
public GetServiceGrafanaUserConfigPublicAccessArgs PublicAccess { get; set; }
Property Value
View Source
Declaration
public GetServiceGrafanaUserConfigSmtpServerArgs SmtpServer { get; set; }
Property Value
View Source
Declaration
public string UserAutoAssignOrg { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string UserAutoAssignOrgRole { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string ViewersCanEdit { get; set; }
Property Value
| Type |
Description |
| System.String |
|