Vercel v1.15.0 published on Wednesday, Mar 19, 2025 by Pulumiverse
vercel.getTeamConfig
Explore with Pulumi AI
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:
- Description string
- Email
Domain string - Enable
Preview stringFeedback - Enable
Production stringFeedback - Hide
Ip boolAddresses - Hide
Ip boolAddresses In Log Drains - Id string
- Invite
Code string - Name string
- Preview
Deployment stringSuffix - Remote
Caching Pulumiverse.Vercel. Outputs. Get Team Config Remote Caching - Saml
Pulumiverse.
Vercel. Outputs. Get Team Config Saml - Sensitive
Environment stringVariable Policy - Slug string
- Description string
- Email
Domain string - Enable
Preview stringFeedback - Enable
Production stringFeedback - Hide
Ip boolAddresses - Hide
Ip boolAddresses In Log Drains - Id string
- Invite
Code string - Name string
- Preview
Deployment stringSuffix - Remote
Caching GetTeam Config Remote Caching - Saml
Get
Team Config Saml - Sensitive
Environment stringVariable Policy - Slug string
- description String
- email
Domain String - enable
Preview StringFeedback - enable
Production StringFeedback - hide
Ip BooleanAddresses - hide
Ip BooleanAddresses In Log Drains - id String
- invite
Code String - name String
- preview
Deployment StringSuffix - remote
Caching GetTeam Config Remote Caching - saml
Get
Team Config Saml - sensitive
Environment StringVariable Policy - slug String
- description string
- email
Domain string - enable
Preview stringFeedback - enable
Production stringFeedback - hide
Ip booleanAddresses - hide
Ip booleanAddresses In Log Drains - id string
- invite
Code string - name string
- preview
Deployment stringSuffix - remote
Caching GetTeam Config Remote Caching - saml
Get
Team Config Saml - sensitive
Environment stringVariable Policy - slug string
- description str
- email_
domain str - enable_
preview_ strfeedback - enable_
production_ strfeedback - hide_
ip_ booladdresses - hide_
ip_ booladdresses_ in_ log_ drains - id str
- invite_
code str - name str
- preview_
deployment_ strsuffix - remote_
caching GetTeam Config Remote Caching - saml
Get
Team Config Saml - sensitive_
environment_ strvariable_ policy - slug str
- description String
- email
Domain String - enable
Preview StringFeedback - enable
Production StringFeedback - hide
Ip BooleanAddresses - hide
Ip BooleanAddresses In Log Drains - id String
- invite
Code String - name String
- preview
Deployment StringSuffix - remote
Caching Property Map - saml Property Map
- sensitive
Environment StringVariable Policy - slug String
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
- Access
Group stringId - 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.
- Access
Group stringId - 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.
- access
Group StringId - 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.
- access
Group stringId - 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_ strid - 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.
- access
Group StringId - 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.