1. Packages
  2. Volcengine
  3. API Docs
  4. iam
  5. SamlProviders
Volcengine v0.0.26 published on Friday, Sep 13, 2024 by Volcengine

volcengine.iam.SamlProviders

Explore with Pulumi AI

volcengine logo
Volcengine v0.0.26 published on Friday, Sep 13, 2024 by Volcengine

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

    Example Usage

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Volcengine = Pulumi.Volcengine;
    
    return await Deployment.RunAsync(() => 
    {
        var foo = Volcengine.Iam.SamlProviders.Invoke();
    
    });
    
    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.SamlProviders(ctx, nil, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    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.SamlProvidersArgs;
    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.SamlProviders();
    
        }
    }
    
    import pulumi
    import pulumi_volcengine as volcengine
    
    foo = volcengine.iam.saml_providers()
    
    import * as pulumi from "@pulumi/pulumi";
    import * as volcengine from "@pulumi/volcengine";
    
    const foo = volcengine.iam.SamlProviders({});
    
    variables:
      foo:
        fn::invoke:
          Function: volcengine:iam:SamlProviders
          Arguments: {}
    

    Using SamlProviders

    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 samlProviders(args: SamlProvidersArgs, opts?: InvokeOptions): Promise<SamlProvidersResult>
    function samlProvidersOutput(args: SamlProvidersOutputArgs, opts?: InvokeOptions): Output<SamlProvidersResult>
    def saml_providers(output_file: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> SamlProvidersResult
    def saml_providers_output(output_file: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[SamlProvidersResult]
    func SamlProviders(ctx *Context, args *SamlProvidersArgs, opts ...InvokeOption) (*SamlProvidersResult, error)
    func SamlProvidersOutput(ctx *Context, args *SamlProvidersOutputArgs, opts ...InvokeOption) SamlProvidersResultOutput
    public static class SamlProviders 
    {
        public static Task<SamlProvidersResult> InvokeAsync(SamlProvidersArgs args, InvokeOptions? opts = null)
        public static Output<SamlProvidersResult> Invoke(SamlProvidersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<SamlProvidersResult> samlProviders(SamlProvidersArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: volcengine:iam:SamlProviders
      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.

    SamlProviders Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Providers List<SamlProvidersProvider>
    The collection of query.
    TotalCount int
    The total count of query.
    OutputFile string
    Id string
    The provider-assigned unique ID for this managed resource.
    Providers []SamlProvidersProvider
    The collection of query.
    TotalCount int
    The total count of query.
    OutputFile string
    id String
    The provider-assigned unique ID for this managed resource.
    providers List<SamlProvidersProvider>
    The collection of query.
    totalCount Integer
    The total count of query.
    outputFile String
    id string
    The provider-assigned unique ID for this managed resource.
    providers SamlProvidersProvider[]
    The collection of query.
    totalCount number
    The total count of query.
    outputFile string
    id str
    The provider-assigned unique ID for this managed resource.
    providers Sequence[SamlProvidersProvider]
    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.
    totalCount Number
    The total count of query.
    outputFile String

    Supporting Types

    SamlProvidersProvider

    CreateDate string
    Identity provider creation time, such as 20150123T123318Z.
    Description string
    The description of the SAML provider.
    EncodedSamlMetadataDocument string
    Metadata document, encoded in Base64.
    SamlProviderName string
    The name of the SAML provider.
    SsoType 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}.
    UpdateDate string
    Identity provider update time, such as: 20150123T123318Z.
    CreateDate string
    Identity provider creation time, such as 20150123T123318Z.
    Description string
    The description of the SAML provider.
    EncodedSamlMetadataDocument string
    Metadata document, encoded in Base64.
    SamlProviderName string
    The name of the SAML provider.
    SsoType 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}.
    UpdateDate string
    Identity provider update time, such as: 20150123T123318Z.
    createDate String
    Identity provider creation time, such as 20150123T123318Z.
    description String
    The description of the SAML provider.
    encodedSamlMetadataDocument String
    Metadata document, encoded in Base64.
    samlProviderName String
    The name of the SAML provider.
    ssoType 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}.
    updateDate String
    Identity provider update time, such as: 20150123T123318Z.
    createDate string
    Identity provider creation time, such as 20150123T123318Z.
    description string
    The description of the SAML provider.
    encodedSamlMetadataDocument string
    Metadata document, encoded in Base64.
    samlProviderName string
    The name of the SAML provider.
    ssoType 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}.
    updateDate 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_metadata_document str
    Metadata document, encoded in Base64.
    saml_provider_name str
    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.
    createDate String
    Identity provider creation time, such as 20150123T123318Z.
    description String
    The description of the SAML provider.
    encodedSamlMetadataDocument String
    Metadata document, encoded in Base64.
    samlProviderName String
    The name of the SAML provider.
    ssoType 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}.
    updateDate 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 volcengine Terraform Provider.
    volcengine logo
    Volcengine v0.0.26 published on Friday, Sep 13, 2024 by Volcengine