1. Packages
  2. Vercel
  3. API Docs
  4. getTeamConfig
Vercel v1.15.0 published on Wednesday, Mar 19, 2025 by Pulumiverse

vercel.getTeamConfig

Explore with Pulumi AI

vercel logo
Vercel v1.15.0 published on Wednesday, Mar 19, 2025 by Pulumiverse

    Using getTeamConfig

    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 getTeamConfig(args: GetTeamConfigArgs, opts?: InvokeOptions): Promise<GetTeamConfigResult>
    function getTeamConfigOutput(args: GetTeamConfigOutputArgs, opts?: InvokeOptions): Output<GetTeamConfigResult>
    def get_team_config(id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetTeamConfigResult
    def get_team_config_output(id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetTeamConfigResult]
    func LookupTeamConfig(ctx *Context, args *LookupTeamConfigArgs, opts ...InvokeOption) (*LookupTeamConfigResult, error)
    func LookupTeamConfigOutput(ctx *Context, args *LookupTeamConfigOutputArgs, opts ...InvokeOption) LookupTeamConfigResultOutput

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

    public static class GetTeamConfig 
    {
        public static Task<GetTeamConfigResult> InvokeAsync(GetTeamConfigArgs args, InvokeOptions? opts = null)
        public static Output<GetTeamConfigResult> Invoke(GetTeamConfigInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTeamConfigResult> getTeamConfig(GetTeamConfigArgs args, InvokeOptions options)
    public static Output<GetTeamConfigResult> getTeamConfig(GetTeamConfigArgs args, InvokeOptions options)
    
    fn::invoke:
      function: vercel:index/getTeamConfig:getTeamConfig
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Id string
    id String
    id string
    id str
    id String

    getTeamConfig Result

    The following output properties are available:

    Supporting Types

    GetTeamConfigRemoteCaching

    Enabled bool
    Indicates if Remote Caching is enabled.
    Enabled bool
    Indicates if Remote Caching is enabled.
    enabled Boolean
    Indicates if Remote Caching is enabled.
    enabled boolean
    Indicates if Remote Caching is enabled.
    enabled bool
    Indicates if Remote Caching is enabled.
    enabled Boolean
    Indicates if Remote Caching is enabled.

    GetTeamConfigSaml

    AccessGroupId string
    The ID of the access group to use for the team.
    Enforced bool
    Indicates if SAML is enforced for the team.
    Roles Dictionary<string, string>
    Directory groups to role or access group mappings.
    AccessGroupId string
    The ID of the access group to use for the team.
    Enforced bool
    Indicates if SAML is enforced for the team.
    Roles map[string]string
    Directory groups to role or access group mappings.
    accessGroupId String
    The ID of the access group to use for the team.
    enforced Boolean
    Indicates if SAML is enforced for the team.
    roles Map<String,String>
    Directory groups to role or access group mappings.
    accessGroupId string
    The ID of the access group to use for the team.
    enforced boolean
    Indicates if SAML is enforced for the team.
    roles {[key: string]: string}
    Directory groups to role or access group mappings.
    access_group_id str
    The ID of the access group to use for the team.
    enforced bool
    Indicates if SAML is enforced for the team.
    roles Mapping[str, str]
    Directory groups to role or access group mappings.
    accessGroupId String
    The ID of the access group to use for the team.
    enforced Boolean
    Indicates if SAML is enforced for the team.
    roles Map<String>
    Directory groups to role or access group mappings.

    Package Details

    Repository
    vercel pulumiverse/pulumi-vercel
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the vercel Terraform Provider.
    vercel logo
    Vercel v1.15.0 published on Wednesday, Mar 19, 2025 by Pulumiverse