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) UserProvisioningsResultOutput
public 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 dictionary
The 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.
UserProvisionings 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<UserProvisionings 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 []UserProvisionings 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<UserProvisionings 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 UserProvisionings 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[UserProvisionings 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
UserProvisioningsUserProvisioning
- 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
volcengine
Terraform Provider.