Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
Use this data source to query detailed information of cloud identity user provisionings
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.cloud_identity.getUserProvisionings({
accountId: "210026****",
});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.cloud_identity.get_user_provisionings(account_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.GetUserProvisionings(ctx, &cloud_identity.GetUserProvisioningsArgs{
AccountId: 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.GetUserProvisionings.Invoke(new()
{
AccountId = "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.GetUserProvisioningsArgs;
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.getUserProvisionings(GetUserProvisioningsArgs.builder()
.accountId("210026****")
.build());
}
}
variables:
foo:
fn::invoke:
Function: volcengine:cloud_identity:getUserProvisionings
Arguments:
accountId: 210026****
Using getUserProvisionings
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 getUserProvisionings(args: GetUserProvisioningsArgs, opts?: InvokeOptions): Promise<GetUserProvisioningsResult>
function getUserProvisioningsOutput(args: GetUserProvisioningsOutputArgs, opts?: InvokeOptions): Output<GetUserProvisioningsResult>def get_user_provisionings(account_id: Optional[str] = None,
output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUserProvisioningsResult
def get_user_provisionings_output(account_id: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUserProvisioningsResult]func GetUserProvisionings(ctx *Context, args *GetUserProvisioningsArgs, opts ...InvokeOption) (*GetUserProvisioningsResult, error)
func GetUserProvisioningsOutput(ctx *Context, args *GetUserProvisioningsOutputArgs, opts ...InvokeOption) GetUserProvisioningsResultOutput> Note: This function is named GetUserProvisionings in the Go SDK.
public static class GetUserProvisionings
{
public static Task<GetUserProvisioningsResult> InvokeAsync(GetUserProvisioningsArgs args, InvokeOptions? opts = null)
public static Output<GetUserProvisioningsResult> Invoke(GetUserProvisioningsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUserProvisioningsResult> getUserProvisionings(GetUserProvisioningsArgs args, InvokeOptions options)
public static Output<GetUserProvisioningsResult> getUserProvisionings(GetUserProvisioningsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:cloud_identity/getUserProvisionings:getUserProvisionings
arguments:
# arguments dictionaryThe following arguments are supported:
- Account
Id string - The account id.
- Output
File string - File name where to save data source results.
- Account
Id string - The account id.
- Output
File string - File name where to save data source results.
- account
Id String - The account id.
- output
File String - File name where to save data source results.
- account
Id string - The account id.
- output
File 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.
- account
Id String - The account id.
- output
File String - File name where to save data source results.
getUserProvisionings Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- User
Provisionings List<GetUser Provisionings User Provisioning> - The collection of query.
- Account
Id string - Output
File string
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- User
Provisionings []GetUser Provisionings User Provisioning - The collection of query.
- Account
Id string - Output
File string
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Integer - The total count of query.
- user
Provisionings List<GetUser Provisionings User Provisioning> - The collection of query.
- account
Id String - output
File String
- id string
- The provider-assigned unique ID for this managed resource.
- total
Count number - The total count of query.
- user
Provisionings GetUser Provisionings User Provisioning[] - The collection of query.
- account
Id string - output
File string
- id str
- The provider-assigned unique ID for this managed resource.
- total_
count int - The total count of query.
- user_
provisionings Sequence[GetUser Provisionings User Provisioning] - The collection of query.
- account_
id str - output_
file str
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Number - The total count of query.
- user
Provisionings List<Property Map> - The collection of query.
- account
Id String - output
File String
Supporting Types
GetUserProvisioningsUserProvisioning
- Created
Time string - The created time of the cloud identity user provisioning.
- Deletion
Strategy string - The deletion strategy of the cloud identity user provisioning.
- Department
Names List<string> - The department names of the cloud identity user provisioning.
- Description string
- The description of the cloud identity user provisioning.
- Duplication
Strategy string - The duplication strategy of the cloud identity user provisioning.
- Duplication
Suffix string - The duplication suffix of the cloud identity user provisioning.
- Id string
- The id of the cloud identity user provisioning.
- Identity
Source stringStrategy - The identity source strategy of the cloud identity user provisioning.
- Principal
Id string - The principal id of the cloud identity user provisioning.
- Principal
Name string - The principal name of the cloud identity user provisioning.
- Principal
Type string - The principal type of the cloud identity user provisioning.
- Provision
Status string - The status of the cloud identity user provisioning.
- Target
Id string - The target account id of the cloud identity user provisioning.
- Updated
Time string - The updated time of the cloud identity user provisioning.
- User
Provisioning stringId - The id of the cloud identity user provisioning.
- Created
Time string - The created time of the cloud identity user provisioning.
- Deletion
Strategy string - The deletion strategy of the cloud identity user provisioning.
- Department
Names []string - The department names of the cloud identity user provisioning.
- Description string
- The description of the cloud identity user provisioning.
- Duplication
Strategy string - The duplication strategy of the cloud identity user provisioning.
- Duplication
Suffix string - The duplication suffix of the cloud identity user provisioning.
- Id string
- The id of the cloud identity user provisioning.
- Identity
Source stringStrategy - The identity source strategy of the cloud identity user provisioning.
- Principal
Id string - The principal id of the cloud identity user provisioning.
- Principal
Name string - The principal name of the cloud identity user provisioning.
- Principal
Type string - The principal type of the cloud identity user provisioning.
- Provision
Status string - The status of the cloud identity user provisioning.
- Target
Id string - The target account id of the cloud identity user provisioning.
- Updated
Time string - The updated time of the cloud identity user provisioning.
- User
Provisioning stringId - The id of the cloud identity user provisioning.
- created
Time String - The created time of the cloud identity user provisioning.
- deletion
Strategy String - The deletion strategy of the cloud identity user provisioning.
- department
Names List<String> - The department names of the cloud identity user provisioning.
- description String
- The description of the cloud identity user provisioning.
- duplication
Strategy String - The duplication strategy of the cloud identity user provisioning.
- duplication
Suffix String - The duplication suffix of the cloud identity user provisioning.
- id String
- The id of the cloud identity user provisioning.
- identity
Source StringStrategy - The identity source strategy of the cloud identity user provisioning.
- principal
Id String - The principal id of the cloud identity user provisioning.
- principal
Name String - The principal name of the cloud identity user provisioning.
- principal
Type String - The principal type of the cloud identity user provisioning.
- provision
Status String - The status of the cloud identity user provisioning.
- target
Id String - The target account id of the cloud identity user provisioning.
- updated
Time String - The updated time of the cloud identity user provisioning.
- user
Provisioning StringId - The id of the cloud identity user provisioning.
- created
Time string - The created time of the cloud identity user provisioning.
- deletion
Strategy string - The deletion strategy of the cloud identity user provisioning.
- department
Names string[] - The department names of the cloud identity user provisioning.
- description string
- The description of the cloud identity user provisioning.
- duplication
Strategy string - The duplication strategy of the cloud identity user provisioning.
- duplication
Suffix string - The duplication suffix of the cloud identity user provisioning.
- id string
- The id of the cloud identity user provisioning.
- identity
Source stringStrategy - The identity source strategy of the cloud identity user provisioning.
- principal
Id string - The principal id of the cloud identity user provisioning.
- principal
Name string - The principal name of the cloud identity user provisioning.
- principal
Type string - The principal type of the cloud identity user provisioning.
- provision
Status string - The status of the cloud identity user provisioning.
- target
Id string - The target account id of the cloud identity user provisioning.
- updated
Time string - The updated time of the cloud identity user provisioning.
- user
Provisioning 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.
- created
Time String - The created time of the cloud identity user provisioning.
- deletion
Strategy String - The deletion strategy of the cloud identity user provisioning.
- department
Names List<String> - The department names of the cloud identity user provisioning.
- description String
- The description of the cloud identity user provisioning.
- duplication
Strategy String - The duplication strategy of the cloud identity user provisioning.
- duplication
Suffix String - The duplication suffix of the cloud identity user provisioning.
- id String
- The id of the cloud identity user provisioning.
- identity
Source StringStrategy - The identity source strategy of the cloud identity user provisioning.
- principal
Id String - The principal id of the cloud identity user provisioning.
- principal
Name String - The principal name of the cloud identity user provisioning.
- principal
Type String - The principal type of the cloud identity user provisioning.
- provision
Status String - The status of the cloud identity user provisioning.
- target
Id String - The target account id of the cloud identity user provisioning.
- updated
Time String - The updated time of the cloud identity user provisioning.
- user
Provisioning 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.
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
