Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 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) IdentityProvidersResultOutputpublic 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 dictionaryThe following arguments are supported:
- Output
File string - File name where to save data source results.
- Output
File string - File name where to save data source results.
- output
File String - File name where to save data source results.
- output
File string - File name where to save data source results.
- output_
file str - File name where to save data source results.
- output
File 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<Identity
Providers Provider> - The collection of identity providers.
- Total
Count int - The total count of identity providers.
- Output
File string
- Id string
- The provider-assigned unique ID for this managed resource.
- Providers
[]Identity
Providers Provider - The collection of identity providers.
- Total
Count int - The total count of identity providers.
- Output
File string
- id String
- The provider-assigned unique ID for this managed resource.
- providers
List<Identity
Providers Provider> - The collection of identity providers.
- total
Count Integer - The total count of identity providers.
- output
File String
- id string
- The provider-assigned unique ID for this managed resource.
- providers
Identity
Providers Provider[] - The collection of identity providers.
- total
Count number - The total count of identity providers.
- output
File string
- id str
- The provider-assigned unique ID for this managed resource.
- providers
Sequence[Identity
Providers Provider] - 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.
- total
Count Number - The total count of identity providers.
- output
File String
Supporting Types
IdentityProvidersProvider
- Create
Date string - The create date of the identity provider.
- Description string
- The description of the identity provider.
- Idp
Type int - The type of the identity provider.
- Provider
Name string - 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 string
- The TRN of the identity provider.
- Update
Date string - The update date of the identity provider.
- Create
Date string - The create date of the identity provider.
- Description string
- The description of the identity provider.
- Idp
Type int - The type of the identity provider.
- Provider
Name string - 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 string
- The TRN of the identity provider.
- Update
Date string - The update date of the identity provider.
- create
Date String - The create date of the identity provider.
- description String
- The description of the identity provider.
- idp
Type Integer - The type of the identity provider.
- provider
Name String - The name of the identity provider.
- sso
Type Integer - The SSO type of the identity provider.
- status Integer
- The status of the identity provider.
- trn String
- The TRN of the identity provider.
- update
Date String - The update date of the identity provider.
- create
Date string - The create date of the identity provider.
- description string
- The description of the identity provider.
- idp
Type number - The type of the identity provider.
- provider
Name string - The name of the identity provider.
- sso
Type number - The SSO type of the identity provider.
- status number
- The status of the identity provider.
- trn string
- The TRN of the identity provider.
- update
Date 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.
- create
Date String - The create date of the identity provider.
- description String
- The description of the identity provider.
- idp
Type Number - The type of the identity provider.
- provider
Name String - The name of the identity provider.
- sso
Type Number - The SSO type of the identity provider.
- status Number
- The status of the identity provider.
- trn String
- The TRN of the identity provider.
- update
Date 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
volcengineTerraform Provider.
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
