1. Packages
  2. Alibaba Cloud Provider
  3. API Docs
  4. cloudsso
  5. AccessConfigurationProvisioning
Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi

alicloud.cloudsso.AccessConfigurationProvisioning

Explore with Pulumi AI

Provides a Cloud SSO Access Configuration Provisioning resource.

For information about Cloud SSO Access Configuration Provisioning and how to use it, see What is Access Configuration Provisioning.

NOTE: Available since v1.148.0.

Create AccessConfigurationProvisioning Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new AccessConfigurationProvisioning(name: string, args: AccessConfigurationProvisioningArgs, opts?: CustomResourceOptions);
@overload
def AccessConfigurationProvisioning(resource_name: str,
                                    args: AccessConfigurationProvisioningArgs,
                                    opts: Optional[ResourceOptions] = None)

@overload
def AccessConfigurationProvisioning(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    access_configuration_id: Optional[str] = None,
                                    directory_id: Optional[str] = None,
                                    target_id: Optional[str] = None,
                                    target_type: Optional[str] = None,
                                    status: Optional[str] = None)
func NewAccessConfigurationProvisioning(ctx *Context, name string, args AccessConfigurationProvisioningArgs, opts ...ResourceOption) (*AccessConfigurationProvisioning, error)
public AccessConfigurationProvisioning(string name, AccessConfigurationProvisioningArgs args, CustomResourceOptions? opts = null)
public AccessConfigurationProvisioning(String name, AccessConfigurationProvisioningArgs args)
public AccessConfigurationProvisioning(String name, AccessConfigurationProvisioningArgs args, CustomResourceOptions options)
type: alicloud:cloudsso:AccessConfigurationProvisioning
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. AccessConfigurationProvisioningArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. AccessConfigurationProvisioningArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. AccessConfigurationProvisioningArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. AccessConfigurationProvisioningArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. AccessConfigurationProvisioningArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var accessConfigurationProvisioningResource = new AliCloud.CloudSso.AccessConfigurationProvisioning("accessConfigurationProvisioningResource", new()
{
    AccessConfigurationId = "string",
    DirectoryId = "string",
    TargetId = "string",
    TargetType = "string",
    Status = "string",
});
Copy
example, err := cloudsso.NewAccessConfigurationProvisioning(ctx, "accessConfigurationProvisioningResource", &cloudsso.AccessConfigurationProvisioningArgs{
	AccessConfigurationId: pulumi.String("string"),
	DirectoryId:           pulumi.String("string"),
	TargetId:              pulumi.String("string"),
	TargetType:            pulumi.String("string"),
	Status:                pulumi.String("string"),
})
Copy
var accessConfigurationProvisioningResource = new AccessConfigurationProvisioning("accessConfigurationProvisioningResource", AccessConfigurationProvisioningArgs.builder()
    .accessConfigurationId("string")
    .directoryId("string")
    .targetId("string")
    .targetType("string")
    .status("string")
    .build());
Copy
access_configuration_provisioning_resource = alicloud.cloudsso.AccessConfigurationProvisioning("accessConfigurationProvisioningResource",
    access_configuration_id="string",
    directory_id="string",
    target_id="string",
    target_type="string",
    status="string")
Copy
const accessConfigurationProvisioningResource = new alicloud.cloudsso.AccessConfigurationProvisioning("accessConfigurationProvisioningResource", {
    accessConfigurationId: "string",
    directoryId: "string",
    targetId: "string",
    targetType: "string",
    status: "string",
});
Copy
type: alicloud:cloudsso:AccessConfigurationProvisioning
properties:
    accessConfigurationId: string
    directoryId: string
    status: string
    targetId: string
    targetType: string
Copy

AccessConfigurationProvisioning Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The AccessConfigurationProvisioning resource accepts the following input properties:

AccessConfigurationId
This property is required.
Changes to this property will trigger replacement.
string
The Access configuration ID.
DirectoryId
This property is required.
Changes to this property will trigger replacement.
string
The ID of the Directory.
TargetId
This property is required.
Changes to this property will trigger replacement.
string
The ID of the target to create the resource range.
TargetType
This property is required.
Changes to this property will trigger replacement.
string
The type of the resource range target to be accessed. Valid values: RD-Account.
Status string
The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.
AccessConfigurationId
This property is required.
Changes to this property will trigger replacement.
string
The Access configuration ID.
DirectoryId
This property is required.
Changes to this property will trigger replacement.
string
The ID of the Directory.
TargetId
This property is required.
Changes to this property will trigger replacement.
string
The ID of the target to create the resource range.
TargetType
This property is required.
Changes to this property will trigger replacement.
string
The type of the resource range target to be accessed. Valid values: RD-Account.
Status string
The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.
accessConfigurationId
This property is required.
Changes to this property will trigger replacement.
String
The Access configuration ID.
directoryId
This property is required.
Changes to this property will trigger replacement.
String
The ID of the Directory.
targetId
This property is required.
Changes to this property will trigger replacement.
String
The ID of the target to create the resource range.
targetType
This property is required.
Changes to this property will trigger replacement.
String
The type of the resource range target to be accessed. Valid values: RD-Account.
status String
The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.
accessConfigurationId
This property is required.
Changes to this property will trigger replacement.
string
The Access configuration ID.
directoryId
This property is required.
Changes to this property will trigger replacement.
string
The ID of the Directory.
targetId
This property is required.
Changes to this property will trigger replacement.
string
The ID of the target to create the resource range.
targetType
This property is required.
Changes to this property will trigger replacement.
string
The type of the resource range target to be accessed. Valid values: RD-Account.
status string
The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.
access_configuration_id
This property is required.
Changes to this property will trigger replacement.
str
The Access configuration ID.
directory_id
This property is required.
Changes to this property will trigger replacement.
str
The ID of the Directory.
target_id
This property is required.
Changes to this property will trigger replacement.
str
The ID of the target to create the resource range.
target_type
This property is required.
Changes to this property will trigger replacement.
str
The type of the resource range target to be accessed. Valid values: RD-Account.
status str
The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.
accessConfigurationId
This property is required.
Changes to this property will trigger replacement.
String
The Access configuration ID.
directoryId
This property is required.
Changes to this property will trigger replacement.
String
The ID of the Directory.
targetId
This property is required.
Changes to this property will trigger replacement.
String
The ID of the target to create the resource range.
targetType
This property is required.
Changes to this property will trigger replacement.
String
The type of the resource range target to be accessed. Valid values: RD-Account.
status String
The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.

Outputs

All input properties are implicitly available as output properties. Additionally, the AccessConfigurationProvisioning resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing AccessConfigurationProvisioning Resource

Get an existing AccessConfigurationProvisioning resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: AccessConfigurationProvisioningState, opts?: CustomResourceOptions): AccessConfigurationProvisioning
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        access_configuration_id: Optional[str] = None,
        directory_id: Optional[str] = None,
        status: Optional[str] = None,
        target_id: Optional[str] = None,
        target_type: Optional[str] = None) -> AccessConfigurationProvisioning
func GetAccessConfigurationProvisioning(ctx *Context, name string, id IDInput, state *AccessConfigurationProvisioningState, opts ...ResourceOption) (*AccessConfigurationProvisioning, error)
public static AccessConfigurationProvisioning Get(string name, Input<string> id, AccessConfigurationProvisioningState? state, CustomResourceOptions? opts = null)
public static AccessConfigurationProvisioning get(String name, Output<String> id, AccessConfigurationProvisioningState state, CustomResourceOptions options)
resources:  _:    type: alicloud:cloudsso:AccessConfigurationProvisioning    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
AccessConfigurationId Changes to this property will trigger replacement. string
The Access configuration ID.
DirectoryId Changes to this property will trigger replacement. string
The ID of the Directory.
Status string
The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.
TargetId Changes to this property will trigger replacement. string
The ID of the target to create the resource range.
TargetType Changes to this property will trigger replacement. string
The type of the resource range target to be accessed. Valid values: RD-Account.
AccessConfigurationId Changes to this property will trigger replacement. string
The Access configuration ID.
DirectoryId Changes to this property will trigger replacement. string
The ID of the Directory.
Status string
The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.
TargetId Changes to this property will trigger replacement. string
The ID of the target to create the resource range.
TargetType Changes to this property will trigger replacement. string
The type of the resource range target to be accessed. Valid values: RD-Account.
accessConfigurationId Changes to this property will trigger replacement. String
The Access configuration ID.
directoryId Changes to this property will trigger replacement. String
The ID of the Directory.
status String
The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.
targetId Changes to this property will trigger replacement. String
The ID of the target to create the resource range.
targetType Changes to this property will trigger replacement. String
The type of the resource range target to be accessed. Valid values: RD-Account.
accessConfigurationId Changes to this property will trigger replacement. string
The Access configuration ID.
directoryId Changes to this property will trigger replacement. string
The ID of the Directory.
status string
The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.
targetId Changes to this property will trigger replacement. string
The ID of the target to create the resource range.
targetType Changes to this property will trigger replacement. string
The type of the resource range target to be accessed. Valid values: RD-Account.
access_configuration_id Changes to this property will trigger replacement. str
The Access configuration ID.
directory_id Changes to this property will trigger replacement. str
The ID of the Directory.
status str
The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.
target_id Changes to this property will trigger replacement. str
The ID of the target to create the resource range.
target_type Changes to this property will trigger replacement. str
The type of the resource range target to be accessed. Valid values: RD-Account.
accessConfigurationId Changes to this property will trigger replacement. String
The Access configuration ID.
directoryId Changes to this property will trigger replacement. String
The ID of the Directory.
status String
The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.
targetId Changes to this property will trigger replacement. String
The ID of the target to create the resource range.
targetType Changes to this property will trigger replacement. String
The type of the resource range target to be accessed. Valid values: RD-Account.

Import

Cloud SSO Access Configuration Provisioning can be imported using the id, e.g.

$ pulumi import alicloud:cloudsso/accessConfigurationProvisioning:AccessConfigurationProvisioning example <directory_id>:<access_configuration_id>:<target_type>:<target_id>
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
Alibaba Cloud pulumi/pulumi-alicloud
License
Apache-2.0
Notes
This Pulumi package is based on the alicloud Terraform Provider.