Volcengine v0.0.27 published on Tuesday, Dec 10, 2024 by Volcengine
volcengine.cloud_identity.PermissionSetProvisionings
Explore with Pulumi AI
Use this data source to query detailed information of cloud identity permission set provisionings
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.cloud_identity.PermissionSetProvisionings({
    targetId: "210026****",
});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.cloud_identity.permission_set_provisionings(target_id="210026****")
package main
import (
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/cloud_identity"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := cloud_identity.PermissionSetProvisionings(ctx, &cloud_identity.PermissionSetProvisioningsArgs{
			TargetId: pulumi.StringRef("210026****"),
		}, 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.Cloud_identity.PermissionSetProvisionings.Invoke(new()
    {
        TargetId = "210026****",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.cloud_identity.Cloud_identityFunctions;
import com.pulumi.volcengine.cloud_identity.inputs.PermissionSetProvisioningsArgs;
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 = Cloud_identityFunctions.PermissionSetProvisionings(PermissionSetProvisioningsArgs.builder()
            .targetId("210026****")
            .build());
    }
}
variables:
  foo:
    fn::invoke:
      Function: volcengine:cloud_identity:PermissionSetProvisionings
      Arguments:
        targetId: 210026****
Using PermissionSetProvisionings
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 permissionSetProvisionings(args: PermissionSetProvisioningsArgs, opts?: InvokeOptions): Promise<PermissionSetProvisioningsResult>
function permissionSetProvisioningsOutput(args: PermissionSetProvisioningsOutputArgs, opts?: InvokeOptions): Output<PermissionSetProvisioningsResult>def permission_set_provisionings(name_regex: Optional[str] = None,
                                 output_file: Optional[str] = None,
                                 permission_set_id: Optional[str] = None,
                                 target_id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> PermissionSetProvisioningsResult
def permission_set_provisionings_output(name_regex: Optional[pulumi.Input[str]] = None,
                                 output_file: Optional[pulumi.Input[str]] = None,
                                 permission_set_id: Optional[pulumi.Input[str]] = None,
                                 target_id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[PermissionSetProvisioningsResult]func PermissionSetProvisionings(ctx *Context, args *PermissionSetProvisioningsArgs, opts ...InvokeOption) (*PermissionSetProvisioningsResult, error)
func PermissionSetProvisioningsOutput(ctx *Context, args *PermissionSetProvisioningsOutputArgs, opts ...InvokeOption) PermissionSetProvisioningsResultOutputpublic static class PermissionSetProvisionings 
{
    public static Task<PermissionSetProvisioningsResult> InvokeAsync(PermissionSetProvisioningsArgs args, InvokeOptions? opts = null)
    public static Output<PermissionSetProvisioningsResult> Invoke(PermissionSetProvisioningsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<PermissionSetProvisioningsResult> permissionSetProvisionings(PermissionSetProvisioningsArgs args, InvokeOptions options)
public static Output<PermissionSetProvisioningsResult> permissionSetProvisionings(PermissionSetProvisioningsArgs args, InvokeOptions options)
fn::invoke:
  function: volcengine:cloud_identity:PermissionSetProvisionings
  arguments:
    # arguments dictionaryThe following arguments are supported:
- NameRegex string
- A Name Regex of Resource.
- OutputFile string
- File name where to save data source results.
- PermissionSet stringId 
- The id of cloud identity permission set.
- TargetId string
- The target account id of cloud identity permission set.
- NameRegex string
- A Name Regex of Resource.
- OutputFile string
- File name where to save data source results.
- PermissionSet stringId 
- The id of cloud identity permission set.
- TargetId string
- The target account id of cloud identity permission set.
- nameRegex String
- A Name Regex of Resource.
- outputFile String
- File name where to save data source results.
- permissionSet StringId 
- The id of cloud identity permission set.
- targetId String
- The target account id of cloud identity permission set.
- nameRegex string
- A Name Regex of Resource.
- outputFile string
- File name where to save data source results.
- permissionSet stringId 
- The id of cloud identity permission set.
- targetId string
- The target account id of cloud identity permission set.
- name_regex str
- A Name Regex of Resource.
- output_file str
- File name where to save data source results.
- permission_set_ strid 
- The id of cloud identity permission set.
- target_id str
- The target account id of cloud identity permission set.
- nameRegex String
- A Name Regex of Resource.
- outputFile String
- File name where to save data source results.
- permissionSet StringId 
- The id of cloud identity permission set.
- targetId String
- The target account id of cloud identity permission set.
PermissionSetProvisionings Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- PermissionProvisionings List<PermissionSet Provisionings Permission Provisioning> 
- The collection of query.
- TotalCount int
- The total count of query.
- NameRegex string
- OutputFile string
- PermissionSet stringId 
- The id of the cloud identity permission set.
- TargetId string
- The target account id of the cloud identity permission set provisioning.
- Id string
- The provider-assigned unique ID for this managed resource.
- PermissionProvisionings []PermissionSet Provisionings Permission Provisioning 
- The collection of query.
- TotalCount int
- The total count of query.
- NameRegex string
- OutputFile string
- PermissionSet stringId 
- The id of the cloud identity permission set.
- TargetId string
- The target account id of the cloud identity permission set provisioning.
- id String
- The provider-assigned unique ID for this managed resource.
- permissionProvisionings List<PermissionSet Provisionings Permission Provisioning> 
- The collection of query.
- totalCount Integer
- The total count of query.
- nameRegex String
- outputFile String
- permissionSet StringId 
- The id of the cloud identity permission set.
- targetId String
- The target account id of the cloud identity permission set provisioning.
- id string
- The provider-assigned unique ID for this managed resource.
- permissionProvisionings PermissionSet Provisionings Permission Provisioning[] 
- The collection of query.
- totalCount number
- The total count of query.
- nameRegex string
- outputFile string
- permissionSet stringId 
- The id of the cloud identity permission set.
- targetId string
- The target account id of the cloud identity permission set provisioning.
- id str
- The provider-assigned unique ID for this managed resource.
- permission_provisionings Sequence[PermissionSet Provisionings Permission Provisioning] 
- The collection of query.
- total_count int
- The total count of query.
- name_regex str
- output_file str
- permission_set_ strid 
- The id of the cloud identity permission set.
- target_id str
- The target account id of the cloud identity permission set provisioning.
- id String
- The provider-assigned unique ID for this managed resource.
- permissionProvisionings List<Property Map>
- The collection of query.
- totalCount Number
- The total count of query.
- nameRegex String
- outputFile String
- permissionSet StringId 
- The id of the cloud identity permission set.
- targetId String
- The target account id of the cloud identity permission set provisioning.
Supporting Types
PermissionSetProvisioningsPermissionProvisioning    
- CreateTime string
- The create time of the cloud identity permission set provisioning.
- Id string
- The id of the cloud identity permission set.
- PermissionSet stringId 
- The id of cloud identity permission set.
- PermissionSet stringName 
- The name of the cloud identity permission set.
- TargetId string
- The target account id of cloud identity permission set.
- UpdateTime string
- The update time of the cloud identity permission set provisioning.
- CreateTime string
- The create time of the cloud identity permission set provisioning.
- Id string
- The id of the cloud identity permission set.
- PermissionSet stringId 
- The id of cloud identity permission set.
- PermissionSet stringName 
- The name of the cloud identity permission set.
- TargetId string
- The target account id of cloud identity permission set.
- UpdateTime string
- The update time of the cloud identity permission set provisioning.
- createTime String
- The create time of the cloud identity permission set provisioning.
- id String
- The id of the cloud identity permission set.
- permissionSet StringId 
- The id of cloud identity permission set.
- permissionSet StringName 
- The name of the cloud identity permission set.
- targetId String
- The target account id of cloud identity permission set.
- updateTime String
- The update time of the cloud identity permission set provisioning.
- createTime string
- The create time of the cloud identity permission set provisioning.
- id string
- The id of the cloud identity permission set.
- permissionSet stringId 
- The id of cloud identity permission set.
- permissionSet stringName 
- The name of the cloud identity permission set.
- targetId string
- The target account id of cloud identity permission set.
- updateTime string
- The update time of the cloud identity permission set provisioning.
- create_time str
- The create time of the cloud identity permission set provisioning.
- id str
- The id of the cloud identity permission set.
- permission_set_ strid 
- The id of cloud identity permission set.
- permission_set_ strname 
- The name of the cloud identity permission set.
- target_id str
- The target account id of cloud identity permission set.
- update_time str
- The update time of the cloud identity permission set provisioning.
- createTime String
- The create time of the cloud identity permission set provisioning.
- id String
- The id of the cloud identity permission set.
- permissionSet StringId 
- The id of cloud identity permission set.
- permissionSet StringName 
- The name of the cloud identity permission set.
- targetId String
- The target account id of cloud identity permission set.
- updateTime String
- The update time of the cloud identity permission set provisioning.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the volcengineTerraform Provider.