1. Packages
  2. Volcengine
  3. API Docs
  4. iam
  5. getOidcProviders
Volcengine v0.0.37 published on Wednesday, Oct 22, 2025 by Volcengine

volcengine.iam.getOidcProviders

Get Started
volcengine logo
Volcengine v0.0.37 published on Wednesday, Oct 22, 2025 by Volcengine

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

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as volcengine from "@pulumi/volcengine";
    
    const foo = volcengine.iam.getOidcProviders({});
    
    import pulumi
    import pulumi_volcengine as volcengine
    
    foo = volcengine.iam.get_oidc_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.GetOidcProviders(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 foo = Volcengine.Iam.GetOidcProviders.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.GetOidcProvidersArgs;
    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 foo = IamFunctions.getOidcProviders();
    
        }
    }
    
    variables:
      foo:
        fn::invoke:
          Function: volcengine:iam:getOidcProviders
          Arguments: {}
    

    Using getOidcProviders

    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 getOidcProviders(args: GetOidcProvidersArgs, opts?: InvokeOptions): Promise<GetOidcProvidersResult>
    function getOidcProvidersOutput(args: GetOidcProvidersOutputArgs, opts?: InvokeOptions): Output<GetOidcProvidersResult>
    def get_oidc_providers(output_file: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetOidcProvidersResult
    def get_oidc_providers_output(output_file: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetOidcProvidersResult]
    func GetOidcProviders(ctx *Context, args *GetOidcProvidersArgs, opts ...InvokeOption) (*GetOidcProvidersResult, error)
    func GetOidcProvidersOutput(ctx *Context, args *GetOidcProvidersOutputArgs, opts ...InvokeOption) GetOidcProvidersResultOutput

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

    public static class GetOidcProviders 
    {
        public static Task<GetOidcProvidersResult> InvokeAsync(GetOidcProvidersArgs args, InvokeOptions? opts = null)
        public static Output<GetOidcProvidersResult> Invoke(GetOidcProvidersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOidcProvidersResult> getOidcProviders(GetOidcProvidersArgs args, InvokeOptions options)
    public static Output<GetOidcProvidersResult> getOidcProviders(GetOidcProvidersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcengine:iam/getOidcProviders:getOidcProviders
      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.

    getOidcProviders Result

    The following output properties are available:

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

    Supporting Types

    GetOidcProvidersOidcProvider

    ClientIds List<string>
    The client IDs of the OIDC provider.
    CreateDate string
    The create date of the OIDC provider.
    Description string
    The description of the OIDC provider.
    IssuanceLimitTime int
    The issuance limit time of the OIDC provider.
    IssuerUrl string
    The URL of the OIDC provider.
    ProviderName string
    The name of the OIDC provider.
    Thumbprints List<string>
    The thumbprints of the OIDC provider.
    Trn string
    The trn of OIDC provider.
    UpdateDate string
    The update date of the OIDC provider.
    ClientIds []string
    The client IDs of the OIDC provider.
    CreateDate string
    The create date of the OIDC provider.
    Description string
    The description of the OIDC provider.
    IssuanceLimitTime int
    The issuance limit time of the OIDC provider.
    IssuerUrl string
    The URL of the OIDC provider.
    ProviderName string
    The name of the OIDC provider.
    Thumbprints []string
    The thumbprints of the OIDC provider.
    Trn string
    The trn of OIDC provider.
    UpdateDate string
    The update date of the OIDC provider.
    clientIds List<String>
    The client IDs of the OIDC provider.
    createDate String
    The create date of the OIDC provider.
    description String
    The description of the OIDC provider.
    issuanceLimitTime Integer
    The issuance limit time of the OIDC provider.
    issuerUrl String
    The URL of the OIDC provider.
    providerName String
    The name of the OIDC provider.
    thumbprints List<String>
    The thumbprints of the OIDC provider.
    trn String
    The trn of OIDC provider.
    updateDate String
    The update date of the OIDC provider.
    clientIds string[]
    The client IDs of the OIDC provider.
    createDate string
    The create date of the OIDC provider.
    description string
    The description of the OIDC provider.
    issuanceLimitTime number
    The issuance limit time of the OIDC provider.
    issuerUrl string
    The URL of the OIDC provider.
    providerName string
    The name of the OIDC provider.
    thumbprints string[]
    The thumbprints of the OIDC provider.
    trn string
    The trn of OIDC provider.
    updateDate string
    The update date of the OIDC provider.
    client_ids Sequence[str]
    The client IDs of the OIDC provider.
    create_date str
    The create date of the OIDC provider.
    description str
    The description of the OIDC provider.
    issuance_limit_time int
    The issuance limit time of the OIDC provider.
    issuer_url str
    The URL of the OIDC provider.
    provider_name str
    The name of the OIDC provider.
    thumbprints Sequence[str]
    The thumbprints of the OIDC provider.
    trn str
    The trn of OIDC provider.
    update_date str
    The update date of the OIDC provider.
    clientIds List<String>
    The client IDs of the OIDC provider.
    createDate String
    The create date of the OIDC provider.
    description String
    The description of the OIDC provider.
    issuanceLimitTime Number
    The issuance limit time of the OIDC provider.
    issuerUrl String
    The URL of the OIDC provider.
    providerName String
    The name of the OIDC provider.
    thumbprints List<String>
    The thumbprints of the OIDC provider.
    trn String
    The trn of OIDC provider.
    updateDate String
    The update date of the OIDC 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.37 published on Wednesday, Oct 22, 2025 by Volcengine
      Meet Neo: Your AI Platform Teammate