Show / Hide Table of Contents

Class GetServiceGrafanaUserConfigArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceGrafanaUserConfigArgs
Inherited Members
InvokeArgs.Empty
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 GetServiceGrafanaUserConfigArgs : InvokeArgs

Constructors

View Source

GetServiceGrafanaUserConfigArgs()

Declaration
public GetServiceGrafanaUserConfigArgs()

Properties

View Source

AlertingEnabled

Declaration
public string AlertingEnabled { get; set; }
Property Value
Type Description
System.String
View Source

AlertingErrorOrTimeout

Declaration
public string AlertingErrorOrTimeout { get; set; }
Property Value
Type Description
System.String
View Source

AlertingNodataOrNullvalues

Declaration
public string AlertingNodataOrNullvalues { get; set; }
Property Value
Type Description
System.String
View Source

AllowEmbedding

Declaration
public string AllowEmbedding { get; set; }
Property Value
Type Description
System.String
View Source

AuthGenericOauth

Declaration
public GetServiceGrafanaUserConfigAuthGenericOauthArgs AuthGenericOauth { get; set; }
Property Value
Type Description
GetServiceGrafanaUserConfigAuthGenericOauthArgs
View Source

AuthGithub

Declaration
public GetServiceGrafanaUserConfigAuthGithubArgs AuthGithub { get; set; }
Property Value
Type Description
GetServiceGrafanaUserConfigAuthGithubArgs
View Source

AuthGitlab

Declaration
public GetServiceGrafanaUserConfigAuthGitlabArgs AuthGitlab { get; set; }
Property Value
Type Description
GetServiceGrafanaUserConfigAuthGitlabArgs
View Source

AuthGoogle

Declaration
public GetServiceGrafanaUserConfigAuthGoogleArgs AuthGoogle { get; set; }
Property Value
Type Description
GetServiceGrafanaUserConfigAuthGoogleArgs
View Source

CookieSamesite

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

DashboardsVersionsToKeep

Declaration
public int? DashboardsVersionsToKeep { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

DataproxySendUserHeader

Declaration
public string DataproxySendUserHeader { get; set; }
Property Value
Type Description
System.String
View Source

DataproxyTimeout

Declaration
public int? DataproxyTimeout { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

DisableGravatar

Declaration
public string DisableGravatar { get; set; }
Property Value
Type Description
System.String
View Source

EditorsCanAdmin

Declaration
public string EditorsCanAdmin { get; set; }
Property Value
Type Description
System.String
View Source

ExternalImageStorage

Declaration
public GetServiceGrafanaUserConfigExternalImageStorageArgs ExternalImageStorage { get; set; }
Property Value
Type Description
GetServiceGrafanaUserConfigExternalImageStorageArgs
View Source

GoogleAnalyticsUaId

Declaration
public string GoogleAnalyticsUaId { get; set; }
Property Value
Type Description
System.String
View Source

IpFilters

Declaration
public List<string> IpFilters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

MetricsEnabled

Declaration
public string MetricsEnabled { get; set; }
Property Value
Type Description
System.String
View Source

PrivateAccess

Declaration
public GetServiceGrafanaUserConfigPrivateAccessArgs PrivateAccess { get; set; }
Property Value
Type Description
GetServiceGrafanaUserConfigPrivateAccessArgs
View Source

PublicAccess

Declaration
public GetServiceGrafanaUserConfigPublicAccessArgs PublicAccess { get; set; }
Property Value
Type Description
GetServiceGrafanaUserConfigPublicAccessArgs
View Source

SmtpServer

Declaration
public GetServiceGrafanaUserConfigSmtpServerArgs SmtpServer { get; set; }
Property Value
Type Description
GetServiceGrafanaUserConfigSmtpServerArgs
View Source

UserAutoAssignOrg

Declaration
public string UserAutoAssignOrg { get; set; }
Property Value
Type Description
System.String
View Source

UserAutoAssignOrgRole

Declaration
public string UserAutoAssignOrgRole { get; set; }
Property Value
Type Description
System.String
View Source

ViewersCanEdit

Declaration
public string ViewersCanEdit { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.