azure-native.dashboard.Grafana
Explore with Pulumi AI
The grafana resource type.
Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2022-08-01.
Other available API versions: 2022-08-01, 2022-10-01-preview, 2023-09-01, 2023-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native dashboard [ApiVersion]
. See the version guide for details.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:dashboard:Grafana myWorkspace /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Dashboard/grafana/{workspaceName}
Create Grafana Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Grafana(name: string, args: GrafanaArgs, opts?: CustomResourceOptions);
@overload
def Grafana(resource_name: str,
args: GrafanaArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Grafana(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
identity: Optional[ManagedServiceIdentityArgs] = None,
location: Optional[str] = None,
properties: Optional[ManagedGrafanaPropertiesArgs] = None,
sku: Optional[ResourceSkuArgs] = None,
tags: Optional[Mapping[str, str]] = None,
workspace_name: Optional[str] = None)
func NewGrafana(ctx *Context, name string, args GrafanaArgs, opts ...ResourceOption) (*Grafana, error)
public Grafana(string name, GrafanaArgs args, CustomResourceOptions? opts = null)
public Grafana(String name, GrafanaArgs args)
public Grafana(String name, GrafanaArgs args, CustomResourceOptions options)
type: azure-native:dashboard:Grafana
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args GrafanaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args GrafanaArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args GrafanaArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GrafanaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GrafanaArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var grafanaResource = new AzureNative.Dashboard.Grafana("grafanaResource", new()
{
ResourceGroupName = "string",
Identity = new AzureNative.Dashboard.Inputs.ManagedServiceIdentityArgs
{
Type = "string",
UserAssignedIdentities = new[]
{
"string",
},
},
Location = "string",
Properties = new AzureNative.Dashboard.Inputs.ManagedGrafanaPropertiesArgs
{
ApiKey = "string",
AutoGeneratedDomainNameLabelScope = "string",
DeterministicOutboundIP = "string",
EnterpriseConfigurations = new AzureNative.Dashboard.Inputs.EnterpriseConfigurationsArgs
{
MarketplaceAutoRenew = "string",
MarketplacePlanId = "string",
},
GrafanaConfigurations = new AzureNative.Dashboard.Inputs.GrafanaConfigurationsArgs
{
Security = new AzureNative.Dashboard.Inputs.SecurityArgs
{
CsrfAlwaysCheck = false,
},
Smtp = new AzureNative.Dashboard.Inputs.SmtpArgs
{
Enabled = false,
FromAddress = "string",
FromName = "string",
Host = "string",
Password = "string",
SkipVerify = false,
StartTLSPolicy = "string",
User = "string",
},
Snapshots = new AzureNative.Dashboard.Inputs.SnapshotsArgs
{
ExternalEnabled = false,
},
Users = new AzureNative.Dashboard.Inputs.UsersArgs
{
ViewersCanEdit = false,
},
},
GrafanaIntegrations = new AzureNative.Dashboard.Inputs.GrafanaIntegrationsArgs
{
AzureMonitorWorkspaceIntegrations = new[]
{
new AzureNative.Dashboard.Inputs.AzureMonitorWorkspaceIntegrationArgs
{
AzureMonitorWorkspaceResourceId = "string",
},
},
},
GrafanaMajorVersion = "string",
GrafanaPlugins = new[]
{
"string",
},
PublicNetworkAccess = "string",
ZoneRedundancy = "string",
},
Sku = new AzureNative.Dashboard.Inputs.ResourceSkuArgs
{
Name = "string",
},
Tags =
{
{ "string", "string" },
},
WorkspaceName = "string",
});
example, err := dashboard.NewGrafana(ctx, "grafanaResource", &dashboard.GrafanaArgs{
ResourceGroupName: pulumi.String("string"),
Identity: &dashboard.ManagedServiceIdentityArgs{
Type: pulumi.String("string"),
UserAssignedIdentities: pulumi.StringArray{
pulumi.String("string"),
},
},
Location: pulumi.String("string"),
Properties: &dashboard.ManagedGrafanaPropertiesArgs{
ApiKey: pulumi.String("string"),
AutoGeneratedDomainNameLabelScope: pulumi.String("string"),
DeterministicOutboundIP: pulumi.String("string"),
EnterpriseConfigurations: &dashboard.EnterpriseConfigurationsArgs{
MarketplaceAutoRenew: pulumi.String("string"),
MarketplacePlanId: pulumi.String("string"),
},
GrafanaConfigurations: &dashboard.GrafanaConfigurationsArgs{
Security: &dashboard.SecurityArgs{
CsrfAlwaysCheck: pulumi.Bool(false),
},
Smtp: &dashboard.SmtpArgs{
Enabled: pulumi.Bool(false),
FromAddress: pulumi.String("string"),
FromName: pulumi.String("string"),
Host: pulumi.String("string"),
Password: pulumi.String("string"),
SkipVerify: pulumi.Bool(false),
StartTLSPolicy: pulumi.String("string"),
User: pulumi.String("string"),
},
Snapshots: &dashboard.SnapshotsArgs{
ExternalEnabled: pulumi.Bool(false),
},
Users: &dashboard.UsersArgs{
ViewersCanEdit: pulumi.Bool(false),
},
},
GrafanaIntegrations: &dashboard.GrafanaIntegrationsArgs{
AzureMonitorWorkspaceIntegrations: dashboard.AzureMonitorWorkspaceIntegrationArray{
&dashboard.AzureMonitorWorkspaceIntegrationArgs{
AzureMonitorWorkspaceResourceId: pulumi.String("string"),
},
},
},
GrafanaMajorVersion: pulumi.String("string"),
GrafanaPlugins: pulumi.StringArray{
pulumi.String("string"),
},
PublicNetworkAccess: pulumi.String("string"),
ZoneRedundancy: pulumi.String("string"),
},
Sku: &dashboard.ResourceSkuArgs{
Name: pulumi.String("string"),
},
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
WorkspaceName: pulumi.String("string"),
})
var grafanaResource = new Grafana("grafanaResource", GrafanaArgs.builder()
.resourceGroupName("string")
.identity(ManagedServiceIdentityArgs.builder()
.type("string")
.userAssignedIdentities("string")
.build())
.location("string")
.properties(ManagedGrafanaPropertiesArgs.builder()
.apiKey("string")
.autoGeneratedDomainNameLabelScope("string")
.deterministicOutboundIP("string")
.enterpriseConfigurations(EnterpriseConfigurationsArgs.builder()
.marketplaceAutoRenew("string")
.marketplacePlanId("string")
.build())
.grafanaConfigurations(GrafanaConfigurationsArgs.builder()
.security(SecurityArgs.builder()
.csrfAlwaysCheck(false)
.build())
.smtp(SmtpArgs.builder()
.enabled(false)
.fromAddress("string")
.fromName("string")
.host("string")
.password("string")
.skipVerify(false)
.startTLSPolicy("string")
.user("string")
.build())
.snapshots(SnapshotsArgs.builder()
.externalEnabled(false)
.build())
.users(UsersArgs.builder()
.viewersCanEdit(false)
.build())
.build())
.grafanaIntegrations(GrafanaIntegrationsArgs.builder()
.azureMonitorWorkspaceIntegrations(AzureMonitorWorkspaceIntegrationArgs.builder()
.azureMonitorWorkspaceResourceId("string")
.build())
.build())
.grafanaMajorVersion("string")
.grafanaPlugins("string")
.publicNetworkAccess("string")
.zoneRedundancy("string")
.build())
.sku(ResourceSkuArgs.builder()
.name("string")
.build())
.tags(Map.of("string", "string"))
.workspaceName("string")
.build());
grafana_resource = azure_native.dashboard.Grafana("grafanaResource",
resource_group_name="string",
identity={
"type": "string",
"user_assigned_identities": ["string"],
},
location="string",
properties={
"api_key": "string",
"auto_generated_domain_name_label_scope": "string",
"deterministic_outbound_ip": "string",
"enterprise_configurations": {
"marketplace_auto_renew": "string",
"marketplace_plan_id": "string",
},
"grafana_configurations": {
"security": {
"csrf_always_check": False,
},
"smtp": {
"enabled": False,
"from_address": "string",
"from_name": "string",
"host": "string",
"password": "string",
"skip_verify": False,
"start_tls_policy": "string",
"user": "string",
},
"snapshots": {
"external_enabled": False,
},
"users": {
"viewers_can_edit": False,
},
},
"grafana_integrations": {
"azure_monitor_workspace_integrations": [{
"azure_monitor_workspace_resource_id": "string",
}],
},
"grafana_major_version": "string",
"grafana_plugins": ["string"],
"public_network_access": "string",
"zone_redundancy": "string",
},
sku={
"name": "string",
},
tags={
"string": "string",
},
workspace_name="string")
const grafanaResource = new azure_native.dashboard.Grafana("grafanaResource", {
resourceGroupName: "string",
identity: {
type: "string",
userAssignedIdentities: ["string"],
},
location: "string",
properties: {
apiKey: "string",
autoGeneratedDomainNameLabelScope: "string",
deterministicOutboundIP: "string",
enterpriseConfigurations: {
marketplaceAutoRenew: "string",
marketplacePlanId: "string",
},
grafanaConfigurations: {
security: {
csrfAlwaysCheck: false,
},
smtp: {
enabled: false,
fromAddress: "string",
fromName: "string",
host: "string",
password: "string",
skipVerify: false,
startTLSPolicy: "string",
user: "string",
},
snapshots: {
externalEnabled: false,
},
users: {
viewersCanEdit: false,
},
},
grafanaIntegrations: {
azureMonitorWorkspaceIntegrations: [{
azureMonitorWorkspaceResourceId: "string",
}],
},
grafanaMajorVersion: "string",
grafanaPlugins: ["string"],
publicNetworkAccess: "string",
zoneRedundancy: "string",
},
sku: {
name: "string",
},
tags: {
string: "string",
},
workspaceName: "string",
});
type: azure-native:dashboard:Grafana
properties:
identity:
type: string
userAssignedIdentities:
- string
location: string
properties:
apiKey: string
autoGeneratedDomainNameLabelScope: string
deterministicOutboundIP: string
enterpriseConfigurations:
marketplaceAutoRenew: string
marketplacePlanId: string
grafanaConfigurations:
security:
csrfAlwaysCheck: false
smtp:
enabled: false
fromAddress: string
fromName: string
host: string
password: string
skipVerify: false
startTLSPolicy: string
user: string
snapshots:
externalEnabled: false
users:
viewersCanEdit: false
grafanaIntegrations:
azureMonitorWorkspaceIntegrations:
- azureMonitorWorkspaceResourceId: string
grafanaMajorVersion: string
grafanaPlugins:
- string
publicNetworkAccess: string
zoneRedundancy: string
resourceGroupName: string
sku:
name: string
tags:
string: string
workspaceName: string
Grafana Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Grafana resource accepts the following input properties:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Identity
Pulumi.
Azure Native. Dashboard. Inputs. Managed Service Identity - The managed identity of the grafana resource.
- Location string
- The geo-location where the grafana resource lives
- Properties
Pulumi.
Azure Native. Dashboard. Inputs. Managed Grafana Properties - Properties specific to the grafana resource.
- Sku
Pulumi.
Azure Native. Dashboard. Inputs. Resource Sku - The Sku of the grafana resource.
- Dictionary<string, string>
- The tags for grafana resource.
- Workspace
Name string - The workspace name of Azure Managed Grafana.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Identity
Managed
Service Identity Args - The managed identity of the grafana resource.
- Location string
- The geo-location where the grafana resource lives
- Properties
Managed
Grafana Properties Args - Properties specific to the grafana resource.
- Sku
Resource
Sku Args - The Sku of the grafana resource.
- map[string]string
- The tags for grafana resource.
- Workspace
Name string - The workspace name of Azure Managed Grafana.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity - The managed identity of the grafana resource.
- location String
- The geo-location where the grafana resource lives
- properties
Managed
Grafana Properties - Properties specific to the grafana resource.
- sku
Resource
Sku - The Sku of the grafana resource.
- Map<String,String>
- The tags for grafana resource.
- workspace
Name String - The workspace name of Azure Managed Grafana.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity - The managed identity of the grafana resource.
- location string
- The geo-location where the grafana resource lives
- properties
Managed
Grafana Properties - Properties specific to the grafana resource.
- sku
Resource
Sku - The Sku of the grafana resource.
- {[key: string]: string}
- The tags for grafana resource.
- workspace
Name string - The workspace name of Azure Managed Grafana.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity Args - The managed identity of the grafana resource.
- location str
- The geo-location where the grafana resource lives
- properties
Managed
Grafana Properties Args - Properties specific to the grafana resource.
- sku
Resource
Sku Args - The Sku of the grafana resource.
- Mapping[str, str]
- The tags for grafana resource.
- workspace_
name str - The workspace name of Azure Managed Grafana.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- identity Property Map
- The managed identity of the grafana resource.
- location String
- The geo-location where the grafana resource lives
- properties Property Map
- Properties specific to the grafana resource.
- sku Property Map
- The Sku of the grafana resource.
- Map<String>
- The tags for grafana resource.
- workspace
Name String - The workspace name of Azure Managed Grafana.
Outputs
All input properties are implicitly available as output properties. Additionally, the Grafana resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Name of the grafana resource.
- System
Data Pulumi.Azure Native. Dashboard. Outputs. System Data Response - The system meta data relating to this grafana resource.
- Type string
- The type of the grafana resource.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Name of the grafana resource.
- System
Data SystemData Response - The system meta data relating to this grafana resource.
- Type string
- The type of the grafana resource.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Name of the grafana resource.
- system
Data SystemData Response - The system meta data relating to this grafana resource.
- type String
- The type of the grafana resource.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Name of the grafana resource.
- system
Data SystemData Response - The system meta data relating to this grafana resource.
- type string
- The type of the grafana resource.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Name of the grafana resource.
- system_
data SystemData Response - The system meta data relating to this grafana resource.
- type str
- The type of the grafana resource.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Name of the grafana resource.
- system
Data Property Map - The system meta data relating to this grafana resource.
- type String
- The type of the grafana resource.
Supporting Types
ApiKey, ApiKeyArgs
- Disabled
- Disabled
- Enabled
- Enabled
- Api
Key Disabled - Disabled
- Api
Key Enabled - Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- DISABLED
- Disabled
- ENABLED
- Enabled
- "Disabled"
- Disabled
- "Enabled"
- Enabled
AutoGeneratedDomainNameLabelScope, AutoGeneratedDomainNameLabelScopeArgs
- Tenant
Reuse - TenantReuse
- Auto
Generated Domain Name Label Scope Tenant Reuse - TenantReuse
- Tenant
Reuse - TenantReuse
- Tenant
Reuse - TenantReuse
- TENANT_REUSE
- TenantReuse
- "Tenant
Reuse" - TenantReuse
AzureMonitorWorkspaceIntegration, AzureMonitorWorkspaceIntegrationArgs
- Azure
Monitor stringWorkspace Resource Id - The resource Id of the connected Azure Monitor Workspace.
- Azure
Monitor stringWorkspace Resource Id - The resource Id of the connected Azure Monitor Workspace.
- azure
Monitor StringWorkspace Resource Id - The resource Id of the connected Azure Monitor Workspace.
- azure
Monitor stringWorkspace Resource Id - The resource Id of the connected Azure Monitor Workspace.
- azure_
monitor_ strworkspace_ resource_ id - The resource Id of the connected Azure Monitor Workspace.
- azure
Monitor StringWorkspace Resource Id - The resource Id of the connected Azure Monitor Workspace.
AzureMonitorWorkspaceIntegrationResponse, AzureMonitorWorkspaceIntegrationResponseArgs
- Azure
Monitor stringWorkspace Resource Id - The resource Id of the connected Azure Monitor Workspace.
- Azure
Monitor stringWorkspace Resource Id - The resource Id of the connected Azure Monitor Workspace.
- azure
Monitor StringWorkspace Resource Id - The resource Id of the connected Azure Monitor Workspace.
- azure
Monitor stringWorkspace Resource Id - The resource Id of the connected Azure Monitor Workspace.
- azure_
monitor_ strworkspace_ resource_ id - The resource Id of the connected Azure Monitor Workspace.
- azure
Monitor StringWorkspace Resource Id - The resource Id of the connected Azure Monitor Workspace.
DeterministicOutboundIP, DeterministicOutboundIPArgs
- Disabled
- Disabled
- Enabled
- Enabled
- Deterministic
Outbound IPDisabled - Disabled
- Deterministic
Outbound IPEnabled - Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- DISABLED
- Disabled
- ENABLED
- Enabled
- "Disabled"
- Disabled
- "Enabled"
- Enabled
EnterpriseConfigurations, EnterpriseConfigurationsArgs
- Marketplace
Auto string | Pulumi.Renew Azure Native. Dashboard. Marketplace Auto Renew - The AutoRenew setting of the Enterprise subscription
- Marketplace
Plan stringId - The Plan Id of the Azure Marketplace subscription for the Enterprise plugins
- Marketplace
Auto string | MarketplaceRenew Auto Renew - The AutoRenew setting of the Enterprise subscription
- Marketplace
Plan stringId - The Plan Id of the Azure Marketplace subscription for the Enterprise plugins
- marketplace
Auto String | MarketplaceRenew Auto Renew - The AutoRenew setting of the Enterprise subscription
- marketplace
Plan StringId - The Plan Id of the Azure Marketplace subscription for the Enterprise plugins
- marketplace
Auto string | MarketplaceRenew Auto Renew - The AutoRenew setting of the Enterprise subscription
- marketplace
Plan stringId - The Plan Id of the Azure Marketplace subscription for the Enterprise plugins
- marketplace_
auto_ str | Marketplacerenew Auto Renew - The AutoRenew setting of the Enterprise subscription
- marketplace_
plan_ strid - The Plan Id of the Azure Marketplace subscription for the Enterprise plugins
- marketplace
Auto String | "Disabled" | "Enabled"Renew - The AutoRenew setting of the Enterprise subscription
- marketplace
Plan StringId - The Plan Id of the Azure Marketplace subscription for the Enterprise plugins
EnterpriseConfigurationsResponse, EnterpriseConfigurationsResponseArgs
- Marketplace
Auto stringRenew - The AutoRenew setting of the Enterprise subscription
- Marketplace
Plan stringId - The Plan Id of the Azure Marketplace subscription for the Enterprise plugins
- Marketplace
Auto stringRenew - The AutoRenew setting of the Enterprise subscription
- Marketplace
Plan stringId - The Plan Id of the Azure Marketplace subscription for the Enterprise plugins
- marketplace
Auto StringRenew - The AutoRenew setting of the Enterprise subscription
- marketplace
Plan StringId - The Plan Id of the Azure Marketplace subscription for the Enterprise plugins
- marketplace
Auto stringRenew - The AutoRenew setting of the Enterprise subscription
- marketplace
Plan stringId - The Plan Id of the Azure Marketplace subscription for the Enterprise plugins
- marketplace_
auto_ strrenew - The AutoRenew setting of the Enterprise subscription
- marketplace_
plan_ strid - The Plan Id of the Azure Marketplace subscription for the Enterprise plugins
- marketplace
Auto StringRenew - The AutoRenew setting of the Enterprise subscription
- marketplace
Plan StringId - The Plan Id of the Azure Marketplace subscription for the Enterprise plugins
GrafanaConfigurations, GrafanaConfigurationsArgs
- Security
Pulumi.
Azure Native. Dashboard. Inputs. Security - Grafana security settings
- Smtp
Pulumi.
Azure Native. Dashboard. Inputs. Smtp - Email server settings. https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp
- Snapshots
Pulumi.
Azure Native. Dashboard. Inputs. Snapshots - Grafana Snapshots settings
- Users
Pulumi.
Azure Native. Dashboard. Inputs. Users - Grafana users settings
- security Property Map
- Grafana security settings
- smtp Property Map
- Email server settings. https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp
- snapshots Property Map
- Grafana Snapshots settings
- users Property Map
- Grafana users settings
GrafanaConfigurationsResponse, GrafanaConfigurationsResponseArgs
- Security
Pulumi.
Azure Native. Dashboard. Inputs. Security Response - Grafana security settings
- Smtp
Pulumi.
Azure Native. Dashboard. Inputs. Smtp Response - Email server settings. https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp
- Snapshots
Pulumi.
Azure Native. Dashboard. Inputs. Snapshots Response - Grafana Snapshots settings
- Users
Pulumi.
Azure Native. Dashboard. Inputs. Users Response - Grafana users settings
- Security
Security
Response - Grafana security settings
- Smtp
Smtp
Response - Email server settings. https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp
- Snapshots
Snapshots
Response - Grafana Snapshots settings
- Users
Users
Response - Grafana users settings
- security
Security
Response - Grafana security settings
- smtp
Smtp
Response - Email server settings. https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp
- snapshots
Snapshots
Response - Grafana Snapshots settings
- users
Users
Response - Grafana users settings
- security
Security
Response - Grafana security settings
- smtp
Smtp
Response - Email server settings. https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp
- snapshots
Snapshots
Response - Grafana Snapshots settings
- users
Users
Response - Grafana users settings
- security
Security
Response - Grafana security settings
- smtp
Smtp
Response - Email server settings. https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp
- snapshots
Snapshots
Response - Grafana Snapshots settings
- users
Users
Response - Grafana users settings
- security Property Map
- Grafana security settings
- smtp Property Map
- Email server settings. https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp
- snapshots Property Map
- Grafana Snapshots settings
- users Property Map
- Grafana users settings
GrafanaIntegrations, GrafanaIntegrationsArgs
GrafanaIntegrationsResponse, GrafanaIntegrationsResponseArgs
GrafanaPluginResponse, GrafanaPluginResponseArgs
- Plugin
Id string - Grafana plugin id
- Plugin
Id string - Grafana plugin id
- plugin
Id String - Grafana plugin id
- plugin
Id string - Grafana plugin id
- plugin_
id str - Grafana plugin id
- plugin
Id String - Grafana plugin id
ManagedGrafanaProperties, ManagedGrafanaPropertiesArgs
- Api
Key string | Pulumi.Azure Native. Dashboard. Api Key - The api key setting of the Grafana instance.
- Auto
Generated string | Pulumi.Domain Name Label Scope Azure Native. Dashboard. Auto Generated Domain Name Label Scope - Scope for dns deterministic name hash calculation.
- Deterministic
Outbound string | Pulumi.IP Azure Native. Dashboard. Deterministic Outbound IP - Whether a Grafana instance uses deterministic outbound IPs.
- Enterprise
Configurations Pulumi.Azure Native. Dashboard. Inputs. Enterprise Configurations - Enterprise settings of a Grafana instance
- Grafana
Configurations Pulumi.Azure Native. Dashboard. Inputs. Grafana Configurations - Server configurations of a Grafana instance
- Grafana
Integrations Pulumi.Azure Native. Dashboard. Inputs. Grafana Integrations - GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- Grafana
Major stringVersion - The major Grafana software version to target.
- Grafana
Plugins List<string> - Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition.
- Public
Network string | Pulumi.Access Azure Native. Dashboard. Public Network Access - Indicate the state for enable or disable traffic over the public interface.
- Zone
Redundancy string | Pulumi.Azure Native. Dashboard. Zone Redundancy - The zone redundancy setting of the Grafana instance.
- Api
Key string | ApiKey - The api key setting of the Grafana instance.
- Auto
Generated string | AutoDomain Name Label Scope Generated Domain Name Label Scope - Scope for dns deterministic name hash calculation.
- Deterministic
Outbound string | DeterministicIP Outbound IP - Whether a Grafana instance uses deterministic outbound IPs.
- Enterprise
Configurations EnterpriseConfigurations - Enterprise settings of a Grafana instance
- Grafana
Configurations GrafanaConfigurations - Server configurations of a Grafana instance
- Grafana
Integrations GrafanaIntegrations - GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- Grafana
Major stringVersion - The major Grafana software version to target.
- Grafana
Plugins []string - Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition.
- Public
Network string | PublicAccess Network Access - Indicate the state for enable or disable traffic over the public interface.
- Zone
Redundancy string | ZoneRedundancy - The zone redundancy setting of the Grafana instance.
- api
Key String | ApiKey - The api key setting of the Grafana instance.
- auto
Generated String | AutoDomain Name Label Scope Generated Domain Name Label Scope - Scope for dns deterministic name hash calculation.
- deterministic
Outbound String | DeterministicIP Outbound IP - Whether a Grafana instance uses deterministic outbound IPs.
- enterprise
Configurations EnterpriseConfigurations - Enterprise settings of a Grafana instance
- grafana
Configurations GrafanaConfigurations - Server configurations of a Grafana instance
- grafana
Integrations GrafanaIntegrations - GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- grafana
Major StringVersion - The major Grafana software version to target.
- grafana
Plugins List<String> - Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition.
- public
Network String | PublicAccess Network Access - Indicate the state for enable or disable traffic over the public interface.
- zone
Redundancy String | ZoneRedundancy - The zone redundancy setting of the Grafana instance.
- api
Key string | ApiKey - The api key setting of the Grafana instance.
- auto
Generated string | AutoDomain Name Label Scope Generated Domain Name Label Scope - Scope for dns deterministic name hash calculation.
- deterministic
Outbound string | DeterministicIP Outbound IP - Whether a Grafana instance uses deterministic outbound IPs.
- enterprise
Configurations EnterpriseConfigurations - Enterprise settings of a Grafana instance
- grafana
Configurations GrafanaConfigurations - Server configurations of a Grafana instance
- grafana
Integrations GrafanaIntegrations - GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- grafana
Major stringVersion - The major Grafana software version to target.
- grafana
Plugins string[] - Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition.
- public
Network string | PublicAccess Network Access - Indicate the state for enable or disable traffic over the public interface.
- zone
Redundancy string | ZoneRedundancy - The zone redundancy setting of the Grafana instance.
- api_
key str | ApiKey - The api key setting of the Grafana instance.
- auto_
generated_ str | Autodomain_ name_ label_ scope Generated Domain Name Label Scope - Scope for dns deterministic name hash calculation.
- deterministic_
outbound_ str | Deterministicip Outbound IP - Whether a Grafana instance uses deterministic outbound IPs.
- enterprise_
configurations EnterpriseConfigurations - Enterprise settings of a Grafana instance
- grafana_
configurations GrafanaConfigurations - Server configurations of a Grafana instance
- grafana_
integrations GrafanaIntegrations - GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- grafana_
major_ strversion - The major Grafana software version to target.
- grafana_
plugins Sequence[str] - Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition.
- public_
network_ str | Publicaccess Network Access - Indicate the state for enable or disable traffic over the public interface.
- zone_
redundancy str | ZoneRedundancy - The zone redundancy setting of the Grafana instance.
- api
Key String | "Disabled" | "Enabled" - The api key setting of the Grafana instance.
- auto
Generated String | "TenantDomain Name Label Scope Reuse" - Scope for dns deterministic name hash calculation.
- deterministic
Outbound String | "Disabled" | "Enabled"IP - Whether a Grafana instance uses deterministic outbound IPs.
- enterprise
Configurations Property Map - Enterprise settings of a Grafana instance
- grafana
Configurations Property Map - Server configurations of a Grafana instance
- grafana
Integrations Property Map - GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- grafana
Major StringVersion - The major Grafana software version to target.
- grafana
Plugins List<String> - Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition.
- public
Network String | "Enabled" | "Disabled"Access - Indicate the state for enable or disable traffic over the public interface.
- zone
Redundancy String | "Disabled" | "Enabled" - The zone redundancy setting of the Grafana instance.
ManagedGrafanaPropertiesResponse, ManagedGrafanaPropertiesResponseArgs
- Endpoint string
- The endpoint of the Grafana instance.
- string
- The Grafana software version.
- Outbound
IPs List<string> - List of outbound IPs if deterministicOutboundIP is enabled.
- Private
Endpoint List<Pulumi.Connections Azure Native. Dashboard. Inputs. Private Endpoint Connection Response> - The private endpoint connections of the Grafana instance.
- Provisioning
State string - Provisioning state of the resource.
- Api
Key string - The api key setting of the Grafana instance.
- Auto
Generated stringDomain Name Label Scope - Scope for dns deterministic name hash calculation.
- Deterministic
Outbound stringIP - Whether a Grafana instance uses deterministic outbound IPs.
- Enterprise
Configurations Pulumi.Azure Native. Dashboard. Inputs. Enterprise Configurations Response - Enterprise settings of a Grafana instance
- Grafana
Configurations Pulumi.Azure Native. Dashboard. Inputs. Grafana Configurations Response - Server configurations of a Grafana instance
- Grafana
Integrations Pulumi.Azure Native. Dashboard. Inputs. Grafana Integrations Response - GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- Grafana
Major stringVersion - The major Grafana software version to target.
- Grafana
Plugins Dictionary<string, Pulumi.Azure Native. Dashboard. Inputs. Grafana Plugin Response> - Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition.
- Public
Network stringAccess - Indicate the state for enable or disable traffic over the public interface.
- Zone
Redundancy string - The zone redundancy setting of the Grafana instance.
- Endpoint string
- The endpoint of the Grafana instance.
- string
- The Grafana software version.
- Outbound
IPs []string - List of outbound IPs if deterministicOutboundIP is enabled.
- Private
Endpoint []PrivateConnections Endpoint Connection Response - The private endpoint connections of the Grafana instance.
- Provisioning
State string - Provisioning state of the resource.
- Api
Key string - The api key setting of the Grafana instance.
- Auto
Generated stringDomain Name Label Scope - Scope for dns deterministic name hash calculation.
- Deterministic
Outbound stringIP - Whether a Grafana instance uses deterministic outbound IPs.
- Enterprise
Configurations EnterpriseConfigurations Response - Enterprise settings of a Grafana instance
- Grafana
Configurations GrafanaConfigurations Response - Server configurations of a Grafana instance
- Grafana
Integrations GrafanaIntegrations Response - GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- Grafana
Major stringVersion - The major Grafana software version to target.
- Grafana
Plugins map[string]GrafanaPlugin Response - Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition.
- Public
Network stringAccess - Indicate the state for enable or disable traffic over the public interface.
- Zone
Redundancy string - The zone redundancy setting of the Grafana instance.
- endpoint String
- The endpoint of the Grafana instance.
- String
- The Grafana software version.
- outbound
IPs List<String> - List of outbound IPs if deterministicOutboundIP is enabled.
- private
Endpoint List<PrivateConnections Endpoint Connection Response> - The private endpoint connections of the Grafana instance.
- provisioning
State String - Provisioning state of the resource.
- api
Key String - The api key setting of the Grafana instance.
- auto
Generated StringDomain Name Label Scope - Scope for dns deterministic name hash calculation.
- deterministic
Outbound StringIP - Whether a Grafana instance uses deterministic outbound IPs.
- enterprise
Configurations EnterpriseConfigurations Response - Enterprise settings of a Grafana instance
- grafana
Configurations GrafanaConfigurations Response - Server configurations of a Grafana instance
- grafana
Integrations GrafanaIntegrations Response - GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- grafana
Major StringVersion - The major Grafana software version to target.
- grafana
Plugins Map<String,GrafanaPlugin Response> - Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition.
- public
Network StringAccess - Indicate the state for enable or disable traffic over the public interface.
- zone
Redundancy String - The zone redundancy setting of the Grafana instance.
- endpoint string
- The endpoint of the Grafana instance.
- string
- The Grafana software version.
- outbound
IPs string[] - List of outbound IPs if deterministicOutboundIP is enabled.
- private
Endpoint PrivateConnections Endpoint Connection Response[] - The private endpoint connections of the Grafana instance.
- provisioning
State string - Provisioning state of the resource.
- api
Key string - The api key setting of the Grafana instance.
- auto
Generated stringDomain Name Label Scope - Scope for dns deterministic name hash calculation.
- deterministic
Outbound stringIP - Whether a Grafana instance uses deterministic outbound IPs.
- enterprise
Configurations EnterpriseConfigurations Response - Enterprise settings of a Grafana instance
- grafana
Configurations GrafanaConfigurations Response - Server configurations of a Grafana instance
- grafana
Integrations GrafanaIntegrations Response - GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- grafana
Major stringVersion - The major Grafana software version to target.
- grafana
Plugins {[key: string]: GrafanaPlugin Response} - Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition.
- public
Network stringAccess - Indicate the state for enable or disable traffic over the public interface.
- zone
Redundancy string - The zone redundancy setting of the Grafana instance.
- endpoint str
- The endpoint of the Grafana instance.
- grafana_
version str - The Grafana software version.
- outbound_
ips Sequence[str] - List of outbound IPs if deterministicOutboundIP is enabled.
- private_
endpoint_ Sequence[Privateconnections Endpoint Connection Response] - The private endpoint connections of the Grafana instance.
- provisioning_
state str - Provisioning state of the resource.
- api_
key str - The api key setting of the Grafana instance.
- auto_
generated_ strdomain_ name_ label_ scope - Scope for dns deterministic name hash calculation.
- deterministic_
outbound_ strip - Whether a Grafana instance uses deterministic outbound IPs.
- enterprise_
configurations EnterpriseConfigurations Response - Enterprise settings of a Grafana instance
- grafana_
configurations GrafanaConfigurations Response - Server configurations of a Grafana instance
- grafana_
integrations GrafanaIntegrations Response - GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- grafana_
major_ strversion - The major Grafana software version to target.
- grafana_
plugins Mapping[str, GrafanaPlugin Response] - Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition.
- public_
network_ straccess - Indicate the state for enable or disable traffic over the public interface.
- zone_
redundancy str - The zone redundancy setting of the Grafana instance.
- endpoint String
- The endpoint of the Grafana instance.
- String
- The Grafana software version.
- outbound
IPs List<String> - List of outbound IPs if deterministicOutboundIP is enabled.
- private
Endpoint List<Property Map>Connections - The private endpoint connections of the Grafana instance.
- provisioning
State String - Provisioning state of the resource.
- api
Key String - The api key setting of the Grafana instance.
- auto
Generated StringDomain Name Label Scope - Scope for dns deterministic name hash calculation.
- deterministic
Outbound StringIP - Whether a Grafana instance uses deterministic outbound IPs.
- enterprise
Configurations Property Map - Enterprise settings of a Grafana instance
- grafana
Configurations Property Map - Server configurations of a Grafana instance
- grafana
Integrations Property Map - GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
- grafana
Major StringVersion - The major Grafana software version to target.
- grafana
Plugins Map<Property Map> - Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition.
- public
Network StringAccess - Indicate the state for enable or disable traffic over the public interface.
- zone
Redundancy String - The zone redundancy setting of the Grafana instance.
ManagedServiceIdentity, ManagedServiceIdentityArgs
- Type
string | Pulumi.
Azure Native. Dashboard. Managed Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned List<string>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Type
string | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned []stringIdentities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
String | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
string | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned string[]Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
str | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Sequence[str]identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
String | "None" | "System
Assigned" | "User Assigned" | "System Assigned,User Assigned" - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityResponse, ManagedServiceIdentityResponseArgs
- Principal
Id string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Dashboard. Inputs. User Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Principal
Id string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned map[string]UserIdentities Assigned Identity Response - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type String
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal_
id str - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant_
id str - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type str
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type String
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<Property Map>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityType, ManagedServiceIdentityTypeArgs
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- Managed
Service Identity Type None - None
- Managed
Service Identity Type System Assigned - SystemAssigned
- Managed
Service Identity Type User Assigned - UserAssigned
- Managed
Service Identity Type_System Assigned_User Assigned - SystemAssigned,UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- NONE
- None
- SYSTEM_ASSIGNED
- SystemAssigned
- USER_ASSIGNED
- UserAssigned
- SYSTEM_ASSIGNED_USER_ASSIGNED
- SystemAssigned,UserAssigned
- "None"
- None
- "System
Assigned" - SystemAssigned
- "User
Assigned" - UserAssigned
- "System
Assigned,User Assigned" - SystemAssigned,UserAssigned
MarketplaceAutoRenew, MarketplaceAutoRenewArgs
- Disabled
- Disabled
- Enabled
- Enabled
- Marketplace
Auto Renew Disabled - Disabled
- Marketplace
Auto Renew Enabled - Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- DISABLED
- Disabled
- ENABLED
- Enabled
- "Disabled"
- Disabled
- "Enabled"
- Enabled
PrivateEndpointConnectionResponse, PrivateEndpointConnectionResponseArgs
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Private
Link Pulumi.Service Connection State Azure Native. Dashboard. Inputs. Private Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- Provisioning
State string - The provisioning state of the private endpoint connection resource.
- System
Data Pulumi.Azure Native. Dashboard. Inputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Group
Ids List<string> - The private endpoint connection group ids.
- Private
Endpoint Pulumi.Azure Native. Dashboard. Inputs. Private Endpoint Response - The resource of private end point.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Private
Link PrivateService Connection State Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- Provisioning
State string - The provisioning state of the private endpoint connection resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Group
Ids []string - The private endpoint connection group ids.
- Private
Endpoint PrivateEndpoint Response - The resource of private end point.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- private
Link PrivateService Connection State Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State String - The provisioning state of the private endpoint connection resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group
Ids List<String> - The private endpoint connection group ids.
- private
Endpoint PrivateEndpoint Response - The resource of private end point.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- private
Link PrivateService Connection State Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State string - The provisioning state of the private endpoint connection resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group
Ids string[] - The private endpoint connection group ids.
- private
Endpoint PrivateEndpoint Response - The resource of private end point.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- private_
link_ Privateservice_ connection_ state Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning_
state str - The provisioning state of the private endpoint connection resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group_
ids Sequence[str] - The private endpoint connection group ids.
- private_
endpoint PrivateEndpoint Response - The resource of private end point.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- private
Link Property MapService Connection State - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State String - The provisioning state of the private endpoint connection resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group
Ids List<String> - The private endpoint connection group ids.
- private
Endpoint Property Map - The resource of private end point.
PrivateEndpointResponse, PrivateEndpointResponseArgs
- Id string
- The ARM identifier for Private Endpoint
- Id string
- The ARM identifier for Private Endpoint
- id String
- The ARM identifier for Private Endpoint
- id string
- The ARM identifier for Private Endpoint
- id str
- The ARM identifier for Private Endpoint
- id String
- The ARM identifier for Private Endpoint
PrivateLinkServiceConnectionStateResponse, PrivateLinkServiceConnectionStateResponseArgs
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- description string
- The reason for approval/rejection of the connection.
- status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions_
required str - A message indicating if changes on the service provider require any updates on the consumer.
- description str
- The reason for approval/rejection of the connection.
- status str
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
PublicNetworkAccess, PublicNetworkAccessArgs
- Enabled
- Enabled
- Disabled
- Disabled
- Public
Network Access Enabled - Enabled
- Public
Network Access Disabled - Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- ENABLED
- Enabled
- DISABLED
- Disabled
- "Enabled"
- Enabled
- "Disabled"
- Disabled
ResourceSku, ResourceSkuArgs
- Name string
- Name string
- name String
- name string
- name str
- name String
ResourceSkuResponse, ResourceSkuResponseArgs
- Name string
- Name string
- name String
- name string
- name str
- name String
Security, SecurityArgs
- Csrf
Always boolCheck - Set to true to execute the CSRF check even if the login cookie is not in a request (default false).
- Csrf
Always boolCheck - Set to true to execute the CSRF check even if the login cookie is not in a request (default false).
- csrf
Always BooleanCheck - Set to true to execute the CSRF check even if the login cookie is not in a request (default false).
- csrf
Always booleanCheck - Set to true to execute the CSRF check even if the login cookie is not in a request (default false).
- csrf_
always_ boolcheck - Set to true to execute the CSRF check even if the login cookie is not in a request (default false).
- csrf
Always BooleanCheck - Set to true to execute the CSRF check even if the login cookie is not in a request (default false).
SecurityResponse, SecurityResponseArgs
- Csrf
Always boolCheck - Set to true to execute the CSRF check even if the login cookie is not in a request (default false).
- Csrf
Always boolCheck - Set to true to execute the CSRF check even if the login cookie is not in a request (default false).
- csrf
Always BooleanCheck - Set to true to execute the CSRF check even if the login cookie is not in a request (default false).
- csrf
Always booleanCheck - Set to true to execute the CSRF check even if the login cookie is not in a request (default false).
- csrf_
always_ boolcheck - Set to true to execute the CSRF check even if the login cookie is not in a request (default false).
- csrf
Always BooleanCheck - Set to true to execute the CSRF check even if the login cookie is not in a request (default false).
Smtp, SmtpArgs
- Enabled bool
- Enable this to allow Grafana to send email. Default is false
- From
Address string - Address used when sending out emails https://pkg.go.dev/net/mail#Address
- From
Name string - Name to be used when sending out emails. Default is "Azure Managed Grafana Notification" https://pkg.go.dev/net/mail#Address
- Host string
- SMTP server hostname with port, e.g. test.email.net:587
- Password string
- Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes
- Skip
Verify bool - Verify SSL for SMTP server. Default is false https://pkg.go.dev/crypto/tls#Config
- Start
TLSPolicy string | Pulumi.Azure Native. Dashboard. Start TLSPolicy - The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy
- User string
- User of SMTP auth
- Enabled bool
- Enable this to allow Grafana to send email. Default is false
- From
Address string - Address used when sending out emails https://pkg.go.dev/net/mail#Address
- From
Name string - Name to be used when sending out emails. Default is "Azure Managed Grafana Notification" https://pkg.go.dev/net/mail#Address
- Host string
- SMTP server hostname with port, e.g. test.email.net:587
- Password string
- Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes
- Skip
Verify bool - Verify SSL for SMTP server. Default is false https://pkg.go.dev/crypto/tls#Config
- Start
TLSPolicy string | StartTLSPolicy - The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy
- User string
- User of SMTP auth
- enabled Boolean
- Enable this to allow Grafana to send email. Default is false
- from
Address String - Address used when sending out emails https://pkg.go.dev/net/mail#Address
- from
Name String - Name to be used when sending out emails. Default is "Azure Managed Grafana Notification" https://pkg.go.dev/net/mail#Address
- host String
- SMTP server hostname with port, e.g. test.email.net:587
- password String
- Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes
- skip
Verify Boolean - Verify SSL for SMTP server. Default is false https://pkg.go.dev/crypto/tls#Config
- start
TLSPolicy String | StartTLSPolicy - The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy
- user String
- User of SMTP auth
- enabled boolean
- Enable this to allow Grafana to send email. Default is false
- from
Address string - Address used when sending out emails https://pkg.go.dev/net/mail#Address
- from
Name string - Name to be used when sending out emails. Default is "Azure Managed Grafana Notification" https://pkg.go.dev/net/mail#Address
- host string
- SMTP server hostname with port, e.g. test.email.net:587
- password string
- Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes
- skip
Verify boolean - Verify SSL for SMTP server. Default is false https://pkg.go.dev/crypto/tls#Config
- start
TLSPolicy string | StartTLSPolicy - The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy
- user string
- User of SMTP auth
- enabled bool
- Enable this to allow Grafana to send email. Default is false
- from_
address str - Address used when sending out emails https://pkg.go.dev/net/mail#Address
- from_
name str - Name to be used when sending out emails. Default is "Azure Managed Grafana Notification" https://pkg.go.dev/net/mail#Address
- host str
- SMTP server hostname with port, e.g. test.email.net:587
- password str
- Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes
- skip_
verify bool - Verify SSL for SMTP server. Default is false https://pkg.go.dev/crypto/tls#Config
- start_
tls_ str | Startpolicy TLSPolicy - The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy
- user str
- User of SMTP auth
- enabled Boolean
- Enable this to allow Grafana to send email. Default is false
- from
Address String - Address used when sending out emails https://pkg.go.dev/net/mail#Address
- from
Name String - Name to be used when sending out emails. Default is "Azure Managed Grafana Notification" https://pkg.go.dev/net/mail#Address
- host String
- SMTP server hostname with port, e.g. test.email.net:587
- password String
- Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes
- skip
Verify Boolean - Verify SSL for SMTP server. Default is false https://pkg.go.dev/crypto/tls#Config
- start
TLSPolicy String | "OpportunisticStart TLS" | "Mandatory Start TLS" | "No Start TLS" - The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy
- user String
- User of SMTP auth
SmtpResponse, SmtpResponseArgs
- Enabled bool
- Enable this to allow Grafana to send email. Default is false
- From
Address string - Address used when sending out emails https://pkg.go.dev/net/mail#Address
- From
Name string - Name to be used when sending out emails. Default is "Azure Managed Grafana Notification" https://pkg.go.dev/net/mail#Address
- Host string
- SMTP server hostname with port, e.g. test.email.net:587
- Password string
- Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes
- Skip
Verify bool - Verify SSL for SMTP server. Default is false https://pkg.go.dev/crypto/tls#Config
- Start
TLSPolicy string - The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy
- User string
- User of SMTP auth
- Enabled bool
- Enable this to allow Grafana to send email. Default is false
- From
Address string - Address used when sending out emails https://pkg.go.dev/net/mail#Address
- From
Name string - Name to be used when sending out emails. Default is "Azure Managed Grafana Notification" https://pkg.go.dev/net/mail#Address
- Host string
- SMTP server hostname with port, e.g. test.email.net:587
- Password string
- Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes
- Skip
Verify bool - Verify SSL for SMTP server. Default is false https://pkg.go.dev/crypto/tls#Config
- Start
TLSPolicy string - The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy
- User string
- User of SMTP auth
- enabled Boolean
- Enable this to allow Grafana to send email. Default is false
- from
Address String - Address used when sending out emails https://pkg.go.dev/net/mail#Address
- from
Name String - Name to be used when sending out emails. Default is "Azure Managed Grafana Notification" https://pkg.go.dev/net/mail#Address
- host String
- SMTP server hostname with port, e.g. test.email.net:587
- password String
- Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes
- skip
Verify Boolean - Verify SSL for SMTP server. Default is false https://pkg.go.dev/crypto/tls#Config
- start
TLSPolicy String - The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy
- user String
- User of SMTP auth
- enabled boolean
- Enable this to allow Grafana to send email. Default is false
- from
Address string - Address used when sending out emails https://pkg.go.dev/net/mail#Address
- from
Name string - Name to be used when sending out emails. Default is "Azure Managed Grafana Notification" https://pkg.go.dev/net/mail#Address
- host string
- SMTP server hostname with port, e.g. test.email.net:587
- password string
- Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes
- skip
Verify boolean - Verify SSL for SMTP server. Default is false https://pkg.go.dev/crypto/tls#Config
- start
TLSPolicy string - The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy
- user string
- User of SMTP auth
- enabled bool
- Enable this to allow Grafana to send email. Default is false
- from_
address str - Address used when sending out emails https://pkg.go.dev/net/mail#Address
- from_
name str - Name to be used when sending out emails. Default is "Azure Managed Grafana Notification" https://pkg.go.dev/net/mail#Address
- host str
- SMTP server hostname with port, e.g. test.email.net:587
- password str
- Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes
- skip_
verify bool - Verify SSL for SMTP server. Default is false https://pkg.go.dev/crypto/tls#Config
- start_
tls_ strpolicy - The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy
- user str
- User of SMTP auth
- enabled Boolean
- Enable this to allow Grafana to send email. Default is false
- from
Address String - Address used when sending out emails https://pkg.go.dev/net/mail#Address
- from
Name String - Name to be used when sending out emails. Default is "Azure Managed Grafana Notification" https://pkg.go.dev/net/mail#Address
- host String
- SMTP server hostname with port, e.g. test.email.net:587
- password String
- Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes
- skip
Verify Boolean - Verify SSL for SMTP server. Default is false https://pkg.go.dev/crypto/tls#Config
- start
TLSPolicy String - The StartTLSPolicy setting of the SMTP configuration https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy
- user String
- User of SMTP auth
Snapshots, SnapshotsArgs
- External
Enabled bool - Set to false to disable external snapshot publish endpoint
- External
Enabled bool - Set to false to disable external snapshot publish endpoint
- external
Enabled Boolean - Set to false to disable external snapshot publish endpoint
- external
Enabled boolean - Set to false to disable external snapshot publish endpoint
- external_
enabled bool - Set to false to disable external snapshot publish endpoint
- external
Enabled Boolean - Set to false to disable external snapshot publish endpoint
SnapshotsResponse, SnapshotsResponseArgs
- External
Enabled bool - Set to false to disable external snapshot publish endpoint
- External
Enabled bool - Set to false to disable external snapshot publish endpoint
- external
Enabled Boolean - Set to false to disable external snapshot publish endpoint
- external
Enabled boolean - Set to false to disable external snapshot publish endpoint
- external_
enabled bool - Set to false to disable external snapshot publish endpoint
- external
Enabled Boolean - Set to false to disable external snapshot publish endpoint
StartTLSPolicy, StartTLSPolicyArgs
- Opportunistic
Start TLS - OpportunisticStartTLS
- Mandatory
Start TLS - MandatoryStartTLS
- No
Start TLS - NoStartTLS
- Start
TLSPolicy Opportunistic Start TLS - OpportunisticStartTLS
- Start
TLSPolicy Mandatory Start TLS - MandatoryStartTLS
- Start
TLSPolicy No Start TLS - NoStartTLS
- Opportunistic
Start TLS - OpportunisticStartTLS
- Mandatory
Start TLS - MandatoryStartTLS
- No
Start TLS - NoStartTLS
- Opportunistic
Start TLS - OpportunisticStartTLS
- Mandatory
Start TLS - MandatoryStartTLS
- No
Start TLS - NoStartTLS
- OPPORTUNISTIC_START_TLS
- OpportunisticStartTLS
- MANDATORY_START_TLS
- MandatoryStartTLS
- NO_START_TLS
- NoStartTLS
- "Opportunistic
Start TLS" - OpportunisticStartTLS
- "Mandatory
Start TLS" - MandatoryStartTLS
- "No
Start TLS" - NoStartTLS
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
- client
Id string - The client ID of the assigned identity.
- principal
Id string - The principal ID of the assigned identity.
- client_
id str - The client ID of the assigned identity.
- principal_
id str - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
Users, UsersArgs
- Viewers
Can boolEdit - Set to true so viewers can access and use explore and perform temporary edits on panels in dashboards they have access to. They cannot save their changes.
- Viewers
Can boolEdit - Set to true so viewers can access and use explore and perform temporary edits on panels in dashboards they have access to. They cannot save their changes.
- viewers
Can BooleanEdit - Set to true so viewers can access and use explore and perform temporary edits on panels in dashboards they have access to. They cannot save their changes.
- viewers
Can booleanEdit - Set to true so viewers can access and use explore and perform temporary edits on panels in dashboards they have access to. They cannot save their changes.
- viewers_
can_ booledit - Set to true so viewers can access and use explore and perform temporary edits on panels in dashboards they have access to. They cannot save their changes.
- viewers
Can BooleanEdit - Set to true so viewers can access and use explore and perform temporary edits on panels in dashboards they have access to. They cannot save their changes.
UsersResponse, UsersResponseArgs
- Viewers
Can boolEdit - Set to true so viewers can access and use explore and perform temporary edits on panels in dashboards they have access to. They cannot save their changes.
- Viewers
Can boolEdit - Set to true so viewers can access and use explore and perform temporary edits on panels in dashboards they have access to. They cannot save their changes.
- viewers
Can BooleanEdit - Set to true so viewers can access and use explore and perform temporary edits on panels in dashboards they have access to. They cannot save their changes.
- viewers
Can booleanEdit - Set to true so viewers can access and use explore and perform temporary edits on panels in dashboards they have access to. They cannot save their changes.
- viewers_
can_ booledit - Set to true so viewers can access and use explore and perform temporary edits on panels in dashboards they have access to. They cannot save their changes.
- viewers
Can BooleanEdit - Set to true so viewers can access and use explore and perform temporary edits on panels in dashboards they have access to. They cannot save their changes.
ZoneRedundancy, ZoneRedundancyArgs
- Disabled
- Disabled
- Enabled
- Enabled
- Zone
Redundancy Disabled - Disabled
- Zone
Redundancy Enabled - Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- DISABLED
- Disabled
- ENABLED
- Enabled
- "Disabled"
- Disabled
- "Enabled"
- Enabled
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0