1. Packages
  2. Volcengine
  3. API Docs
  4. iam
  5. IdentityProviders
Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
volcengine logo
Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
    Deprecated: volcengine.iam.IdentityProviders has been deprecated in favor of volcengine.iam.getIdentityProviders

    Use this data source to query detailed information of iam identity providers

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as volcengine from "@pulumi/volcengine";
    
    const default = volcengine.iam.getIdentityProviders({});
    
    import pulumi
    import pulumi_volcengine as volcengine
    
    default = volcengine.iam.get_identity_providers()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/iam"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := iam.GetIdentityProviders(ctx, nil, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Volcengine = Pulumi.Volcengine;
    
    return await Deployment.RunAsync(() => 
    {
        var @default = Volcengine.Iam.GetIdentityProviders.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.volcengine.iam.IamFunctions;
    import com.pulumi.volcengine.iam.inputs.GetIdentityProvidersArgs;
    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 default = IamFunctions.getIdentityProviders();
    
        }
    }
    
    variables:
      default:
        fn::invoke:
          Function: volcengine:iam:getIdentityProviders
          Arguments: {}
    

    Using IdentityProviders

    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 identityProviders(args: IdentityProvidersArgs, opts?: InvokeOptions): Promise<IdentityProvidersResult>
    function identityProvidersOutput(args: IdentityProvidersOutputArgs, opts?: InvokeOptions): Output<IdentityProvidersResult>
    def identity_providers(output_file: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> IdentityProvidersResult
    def identity_providers_output(output_file: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[IdentityProvidersResult]
    func IdentityProviders(ctx *Context, args *IdentityProvidersArgs, opts ...InvokeOption) (*IdentityProvidersResult, error)
    func IdentityProvidersOutput(ctx *Context, args *IdentityProvidersOutputArgs, opts ...InvokeOption) IdentityProvidersResultOutput
    public static class IdentityProviders 
    {
        public static Task<IdentityProvidersResult> InvokeAsync(IdentityProvidersArgs args, InvokeOptions? opts = null)
        public static Output<IdentityProvidersResult> Invoke(IdentityProvidersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<IdentityProvidersResult> identityProviders(IdentityProvidersArgs args, InvokeOptions options)
    public static Output<IdentityProvidersResult> identityProviders(IdentityProvidersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcengine:iam:IdentityProviders
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OutputFile string
    File name where to save data source results.
    OutputFile string
    File name where to save data source results.
    outputFile String
    File name where to save data source results.
    outputFile string
    File name where to save data source results.
    output_file str
    File name where to save data source results.
    outputFile String
    File name where to save data source results.

    IdentityProviders Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Providers List<IdentityProvidersProvider>
    The collection of identity providers.
    TotalCount int
    The total count of identity providers.
    OutputFile string
    Id string
    The provider-assigned unique ID for this managed resource.
    Providers []IdentityProvidersProvider
    The collection of identity providers.
    TotalCount int
    The total count of identity providers.
    OutputFile string
    id String
    The provider-assigned unique ID for this managed resource.
    providers List<IdentityProvidersProvider>
    The collection of identity providers.
    totalCount Integer
    The total count of identity providers.
    outputFile String
    id string
    The provider-assigned unique ID for this managed resource.
    providers IdentityProvidersProvider[]
    The collection of identity providers.
    totalCount number
    The total count of identity providers.
    outputFile string
    id str
    The provider-assigned unique ID for this managed resource.
    providers Sequence[IdentityProvidersProvider]
    The collection of identity providers.
    total_count int
    The total count of identity providers.
    output_file str
    id String
    The provider-assigned unique ID for this managed resource.
    providers List<Property Map>
    The collection of identity providers.
    totalCount Number
    The total count of identity providers.
    outputFile String

    Supporting Types

    IdentityProvidersProvider

    CreateDate string
    The create date of the identity provider.
    Description string
    The description of the identity provider.
    IdpType int
    The type of the identity provider.
    ProviderName string
    The name of the identity provider.
    SsoType int
    The SSO type of the identity provider.
    Status int
    The status of the identity provider.
    Trn string
    The TRN of the identity provider.
    UpdateDate string
    The update date of the identity provider.
    CreateDate string
    The create date of the identity provider.
    Description string
    The description of the identity provider.
    IdpType int
    The type of the identity provider.
    ProviderName string
    The name of the identity provider.
    SsoType int
    The SSO type of the identity provider.
    Status int
    The status of the identity provider.
    Trn string
    The TRN of the identity provider.
    UpdateDate string
    The update date of the identity provider.
    createDate String
    The create date of the identity provider.
    description String
    The description of the identity provider.
    idpType Integer
    The type of the identity provider.
    providerName String
    The name of the identity provider.
    ssoType Integer
    The SSO type of the identity provider.
    status Integer
    The status of the identity provider.
    trn String
    The TRN of the identity provider.
    updateDate String
    The update date of the identity provider.
    createDate string
    The create date of the identity provider.
    description string
    The description of the identity provider.
    idpType number
    The type of the identity provider.
    providerName string
    The name of the identity provider.
    ssoType number
    The SSO type of the identity provider.
    status number
    The status of the identity provider.
    trn string
    The TRN of the identity provider.
    updateDate string
    The update date of the identity provider.
    create_date str
    The create date of the identity provider.
    description str
    The description of the identity provider.
    idp_type int
    The type of the identity provider.
    provider_name str
    The name of the identity provider.
    sso_type int
    The SSO type of the identity provider.
    status int
    The status of the identity provider.
    trn str
    The TRN of the identity provider.
    update_date str
    The update date of the identity provider.
    createDate String
    The create date of the identity provider.
    description String
    The description of the identity provider.
    idpType Number
    The type of the identity provider.
    providerName String
    The name of the identity provider.
    ssoType Number
    The SSO type of the identity provider.
    status Number
    The status of the identity provider.
    trn String
    The TRN of the identity provider.
    updateDate String
    The update date of the identity provider.

    Package Details

    Repository
    volcengine volcengine/pulumi-volcengine
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the volcengine Terraform Provider.
    volcengine logo
    Volcengine v0.0.45 published on Tuesday, Feb 10, 2026 by Volcengine
      Meet Neo: Your AI Platform Teammate