Grafana v0.16.1 published on Saturday, Mar 15, 2025 by pulumiverse
grafana.oss.getOrganizationPreferences
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as grafana from "@pulumi/grafana";
const test = grafana.oss.getOrganizationPreferences({});
import pulumi
import pulumi_grafana as grafana
test = grafana.oss.get_organization_preferences()
package main
import (
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
	"github.com/pulumiverse/pulumi-grafana/sdk/go/grafana/oss"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := oss.LookupOrganizationPreferences(ctx, &oss.LookupOrganizationPreferencesArgs{}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Grafana = Pulumi.Grafana;
return await Deployment.RunAsync(() => 
{
    var test = Grafana.Oss.GetOrganizationPreferences.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.grafana.oss.OssFunctions;
import com.pulumi.grafana.oss.inputs.GetOrganizationPreferencesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var test = OssFunctions.getOrganizationPreferences();
    }
}
variables:
  test:
    fn::invoke:
      function: grafana:oss:getOrganizationPreferences
      arguments: {}
Using getOrganizationPreferences
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getOrganizationPreferences(args: GetOrganizationPreferencesArgs, opts?: InvokeOptions): Promise<GetOrganizationPreferencesResult>
function getOrganizationPreferencesOutput(args: GetOrganizationPreferencesOutputArgs, opts?: InvokeOptions): Output<GetOrganizationPreferencesResult>def get_organization_preferences(org_id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetOrganizationPreferencesResult
def get_organization_preferences_output(org_id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationPreferencesResult]func LookupOrganizationPreferences(ctx *Context, args *LookupOrganizationPreferencesArgs, opts ...InvokeOption) (*LookupOrganizationPreferencesResult, error)
func LookupOrganizationPreferencesOutput(ctx *Context, args *LookupOrganizationPreferencesOutputArgs, opts ...InvokeOption) LookupOrganizationPreferencesResultOutput> Note: This function is named LookupOrganizationPreferences in the Go SDK.
public static class GetOrganizationPreferences 
{
    public static Task<GetOrganizationPreferencesResult> InvokeAsync(GetOrganizationPreferencesArgs args, InvokeOptions? opts = null)
    public static Output<GetOrganizationPreferencesResult> Invoke(GetOrganizationPreferencesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOrganizationPreferencesResult> getOrganizationPreferences(GetOrganizationPreferencesArgs args, InvokeOptions options)
public static Output<GetOrganizationPreferencesResult> getOrganizationPreferences(GetOrganizationPreferencesArgs args, InvokeOptions options)
fn::invoke:
  function: grafana:oss/getOrganizationPreferences:getOrganizationPreferences
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Org
Id string - The Organization ID. If not set, the Org ID defined in the provider block will be used.
 
- Org
Id string - The Organization ID. If not set, the Org ID defined in the provider block will be used.
 
- org
Id String - The Organization ID. If not set, the Org ID defined in the provider block will be used.
 
- org
Id string - The Organization ID. If not set, the Org ID defined in the provider block will be used.
 
- org_
id str - The Organization ID. If not set, the Org ID defined in the provider block will be used.
 
- org
Id String - The Organization ID. If not set, the Org ID defined in the provider block will be used.
 
getOrganizationPreferences Result
The following output properties are available:
- Home
Dashboard stringUid  - The Organization home dashboard UID. This is only available in Grafana 9.0+.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Theme string
 - The Organization theme. Available values are 
light,dark,system, or an empty string for the default. - Timezone string
 - The Organization timezone. Available values are 
utc,browser, or an empty string for the default. - Week
Start string - The Organization week start day. Available values are 
sunday,monday,saturday, or an empty string for the default. - Org
Id string - The Organization ID. If not set, the Org ID defined in the provider block will be used.
 
- Home
Dashboard stringUid  - The Organization home dashboard UID. This is only available in Grafana 9.0+.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Theme string
 - The Organization theme. Available values are 
light,dark,system, or an empty string for the default. - Timezone string
 - The Organization timezone. Available values are 
utc,browser, or an empty string for the default. - Week
Start string - The Organization week start day. Available values are 
sunday,monday,saturday, or an empty string for the default. - Org
Id string - The Organization ID. If not set, the Org ID defined in the provider block will be used.
 
- home
Dashboard StringUid  - The Organization home dashboard UID. This is only available in Grafana 9.0+.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - theme String
 - The Organization theme. Available values are 
light,dark,system, or an empty string for the default. - timezone String
 - The Organization timezone. Available values are 
utc,browser, or an empty string for the default. - week
Start String - The Organization week start day. Available values are 
sunday,monday,saturday, or an empty string for the default. - org
Id String - The Organization ID. If not set, the Org ID defined in the provider block will be used.
 
- home
Dashboard stringUid  - The Organization home dashboard UID. This is only available in Grafana 9.0+.
 - id string
 - The provider-assigned unique ID for this managed resource.
 - theme string
 - The Organization theme. Available values are 
light,dark,system, or an empty string for the default. - timezone string
 - The Organization timezone. Available values are 
utc,browser, or an empty string for the default. - week
Start string - The Organization week start day. Available values are 
sunday,monday,saturday, or an empty string for the default. - org
Id string - The Organization ID. If not set, the Org ID defined in the provider block will be used.
 
- home_
dashboard_ struid  - The Organization home dashboard UID. This is only available in Grafana 9.0+.
 - id str
 - The provider-assigned unique ID for this managed resource.
 - theme str
 - The Organization theme. Available values are 
light,dark,system, or an empty string for the default. - timezone str
 - The Organization timezone. Available values are 
utc,browser, or an empty string for the default. - week_
start str - The Organization week start day. Available values are 
sunday,monday,saturday, or an empty string for the default. - org_
id str - The Organization ID. If not set, the Org ID defined in the provider block will be used.
 
- home
Dashboard StringUid  - The Organization home dashboard UID. This is only available in Grafana 9.0+.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - theme String
 - The Organization theme. Available values are 
light,dark,system, or an empty string for the default. - timezone String
 - The Organization timezone. Available values are 
utc,browser, or an empty string for the default. - week
Start String - The Organization week start day. Available values are 
sunday,monday,saturday, or an empty string for the default. - org
Id String - The Organization ID. If not set, the Org ID defined in the provider block will be used.
 
Package Details
- Repository
 - grafana pulumiverse/pulumi-grafana
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
grafanaTerraform Provider.