Show / Hide Table of Contents

Class ServiceGrafanaUserConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceGrafanaUserConfigGetArgs
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 ServiceGrafanaUserConfigGetArgs : ResourceArgs

Constructors

View Source

ServiceGrafanaUserConfigGetArgs()

Declaration
public ServiceGrafanaUserConfigGetArgs()

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<ServiceGrafanaUserConfigAuthGenericOauthGetArgs> AuthGenericOauth { get; set; }
Property Value
Type Description
Input<ServiceGrafanaUserConfigAuthGenericOauthGetArgs>
View Source

AuthGithub

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

AuthGitlab

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

AuthGoogle

Declaration
public Input<ServiceGrafanaUserConfigAuthGoogleGetArgs> AuthGoogle { get; set; }
Property Value
Type Description
Input<ServiceGrafanaUserConfigAuthGoogleGetArgs>
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<ServiceGrafanaUserConfigExternalImageStorageGetArgs> ExternalImageStorage { get; set; }
Property Value
Type Description
Input<ServiceGrafanaUserConfigExternalImageStorageGetArgs>
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<ServiceGrafanaUserConfigPrivateAccessGetArgs> PrivateAccess { get; set; }
Property Value
Type Description
Input<ServiceGrafanaUserConfigPrivateAccessGetArgs>
View Source

PublicAccess

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

SmtpServer

Declaration
public Input<ServiceGrafanaUserConfigSmtpServerGetArgs> SmtpServer { get; set; }
Property Value
Type Description
Input<ServiceGrafanaUserConfigSmtpServerGetArgs>
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.