1. Packages
  2. Temporalcloud Provider
  3. API Docs
  4. getScimGroup
Temporal Cloud 0.8.0 published on Monday, Jun 2, 2025 by temporalio

temporalcloud.getScimGroup

Explore with Pulumi AI

temporalcloud logo
Temporal Cloud 0.8.0 published on Monday, Jun 2, 2025 by temporalio

    Fetches details about a SCIM group.

    Using getScimGroup

    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 getScimGroup(args: GetScimGroupArgs, opts?: InvokeOptions): Promise<GetScimGroupResult>
    function getScimGroupOutput(args: GetScimGroupOutputArgs, opts?: InvokeOptions): Output<GetScimGroupResult>
    def get_scim_group(idp_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetScimGroupResult
    def get_scim_group_output(idp_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetScimGroupResult]
    func GetScimGroup(ctx *Context, args *GetScimGroupArgs, opts ...InvokeOption) (*GetScimGroupResult, error)
    func GetScimGroupOutput(ctx *Context, args *GetScimGroupOutputArgs, opts ...InvokeOption) GetScimGroupResultOutput

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

    public static class GetScimGroup 
    {
        public static Task<GetScimGroupResult> InvokeAsync(GetScimGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetScimGroupResult> Invoke(GetScimGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetScimGroupResult> getScimGroup(GetScimGroupArgs args, InvokeOptions options)
    public static Output<GetScimGroupResult> getScimGroup(GetScimGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: temporalcloud:index/getScimGroup:getScimGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IdpId string
    The IDP ID of the SCIM group.
    IdpId string
    The IDP ID of the SCIM group.
    idpId String
    The IDP ID of the SCIM group.
    idpId string
    The IDP ID of the SCIM group.
    idp_id str
    The IDP ID of the SCIM group.
    idpId String
    The IDP ID of the SCIM group.

    getScimGroup Result

    The following output properties are available:

    Id string
    The ID of the SCIM group.
    IdpId string
    The IDP ID of the SCIM group.
    Name string
    The name of the SCIM group.
    Id string
    The ID of the SCIM group.
    IdpId string
    The IDP ID of the SCIM group.
    Name string
    The name of the SCIM group.
    id String
    The ID of the SCIM group.
    idpId String
    The IDP ID of the SCIM group.
    name String
    The name of the SCIM group.
    id string
    The ID of the SCIM group.
    idpId string
    The IDP ID of the SCIM group.
    name string
    The name of the SCIM group.
    id str
    The ID of the SCIM group.
    idp_id str
    The IDP ID of the SCIM group.
    name str
    The name of the SCIM group.
    id String
    The ID of the SCIM group.
    idpId String
    The IDP ID of the SCIM group.
    name String
    The name of the SCIM group.

    Package Details

    Repository
    temporalcloud temporalio/terraform-provider-temporalcloud
    License
    Notes
    This Pulumi package is based on the temporalcloud Terraform Provider.
    temporalcloud logo
    Temporal Cloud 0.8.0 published on Monday, Jun 2, 2025 by temporalio