Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
Use this data source to query detailed information of iam saml providers
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.iam.getSamlProviders({});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.iam.get_saml_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.GetSamlProviders(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.GetSamlProviders.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.GetSamlProvidersArgs;
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.getSamlProviders();
}
}
variables:
foo:
fn::invoke:
Function: volcengine:iam:getSamlProviders
Arguments: {}
Using getSamlProviders
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 getSamlProviders(args: GetSamlProvidersArgs, opts?: InvokeOptions): Promise<GetSamlProvidersResult>
function getSamlProvidersOutput(args: GetSamlProvidersOutputArgs, opts?: InvokeOptions): Output<GetSamlProvidersResult>def get_saml_providers(output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSamlProvidersResult
def get_saml_providers_output(output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSamlProvidersResult]func GetSamlProviders(ctx *Context, args *GetSamlProvidersArgs, opts ...InvokeOption) (*GetSamlProvidersResult, error)
func GetSamlProvidersOutput(ctx *Context, args *GetSamlProvidersOutputArgs, opts ...InvokeOption) GetSamlProvidersResultOutput> Note: This function is named GetSamlProviders in the Go SDK.
public static class GetSamlProviders
{
public static Task<GetSamlProvidersResult> InvokeAsync(GetSamlProvidersArgs args, InvokeOptions? opts = null)
public static Output<GetSamlProvidersResult> Invoke(GetSamlProvidersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSamlProvidersResult> getSamlProviders(GetSamlProvidersArgs args, InvokeOptions options)
public static Output<GetSamlProvidersResult> getSamlProviders(GetSamlProvidersArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:iam/getSamlProviders:getSamlProviders
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.
getSamlProviders Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Providers
List<Get
Saml Providers Provider> - The collection of query.
- Total
Count int - The total count of query.
- Output
File string
- Id string
- The provider-assigned unique ID for this managed resource.
- Providers
[]Get
Saml Providers Provider - The collection of query.
- Total
Count int - The total count of query.
- Output
File string
- id String
- The provider-assigned unique ID for this managed resource.
- providers
List<Get
Saml Providers Provider> - The collection of query.
- total
Count Integer - The total count of query.
- output
File String
- id string
- The provider-assigned unique ID for this managed resource.
- providers
Get
Saml Providers Provider[] - The collection of query.
- total
Count number - The total count of query.
- output
File string
- id str
- The provider-assigned unique ID for this managed resource.
- providers
Sequence[Get
Saml Providers Provider] - 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.
- providers List<Property Map>
- The collection of query.
- total
Count Number - The total count of query.
- output
File String
Supporting Types
GetSamlProvidersProvider
- Create
Date string - Identity provider creation time, such as 20150123T123318Z.
- Description string
- The description of the SAML provider.
- Encoded
Saml stringMetadata Document - Metadata document, encoded in Base64.
- Saml
Provider stringName - The name of the SAML provider.
- Sso
Type int - SSO types, 1. Role-based SSO, 2. User-based SSO.
- Status int
- User SSO status, 1. Enabled, 2. Disable other console login methods after enabling, 3. Disabled, is a required field when creating user SSO.
- Trn string
- The format for the resource name of an identity provider is trn:iam::${accountID}:saml-provider/{$SAMLProviderName}.
- Update
Date string - Identity provider update time, such as: 20150123T123318Z.
- Create
Date string - Identity provider creation time, such as 20150123T123318Z.
- Description string
- The description of the SAML provider.
- Encoded
Saml stringMetadata Document - Metadata document, encoded in Base64.
- Saml
Provider stringName - The name of the SAML provider.
- Sso
Type int - SSO types, 1. Role-based SSO, 2. User-based SSO.
- Status int
- User SSO status, 1. Enabled, 2. Disable other console login methods after enabling, 3. Disabled, is a required field when creating user SSO.
- Trn string
- The format for the resource name of an identity provider is trn:iam::${accountID}:saml-provider/{$SAMLProviderName}.
- Update
Date string - Identity provider update time, such as: 20150123T123318Z.
- create
Date String - Identity provider creation time, such as 20150123T123318Z.
- description String
- The description of the SAML provider.
- encoded
Saml StringMetadata Document - Metadata document, encoded in Base64.
- saml
Provider StringName - The name of the SAML provider.
- sso
Type Integer - SSO types, 1. Role-based SSO, 2. User-based SSO.
- status Integer
- User SSO status, 1. Enabled, 2. Disable other console login methods after enabling, 3. Disabled, is a required field when creating user SSO.
- trn String
- The format for the resource name of an identity provider is trn:iam::${accountID}:saml-provider/{$SAMLProviderName}.
- update
Date String - Identity provider update time, such as: 20150123T123318Z.
- create
Date string - Identity provider creation time, such as 20150123T123318Z.
- description string
- The description of the SAML provider.
- encoded
Saml stringMetadata Document - Metadata document, encoded in Base64.
- saml
Provider stringName - The name of the SAML provider.
- sso
Type number - SSO types, 1. Role-based SSO, 2. User-based SSO.
- status number
- User SSO status, 1. Enabled, 2. Disable other console login methods after enabling, 3. Disabled, is a required field when creating user SSO.
- trn string
- The format for the resource name of an identity provider is trn:iam::${accountID}:saml-provider/{$SAMLProviderName}.
- update
Date string - Identity provider update time, such as: 20150123T123318Z.
- create_
date str - Identity provider creation time, such as 20150123T123318Z.
- description str
- The description of the SAML provider.
- encoded_
saml_ strmetadata_ document - Metadata document, encoded in Base64.
- saml_
provider_ strname - The name of the SAML provider.
- sso_
type int - SSO types, 1. Role-based SSO, 2. User-based SSO.
- status int
- User SSO status, 1. Enabled, 2. Disable other console login methods after enabling, 3. Disabled, is a required field when creating user SSO.
- trn str
- The format for the resource name of an identity provider is trn:iam::${accountID}:saml-provider/{$SAMLProviderName}.
- update_
date str - Identity provider update time, such as: 20150123T123318Z.
- create
Date String - Identity provider creation time, such as 20150123T123318Z.
- description String
- The description of the SAML provider.
- encoded
Saml StringMetadata Document - Metadata document, encoded in Base64.
- saml
Provider StringName - The name of the SAML provider.
- sso
Type Number - SSO types, 1. Role-based SSO, 2. User-based SSO.
- status Number
- User SSO status, 1. Enabled, 2. Disable other console login methods after enabling, 3. Disabled, is a required field when creating user SSO.
- trn String
- The format for the resource name of an identity provider is trn:iam::${accountID}:saml-provider/{$SAMLProviderName}.
- update
Date String - Identity provider update time, such as: 20150123T123318Z.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
