tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getCamSamlProviders
Explore with Pulumi AI
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
Use this data source to query detailed information of CAM SAML providers
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const foo = tencentcloud.getCamSamlProviders({
name: "cam-test-provider",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
foo = tencentcloud.get_cam_saml_providers(name="cam-test-provider")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetCamSamlProviders(ctx, &tencentcloud.GetCamSamlProvidersArgs{
Name: pulumi.StringRef("cam-test-provider"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var foo = Tencentcloud.GetCamSamlProviders.Invoke(new()
{
Name = "cam-test-provider",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetCamSamlProvidersArgs;
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 = TencentcloudFunctions.getCamSamlProviders(GetCamSamlProvidersArgs.builder()
.name("cam-test-provider")
.build());
}
}
variables:
foo:
fn::invoke:
function: tencentcloud:getCamSamlProviders
arguments:
name: cam-test-provider
Using getCamSamlProviders
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 getCamSamlProviders(args: GetCamSamlProvidersArgs, opts?: InvokeOptions): Promise<GetCamSamlProvidersResult>
function getCamSamlProvidersOutput(args: GetCamSamlProvidersOutputArgs, opts?: InvokeOptions): Output<GetCamSamlProvidersResult>
def get_cam_saml_providers(description: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCamSamlProvidersResult
def get_cam_saml_providers_output(description: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCamSamlProvidersResult]
func GetCamSamlProviders(ctx *Context, args *GetCamSamlProvidersArgs, opts ...InvokeOption) (*GetCamSamlProvidersResult, error)
func GetCamSamlProvidersOutput(ctx *Context, args *GetCamSamlProvidersOutputArgs, opts ...InvokeOption) GetCamSamlProvidersResultOutput
> Note: This function is named GetCamSamlProviders
in the Go SDK.
public static class GetCamSamlProviders
{
public static Task<GetCamSamlProvidersResult> InvokeAsync(GetCamSamlProvidersArgs args, InvokeOptions? opts = null)
public static Output<GetCamSamlProvidersResult> Invoke(GetCamSamlProvidersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCamSamlProvidersResult> getCamSamlProviders(GetCamSamlProvidersArgs args, InvokeOptions options)
public static Output<GetCamSamlProvidersResult> getCamSamlProviders(GetCamSamlProvidersArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getCamSamlProviders:getCamSamlProviders
arguments:
# arguments dictionary
The following arguments are supported:
- Description string
- The description of the CAM SAML provider.
- Id string
- Name string
- Name of the CAM SAML provider to be queried.
- Result
Output stringFile - Used to save results.
- Description string
- The description of the CAM SAML provider.
- Id string
- Name string
- Name of the CAM SAML provider to be queried.
- Result
Output stringFile - Used to save results.
- description String
- The description of the CAM SAML provider.
- id String
- name String
- Name of the CAM SAML provider to be queried.
- result
Output StringFile - Used to save results.
- description string
- The description of the CAM SAML provider.
- id string
- name string
- Name of the CAM SAML provider to be queried.
- result
Output stringFile - Used to save results.
- description str
- The description of the CAM SAML provider.
- id str
- name str
- Name of the CAM SAML provider to be queried.
- result_
output_ strfile - Used to save results.
- description String
- The description of the CAM SAML provider.
- id String
- name String
- Name of the CAM SAML provider to be queried.
- result
Output StringFile - Used to save results.
getCamSamlProviders Result
The following output properties are available:
- Id string
- Provider
Lists List<GetCam Saml Providers Provider List> - A list of CAM SAML providers. Each element contains the following attributes:
- Description string
- Description of CAM SAML provider.
- Name string
- Name of CAM SAML provider.
- Result
Output stringFile
- Id string
- Provider
Lists []GetCam Saml Providers Provider List - A list of CAM SAML providers. Each element contains the following attributes:
- Description string
- Description of CAM SAML provider.
- Name string
- Name of CAM SAML provider.
- Result
Output stringFile
- id String
- provider
Lists List<GetCam Saml Providers Provider List> - A list of CAM SAML providers. Each element contains the following attributes:
- description String
- Description of CAM SAML provider.
- name String
- Name of CAM SAML provider.
- result
Output StringFile
- id string
- provider
Lists GetCam Saml Providers Provider List[] - A list of CAM SAML providers. Each element contains the following attributes:
- description string
- Description of CAM SAML provider.
- name string
- Name of CAM SAML provider.
- result
Output stringFile
- id str
- provider_
lists Sequence[GetCam Saml Providers Provider List] - A list of CAM SAML providers. Each element contains the following attributes:
- description str
- Description of CAM SAML provider.
- name str
- Name of CAM SAML provider.
- result_
output_ strfile
- id String
- provider
Lists List<Property Map> - A list of CAM SAML providers. Each element contains the following attributes:
- description String
- Description of CAM SAML provider.
- name String
- Name of CAM SAML provider.
- result
Output StringFile
Supporting Types
GetCamSamlProvidersProviderList
- Create
Time string - Create time of the CAM SAML provider.
- Description string
- The description of the CAM SAML provider.
- Modify
Time string - The last modify time of the CAM SAML provider.
- Name string
- Name of the CAM SAML provider to be queried.
- Create
Time string - Create time of the CAM SAML provider.
- Description string
- The description of the CAM SAML provider.
- Modify
Time string - The last modify time of the CAM SAML provider.
- Name string
- Name of the CAM SAML provider to be queried.
- create
Time String - Create time of the CAM SAML provider.
- description String
- The description of the CAM SAML provider.
- modify
Time String - The last modify time of the CAM SAML provider.
- name String
- Name of the CAM SAML provider to be queried.
- create
Time string - Create time of the CAM SAML provider.
- description string
- The description of the CAM SAML provider.
- modify
Time string - The last modify time of the CAM SAML provider.
- name string
- Name of the CAM SAML provider to be queried.
- create_
time str - Create time of the CAM SAML provider.
- description str
- The description of the CAM SAML provider.
- modify_
time str - The last modify time of the CAM SAML provider.
- name str
- Name of the CAM SAML provider to be queried.
- create
Time String - Create time of the CAM SAML provider.
- description String
- The description of the CAM SAML provider.
- modify
Time String - The last modify time of the CAM SAML provider.
- name String
- Name of the CAM SAML provider to be queried.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack