1. Packages
  2. Grafana Cloud
  3. API Docs
  4. getTeam
Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse

grafana.getTeam

Explore with Pulumi AI

grafana logo
Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse

    Using getTeam

    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 getTeam(args: GetTeamArgs, opts?: InvokeOptions): Promise<GetTeamResult>
    function getTeamOutput(args: GetTeamOutputArgs, opts?: InvokeOptions): Output<GetTeamResult>
    def get_team(name: Optional[str] = None,
                 org_id: Optional[str] = None,
                 read_team_sync: Optional[bool] = None,
                 opts: Optional[InvokeOptions] = None) -> GetTeamResult
    def get_team_output(name: Optional[pulumi.Input[str]] = None,
                 org_id: Optional[pulumi.Input[str]] = None,
                 read_team_sync: Optional[pulumi.Input[bool]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetTeamResult]
    func LookupTeam(ctx *Context, args *LookupTeamArgs, opts ...InvokeOption) (*LookupTeamResult, error)
    func LookupTeamOutput(ctx *Context, args *LookupTeamOutputArgs, opts ...InvokeOption) LookupTeamResultOutput

    > Note: This function is named LookupTeam in the Go SDK.

    public static class GetTeam 
    {
        public static Task<GetTeamResult> InvokeAsync(GetTeamArgs args, InvokeOptions? opts = null)
        public static Output<GetTeamResult> Invoke(GetTeamInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTeamResult> getTeam(GetTeamArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: grafana:index/getTeam:getTeam
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    OrgId string
    ReadTeamSync bool
    Name string
    OrgId string
    ReadTeamSync bool
    name String
    orgId String
    readTeamSync Boolean
    name string
    orgId string
    readTeamSync boolean
    name String
    orgId String
    readTeamSync Boolean

    getTeam Result

    The following output properties are available:

    Email string
    Id string
    The provider-assigned unique ID for this managed resource.
    Members List<string>
    Name string
    Preferences List<Pulumiverse.Grafana.Outputs.GetTeamPreference>
    TeamId int
    TeamSyncs List<Pulumiverse.Grafana.Outputs.GetTeamTeamSync>
    OrgId string
    ReadTeamSync bool
    Email string
    Id string
    The provider-assigned unique ID for this managed resource.
    Members []string
    Name string
    Preferences []GetTeamPreference
    TeamId int
    TeamSyncs []GetTeamTeamSync
    OrgId string
    ReadTeamSync bool
    email String
    id String
    The provider-assigned unique ID for this managed resource.
    members List<String>
    name String
    preferences List<GetTeamPreference>
    teamId Integer
    teamSyncs List<GetTeamTeamSync>
    orgId String
    readTeamSync Boolean
    email string
    id string
    The provider-assigned unique ID for this managed resource.
    members string[]
    name string
    preferences GetTeamPreference[]
    teamId number
    teamSyncs GetTeamTeamSync[]
    orgId string
    readTeamSync boolean
    email str
    id str
    The provider-assigned unique ID for this managed resource.
    members Sequence[str]
    name str
    preferences Sequence[GetTeamPreference]
    team_id int
    team_syncs Sequence[GetTeamTeamSync]
    org_id str
    read_team_sync bool
    email String
    id String
    The provider-assigned unique ID for this managed resource.
    members List<String>
    name String
    preferences List<Property Map>
    teamId Number
    teamSyncs List<Property Map>
    orgId String
    readTeamSync Boolean

    Supporting Types

    GetTeamPreference

    HomeDashboardUid string
    The UID of the dashboard to display when a team member logs in.
    Theme string
    The default theme for this team. Available themes are light, dark, system, or an empty string for the default theme.
    Timezone string
    The default timezone for this team. Available values are utc, browser, or an empty string for the default.
    WeekStart string
    The default week start day for this team. Available values are sunday, monday, saturday, or an empty string for the default.
    HomeDashboardUid string
    The UID of the dashboard to display when a team member logs in.
    Theme string
    The default theme for this team. Available themes are light, dark, system, or an empty string for the default theme.
    Timezone string
    The default timezone for this team. Available values are utc, browser, or an empty string for the default.
    WeekStart string
    The default week start day for this team. Available values are sunday, monday, saturday, or an empty string for the default.
    homeDashboardUid String
    The UID of the dashboard to display when a team member logs in.
    theme String
    The default theme for this team. Available themes are light, dark, system, or an empty string for the default theme.
    timezone String
    The default timezone for this team. Available values are utc, browser, or an empty string for the default.
    weekStart String
    The default week start day for this team. Available values are sunday, monday, saturday, or an empty string for the default.
    homeDashboardUid string
    The UID of the dashboard to display when a team member logs in.
    theme string
    The default theme for this team. Available themes are light, dark, system, or an empty string for the default theme.
    timezone string
    The default timezone for this team. Available values are utc, browser, or an empty string for the default.
    weekStart string
    The default week start day for this team. Available values are sunday, monday, saturday, or an empty string for the default.
    home_dashboard_uid str
    The UID of the dashboard to display when a team member logs in.
    theme str
    The default theme for this team. Available themes are light, dark, system, or an empty string for the default theme.
    timezone str
    The default timezone for this team. Available values are utc, browser, or an empty string for the default.
    week_start str
    The default week start day for this team. Available values are sunday, monday, saturday, or an empty string for the default.
    homeDashboardUid String
    The UID of the dashboard to display when a team member logs in.
    theme String
    The default theme for this team. Available themes are light, dark, system, or an empty string for the default theme.
    timezone String
    The default timezone for this team. Available values are utc, browser, or an empty string for the default.
    weekStart String
    The default week start day for this team. Available values are sunday, monday, saturday, or an empty string for the default.

    GetTeamTeamSync

    Groups List<string>
    Groups []string
    groups List<String>
    groups string[]
    groups Sequence[str]
    groups List<String>

    Package Details

    Repository
    grafana pulumiverse/pulumi-grafana
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the grafana Terraform Provider.
    grafana logo
    Grafana v0.4.2 published on Monday, Apr 15, 2024 by pulumiverse