Class ServiceGrafanaUserConfigGetArgs
Inheritance
System.Object
ServiceGrafanaUserConfigGetArgs
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 ServiceGrafanaUserConfigGetArgs : ResourceArgs
Constructors
View Source
Declaration
public ServiceGrafanaUserConfigGetArgs()
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<ServiceGrafanaUserConfigAuthGenericOauthGetArgs> AuthGenericOauth { get; set; }
Property Value
View Source
Declaration
public Input<ServiceGrafanaUserConfigAuthGithubGetArgs> AuthGithub { get; set; }
Property Value
View Source
Declaration
public Input<ServiceGrafanaUserConfigAuthGitlabGetArgs> AuthGitlab { get; set; }
Property Value
View Source
Declaration
public Input<ServiceGrafanaUserConfigAuthGoogleGetArgs> 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<ServiceGrafanaUserConfigExternalImageStorageGetArgs> 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<ServiceGrafanaUserConfigPrivateAccessGetArgs> PrivateAccess { get; set; }
Property Value
View Source
Declaration
public Input<ServiceGrafanaUserConfigPublicAccessGetArgs> PublicAccess { get; set; }
Property Value
View Source
Declaration
public Input<ServiceGrafanaUserConfigSmtpServerGetArgs> 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> |
|