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:
- Name
Regex string - A Name Regex of Resource.
 - Output
File string - File name where to save data source results.
 - Permission
Set stringId  - The id of cloud identity permission set.
 - Target
Id string - The target account id of cloud identity permission set.
 
- Name
Regex string - A Name Regex of Resource.
 - Output
File string - File name where to save data source results.
 - Permission
Set stringId  - The id of cloud identity permission set.
 - Target
Id string - The target account id of cloud identity permission set.
 
- name
Regex String - A Name Regex of Resource.
 - output
File String - File name where to save data source results.
 - permission
Set StringId  - The id of cloud identity permission set.
 - target
Id String - The target account id of cloud identity permission set.
 
- name
Regex string - A Name Regex of Resource.
 - output
File string - File name where to save data source results.
 - permission
Set stringId  - The id of cloud identity permission set.
 - target
Id 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.
 
- name
Regex String - A Name Regex of Resource.
 - output
File String - File name where to save data source results.
 - permission
Set StringId  - The id of cloud identity permission set.
 - target
Id 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.
 - Permission
Provisionings List<PermissionSet Provisionings Permission Provisioning>  - The collection of query.
 - Total
Count int - The total count of query.
 - Name
Regex string - Output
File string - Permission
Set stringId  - The id of the cloud identity permission set.
 - Target
Id string - The target account id of the cloud identity permission set provisioning.
 
- Id string
 - The provider-assigned unique ID for this managed resource.
 - Permission
Provisionings []PermissionSet Provisionings Permission Provisioning  - The collection of query.
 - Total
Count int - The total count of query.
 - Name
Regex string - Output
File string - Permission
Set stringId  - The id of the cloud identity permission set.
 - Target
Id string - The target account id of the cloud identity permission set provisioning.
 
- id String
 - The provider-assigned unique ID for this managed resource.
 - permission
Provisionings List<PermissionSet Provisionings Permission Provisioning>  - The collection of query.
 - total
Count Integer - The total count of query.
 - name
Regex String - output
File String - permission
Set StringId  - The id of the cloud identity permission set.
 - target
Id String - The target account id of the cloud identity permission set provisioning.
 
- id string
 - The provider-assigned unique ID for this managed resource.
 - permission
Provisionings PermissionSet Provisionings Permission Provisioning[]  - The collection of query.
 - total
Count number - The total count of query.
 - name
Regex string - output
File string - permission
Set stringId  - The id of the cloud identity permission set.
 - target
Id 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.
 - permission
Provisionings List<Property Map> - The collection of query.
 - total
Count Number - The total count of query.
 - name
Regex String - output
File String - permission
Set StringId  - The id of the cloud identity permission set.
 - target
Id String - The target account id of the cloud identity permission set provisioning.
 
Supporting Types
PermissionSetProvisioningsPermissionProvisioning    
- Create
Time string - The create time of the cloud identity permission set provisioning.
 - Id string
 - The id of the cloud identity permission set.
 - Permission
Set stringId  - The id of cloud identity permission set.
 - Permission
Set stringName  - The name of the cloud identity permission set.
 - Target
Id string - The target account id of cloud identity permission set.
 - Update
Time string - The update time of the cloud identity permission set provisioning.
 
- Create
Time string - The create time of the cloud identity permission set provisioning.
 - Id string
 - The id of the cloud identity permission set.
 - Permission
Set stringId  - The id of cloud identity permission set.
 - Permission
Set stringName  - The name of the cloud identity permission set.
 - Target
Id string - The target account id of cloud identity permission set.
 - Update
Time string - The update time of the cloud identity permission set provisioning.
 
- create
Time String - The create time of the cloud identity permission set provisioning.
 - id String
 - The id of the cloud identity permission set.
 - permission
Set StringId  - The id of cloud identity permission set.
 - permission
Set StringName  - The name of the cloud identity permission set.
 - target
Id String - The target account id of cloud identity permission set.
 - update
Time String - The update time of the cloud identity permission set provisioning.
 
- create
Time string - The create time of the cloud identity permission set provisioning.
 - id string
 - The id of the cloud identity permission set.
 - permission
Set stringId  - The id of cloud identity permission set.
 - permission
Set stringName  - The name of the cloud identity permission set.
 - target
Id string - The target account id of cloud identity permission set.
 - update
Time 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.
 
- create
Time String - The create time of the cloud identity permission set provisioning.
 - id String
 - The id of the cloud identity permission set.
 - permission
Set StringId  - The id of cloud identity permission set.
 - permission
Set StringName  - The name of the cloud identity permission set.
 - target
Id String - The target account id of cloud identity permission set.
 - update
Time 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.