sysdig 1.56.0 published on Wednesday, Apr 30, 2025 by sysdiglabs
sysdig.getSecureTeam
Explore with Pulumi AI
sysdig 1.56.0 published on Wednesday, Apr 30, 2025 by sysdiglabs
The sysdig.SecureTeam
data source retrieves information about a specific secure team in Sysdig.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sysdig from "@pulumi/sysdig";
const example = sysdig.getSecureTeam({
id: "812371",
});
import pulumi
import pulumi_sysdig as sysdig
example = sysdig.get_secure_team(id="812371")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/sysdig/sysdig"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sysdig.LookupSecureTeam(ctx, &sysdig.LookupSecureTeamArgs{
Id: "812371",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sysdig = Pulumi.Sysdig;
return await Deployment.RunAsync(() =>
{
var example = Sysdig.GetSecureTeam.Invoke(new()
{
Id = "812371",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sysdig.SysdigFunctions;
import com.pulumi.sysdig.inputs.GetSecureTeamArgs;
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 example = SysdigFunctions.getSecureTeam(GetSecureTeamArgs.builder()
.id("812371")
.build());
}
}
variables:
example:
fn::invoke:
function: sysdig:getSecureTeam
arguments:
id: '812371'
Using getSecureTeam
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 getSecureTeam(args: GetSecureTeamArgs, opts?: InvokeOptions): Promise<GetSecureTeamResult>
function getSecureTeamOutput(args: GetSecureTeamOutputArgs, opts?: InvokeOptions): Output<GetSecureTeamResult>
def get_secure_team(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSecureTeamResult
def get_secure_team_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSecureTeamResult]
func LookupSecureTeam(ctx *Context, args *LookupSecureTeamArgs, opts ...InvokeOption) (*LookupSecureTeamResult, error)
func LookupSecureTeamOutput(ctx *Context, args *LookupSecureTeamOutputArgs, opts ...InvokeOption) LookupSecureTeamResultOutput
> Note: This function is named LookupSecureTeam
in the Go SDK.
public static class GetSecureTeam
{
public static Task<GetSecureTeamResult> InvokeAsync(GetSecureTeamArgs args, InvokeOptions? opts = null)
public static Output<GetSecureTeamResult> Invoke(GetSecureTeamInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSecureTeamResult> getSecureTeam(GetSecureTeamArgs args, InvokeOptions options)
public static Output<GetSecureTeamResult> getSecureTeam(GetSecureTeamArgs args, InvokeOptions options)
fn::invoke:
function: sysdig:index/getSecureTeam:getSecureTeam
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The ID of the secure team.
- Id string
- The ID of the secure team.
- id String
- The ID of the secure team.
- id string
- The ID of the secure team.
- id str
- The ID of the secure team.
- id String
- The ID of the secure team.
getSecureTeam Result
The following output properties are available:
- All
Zones bool - Whether the team has access to all zones.
- Can
Use boolAgent Cli - Whether the team can use the agent CLI.
- Can
Use boolRapid Response - Whether the team can use rapid response.
- Default
Team bool - Whether the team is the default team.
- Description string
- The description of the secure team.
- Filter string
- The filter applied to the team.
- Id string
- Name string
- The name of the secure team.
- Scope
By string - The scope of the team.
- Theme string
- The theme of the secure team.
- Use
Sysdig boolCapture - Whether the team can use Sysdig capture.
- User
Roles List<GetSecure Team User Role> - The roles assigned to users in the team.
- Version double
- The version of the secure team.
- Zone
Ids List<double> - The IDs of the zones associated with the team.
- All
Zones bool - Whether the team has access to all zones.
- Can
Use boolAgent Cli - Whether the team can use the agent CLI.
- Can
Use boolRapid Response - Whether the team can use rapid response.
- Default
Team bool - Whether the team is the default team.
- Description string
- The description of the secure team.
- Filter string
- The filter applied to the team.
- Id string
- Name string
- The name of the secure team.
- Scope
By string - The scope of the team.
- Theme string
- The theme of the secure team.
- Use
Sysdig boolCapture - Whether the team can use Sysdig capture.
- User
Roles []GetSecure Team User Role - The roles assigned to users in the team.
- Version float64
- The version of the secure team.
- Zone
Ids []float64 - The IDs of the zones associated with the team.
- all
Zones Boolean - Whether the team has access to all zones.
- can
Use BooleanAgent Cli - Whether the team can use the agent CLI.
- can
Use BooleanRapid Response - Whether the team can use rapid response.
- default
Team Boolean - Whether the team is the default team.
- description String
- The description of the secure team.
- filter String
- The filter applied to the team.
- id String
- name String
- The name of the secure team.
- scope
By String - The scope of the team.
- theme String
- The theme of the secure team.
- use
Sysdig BooleanCapture - Whether the team can use Sysdig capture.
- user
Roles List<GetSecure Team User Role> - The roles assigned to users in the team.
- version Double
- The version of the secure team.
- zone
Ids List<Double> - The IDs of the zones associated with the team.
- all
Zones boolean - Whether the team has access to all zones.
- can
Use booleanAgent Cli - Whether the team can use the agent CLI.
- can
Use booleanRapid Response - Whether the team can use rapid response.
- default
Team boolean - Whether the team is the default team.
- description string
- The description of the secure team.
- filter string
- The filter applied to the team.
- id string
- name string
- The name of the secure team.
- scope
By string - The scope of the team.
- theme string
- The theme of the secure team.
- use
Sysdig booleanCapture - Whether the team can use Sysdig capture.
- user
Roles GetSecure Team User Role[] - The roles assigned to users in the team.
- version number
- The version of the secure team.
- zone
Ids number[] - The IDs of the zones associated with the team.
- all_
zones bool - Whether the team has access to all zones.
- can_
use_ boolagent_ cli - Whether the team can use the agent CLI.
- can_
use_ boolrapid_ response - Whether the team can use rapid response.
- default_
team bool - Whether the team is the default team.
- description str
- The description of the secure team.
- filter str
- The filter applied to the team.
- id str
- name str
- The name of the secure team.
- scope_
by str - The scope of the team.
- theme str
- The theme of the secure team.
- use_
sysdig_ boolcapture - Whether the team can use Sysdig capture.
- user_
roles Sequence[GetSecure Team User Role] - The roles assigned to users in the team.
- version float
- The version of the secure team.
- zone_
ids Sequence[float] - The IDs of the zones associated with the team.
- all
Zones Boolean - Whether the team has access to all zones.
- can
Use BooleanAgent Cli - Whether the team can use the agent CLI.
- can
Use BooleanRapid Response - Whether the team can use rapid response.
- default
Team Boolean - Whether the team is the default team.
- description String
- The description of the secure team.
- filter String
- The filter applied to the team.
- id String
- name String
- The name of the secure team.
- scope
By String - The scope of the team.
- theme String
- The theme of the secure team.
- use
Sysdig BooleanCapture - Whether the team can use Sysdig capture.
- user
Roles List<Property Map> - The roles assigned to users in the team.
- version Number
- The version of the secure team.
- zone
Ids List<Number> - The IDs of the zones associated with the team.
Supporting Types
GetSecureTeamUserRole
Package Details
- Repository
- sysdig sysdiglabs/terraform-provider-sysdig
- License
- Notes
- This Pulumi package is based on the
sysdig
Terraform Provider.
sysdig 1.56.0 published on Wednesday, Apr 30, 2025 by sysdiglabs