Volcengine v0.0.24 published on Tuesday, Jun 25, 2024 by Volcengine
volcengine.cloud_identity.UserProvisionings
Explore with Pulumi AI
Use this data source to query detailed information of cloud identity user provisionings
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() => 
{
    var foo = Volcengine.Cloud_identity.UserProvisionings.Invoke(new()
    {
        AccountId = "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.UserProvisionings(ctx, &cloud_identity.UserProvisioningsArgs{
			AccountId: pulumi.StringRef("210026****"),
		}, 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.cloud_identity.Cloud_identityFunctions;
import com.pulumi.volcengine.cloud_identity.inputs.UserProvisioningsArgs;
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.UserProvisionings(UserProvisioningsArgs.builder()
            .accountId("210026****")
            .build());
    }
}
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.cloud_identity.user_provisionings(account_id="210026****")
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.cloud_identity.UserProvisionings({
    accountId: "210026****",
});
variables:
  foo:
    fn::invoke:
      Function: volcengine:cloud_identity:UserProvisionings
      Arguments:
        accountId: 210026****
Using UserProvisionings
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 userProvisionings(args: UserProvisioningsArgs, opts?: InvokeOptions): Promise<UserProvisioningsResult>
function userProvisioningsOutput(args: UserProvisioningsOutputArgs, opts?: InvokeOptions): Output<UserProvisioningsResult>def user_provisionings(account_id: Optional[str] = None,
                       output_file: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> UserProvisioningsResult
def user_provisionings_output(account_id: Optional[pulumi.Input[str]] = None,
                       output_file: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[UserProvisioningsResult]func UserProvisionings(ctx *Context, args *UserProvisioningsArgs, opts ...InvokeOption) (*UserProvisioningsResult, error)
func UserProvisioningsOutput(ctx *Context, args *UserProvisioningsOutputArgs, opts ...InvokeOption) UserProvisioningsResultOutputpublic static class UserProvisionings 
{
    public static Task<UserProvisioningsResult> InvokeAsync(UserProvisioningsArgs args, InvokeOptions? opts = null)
    public static Output<UserProvisioningsResult> Invoke(UserProvisioningsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<UserProvisioningsResult> userProvisionings(UserProvisioningsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: volcengine:cloud_identity:UserProvisionings
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountId string
- The account id.
- OutputFile string
- File name where to save data source results.
- AccountId string
- The account id.
- OutputFile string
- File name where to save data source results.
- accountId String
- The account id.
- outputFile String
- File name where to save data source results.
- accountId string
- The account id.
- outputFile string
- File name where to save data source results.
- account_id str
- The account id.
- output_file str
- File name where to save data source results.
- accountId String
- The account id.
- outputFile String
- File name where to save data source results.
UserProvisionings Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- TotalCount int
- The total count of query.
- UserProvisionings List<UserProvisionings User Provisioning> 
- The collection of query.
- AccountId string
- OutputFile string
- Id string
- The provider-assigned unique ID for this managed resource.
- TotalCount int
- The total count of query.
- UserProvisionings []UserProvisionings User Provisioning 
- The collection of query.
- AccountId string
- OutputFile string
- id String
- The provider-assigned unique ID for this managed resource.
- totalCount Integer
- The total count of query.
- userProvisionings List<UserProvisionings User Provisioning> 
- The collection of query.
- accountId String
- outputFile String
- id string
- The provider-assigned unique ID for this managed resource.
- totalCount number
- The total count of query.
- userProvisionings UserProvisionings User Provisioning[] 
- The collection of query.
- accountId string
- outputFile string
- id str
- The provider-assigned unique ID for this managed resource.
- total_count int
- The total count of query.
- user_provisionings Sequence[UserProvisionings User Provisioning] 
- The collection of query.
- account_id str
- output_file str
- id String
- The provider-assigned unique ID for this managed resource.
- totalCount Number
- The total count of query.
- userProvisionings List<Property Map>
- The collection of query.
- accountId String
- outputFile String
Supporting Types
UserProvisioningsUserProvisioning   
- CreatedTime string
- The created time of the cloud identity user provisioning.
- DeletionStrategy string
- The deletion strategy of the cloud identity user provisioning.
- DepartmentNames List<string>
- The department names of the cloud identity user provisioning.
- Description string
- The description of the cloud identity user provisioning.
- DuplicationStrategy string
- The duplication strategy of the cloud identity user provisioning.
- DuplicationSuffix string
- The duplication suffix of the cloud identity user provisioning.
- Id string
- The id of the cloud identity user provisioning.
- IdentitySource stringStrategy 
- The identity source strategy of the cloud identity user provisioning.
- PrincipalId string
- The principal id of the cloud identity user provisioning.
- PrincipalName string
- The principal name of the cloud identity user provisioning.
- PrincipalType string
- The principal type of the cloud identity user provisioning.
- ProvisionStatus string
- The status of the cloud identity user provisioning.
- TargetId string
- The target account id of the cloud identity user provisioning.
- UpdatedTime string
- The updated time of the cloud identity user provisioning.
- UserProvisioning stringId 
- The id of the cloud identity user provisioning.
- CreatedTime string
- The created time of the cloud identity user provisioning.
- DeletionStrategy string
- The deletion strategy of the cloud identity user provisioning.
- DepartmentNames []string
- The department names of the cloud identity user provisioning.
- Description string
- The description of the cloud identity user provisioning.
- DuplicationStrategy string
- The duplication strategy of the cloud identity user provisioning.
- DuplicationSuffix string
- The duplication suffix of the cloud identity user provisioning.
- Id string
- The id of the cloud identity user provisioning.
- IdentitySource stringStrategy 
- The identity source strategy of the cloud identity user provisioning.
- PrincipalId string
- The principal id of the cloud identity user provisioning.
- PrincipalName string
- The principal name of the cloud identity user provisioning.
- PrincipalType string
- The principal type of the cloud identity user provisioning.
- ProvisionStatus string
- The status of the cloud identity user provisioning.
- TargetId string
- The target account id of the cloud identity user provisioning.
- UpdatedTime string
- The updated time of the cloud identity user provisioning.
- UserProvisioning stringId 
- The id of the cloud identity user provisioning.
- createdTime String
- The created time of the cloud identity user provisioning.
- deletionStrategy String
- The deletion strategy of the cloud identity user provisioning.
- departmentNames List<String>
- The department names of the cloud identity user provisioning.
- description String
- The description of the cloud identity user provisioning.
- duplicationStrategy String
- The duplication strategy of the cloud identity user provisioning.
- duplicationSuffix String
- The duplication suffix of the cloud identity user provisioning.
- id String
- The id of the cloud identity user provisioning.
- identitySource StringStrategy 
- The identity source strategy of the cloud identity user provisioning.
- principalId String
- The principal id of the cloud identity user provisioning.
- principalName String
- The principal name of the cloud identity user provisioning.
- principalType String
- The principal type of the cloud identity user provisioning.
- provisionStatus String
- The status of the cloud identity user provisioning.
- targetId String
- The target account id of the cloud identity user provisioning.
- updatedTime String
- The updated time of the cloud identity user provisioning.
- userProvisioning StringId 
- The id of the cloud identity user provisioning.
- createdTime string
- The created time of the cloud identity user provisioning.
- deletionStrategy string
- The deletion strategy of the cloud identity user provisioning.
- departmentNames string[]
- The department names of the cloud identity user provisioning.
- description string
- The description of the cloud identity user provisioning.
- duplicationStrategy string
- The duplication strategy of the cloud identity user provisioning.
- duplicationSuffix string
- The duplication suffix of the cloud identity user provisioning.
- id string
- The id of the cloud identity user provisioning.
- identitySource stringStrategy 
- The identity source strategy of the cloud identity user provisioning.
- principalId string
- The principal id of the cloud identity user provisioning.
- principalName string
- The principal name of the cloud identity user provisioning.
- principalType string
- The principal type of the cloud identity user provisioning.
- provisionStatus string
- The status of the cloud identity user provisioning.
- targetId string
- The target account id of the cloud identity user provisioning.
- updatedTime string
- The updated time of the cloud identity user provisioning.
- userProvisioning stringId 
- The id of the cloud identity user provisioning.
- created_time str
- The created time of the cloud identity user provisioning.
- deletion_strategy str
- The deletion strategy of the cloud identity user provisioning.
- department_names Sequence[str]
- The department names of the cloud identity user provisioning.
- description str
- The description of the cloud identity user provisioning.
- duplication_strategy str
- The duplication strategy of the cloud identity user provisioning.
- duplication_suffix str
- The duplication suffix of the cloud identity user provisioning.
- id str
- The id of the cloud identity user provisioning.
- identity_source_ strstrategy 
- The identity source strategy of the cloud identity user provisioning.
- principal_id str
- The principal id of the cloud identity user provisioning.
- principal_name str
- The principal name of the cloud identity user provisioning.
- principal_type str
- The principal type of the cloud identity user provisioning.
- provision_status str
- The status of the cloud identity user provisioning.
- target_id str
- The target account id of the cloud identity user provisioning.
- updated_time str
- The updated time of the cloud identity user provisioning.
- user_provisioning_ strid 
- The id of the cloud identity user provisioning.
- createdTime String
- The created time of the cloud identity user provisioning.
- deletionStrategy String
- The deletion strategy of the cloud identity user provisioning.
- departmentNames List<String>
- The department names of the cloud identity user provisioning.
- description String
- The description of the cloud identity user provisioning.
- duplicationStrategy String
- The duplication strategy of the cloud identity user provisioning.
- duplicationSuffix String
- The duplication suffix of the cloud identity user provisioning.
- id String
- The id of the cloud identity user provisioning.
- identitySource StringStrategy 
- The identity source strategy of the cloud identity user provisioning.
- principalId String
- The principal id of the cloud identity user provisioning.
- principalName String
- The principal name of the cloud identity user provisioning.
- principalType String
- The principal type of the cloud identity user provisioning.
- provisionStatus String
- The status of the cloud identity user provisioning.
- targetId String
- The target account id of the cloud identity user provisioning.
- updatedTime String
- The updated time of the cloud identity user provisioning.
- userProvisioning StringId 
- The id of the cloud identity user provisioning.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the volcengineTerraform Provider.