Show / Hide Table of Contents

Class ServiceGrafanaUserConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceGrafanaUserConfigArgs
Inherited Members
ResourceArgs.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 ServiceGrafanaUserConfigArgs : ResourceArgs

Constructors

View Source

ServiceGrafanaUserConfigArgs()

Declaration
public ServiceGrafanaUserConfigArgs()

Properties

View Source

AlertingEnabled

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

AlertingErrorOrTimeout

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

AlertingNodataOrNullvalues

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

AllowEmbedding

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

AuthGenericOauth

Declaration
public Input<ServiceGrafanaUserConfigAuthGenericOauthArgs> AuthGenericOauth { get; set; }
Property Value
Type Description
Input<ServiceGrafanaUserConfigAuthGenericOauthArgs>
View Source

AuthGithub

Declaration
public Input<ServiceGrafanaUserConfigAuthGithubArgs> AuthGithub { get; set; }
Property Value
Type Description
Input<ServiceGrafanaUserConfigAuthGithubArgs>
View Source

AuthGitlab

Declaration
public Input<ServiceGrafanaUserConfigAuthGitlabArgs> AuthGitlab { get; set; }
Property Value
Type Description
Input<ServiceGrafanaUserConfigAuthGitlabArgs>
View Source

AuthGoogle

Declaration
public Input<ServiceGrafanaUserConfigAuthGoogleArgs> AuthGoogle { get; set; }
Property Value
Type Description
Input<ServiceGrafanaUserConfigAuthGoogleArgs>
View Source

CookieSamesite

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

DashboardsVersionsToKeep

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

DataproxySendUserHeader

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

DataproxyTimeout

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

DisableGravatar

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

EditorsCanAdmin

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

ExternalImageStorage

Declaration
public Input<ServiceGrafanaUserConfigExternalImageStorageArgs> ExternalImageStorage { get; set; }
Property Value
Type Description
Input<ServiceGrafanaUserConfigExternalImageStorageArgs>
View Source

GoogleAnalyticsUaId

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

IpFilters

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

MetricsEnabled

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

PrivateAccess

Declaration
public Input<ServiceGrafanaUserConfigPrivateAccessArgs> PrivateAccess { get; set; }
Property Value
Type Description
Input<ServiceGrafanaUserConfigPrivateAccessArgs>
View Source

PublicAccess

Declaration
public Input<ServiceGrafanaUserConfigPublicAccessArgs> PublicAccess { get; set; }
Property Value
Type Description
Input<ServiceGrafanaUserConfigPublicAccessArgs>
View Source

SmtpServer

Declaration
public Input<ServiceGrafanaUserConfigSmtpServerArgs> SmtpServer { get; set; }
Property Value
Type Description
Input<ServiceGrafanaUserConfigSmtpServerArgs>
View Source

UserAutoAssignOrg

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

UserAutoAssignOrgRole

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

ViewersCanEdit

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