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 in v1.148.0+.

Create AccessConfigurationProvisioning Resource

new AccessConfigurationProvisioning(name: string, args: AccessConfigurationProvisioningArgs, opts?: CustomResourceOptions);
@overload
def AccessConfigurationProvisioning(resource_name: 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)
@overload
def AccessConfigurationProvisioning(resource_name: str,
                                    args: AccessConfigurationProvisioningArgs,
                                    opts: Optional[ResourceOptions] = 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.

name string
The unique name of the resource.
args AccessConfigurationProvisioningArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args 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 string
The unique name of the resource.
args AccessConfigurationProvisioningArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AccessConfigurationProvisioningArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args AccessConfigurationProvisioningArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

The AccessConfigurationProvisioning resource accepts the following input properties:

AccessConfigurationId string

The Access configuration ID.

DirectoryId string

The ID of the Directory.

TargetId string

The ID of the target to create the resource range.

TargetType 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 string

The Access configuration ID.

DirectoryId string

The ID of the Directory.

TargetId string

The ID of the target to create the resource range.

TargetType 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 String

The Access configuration ID.

directoryId String

The ID of the Directory.

targetId String

The ID of the target to create the resource range.

targetType 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 string

The Access configuration ID.

directoryId string

The ID of the Directory.

targetId string

The ID of the target to create the resource range.

targetType 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 str

The Access configuration ID.

directory_id str

The ID of the Directory.

target_id str

The ID of the target to create the resource range.

target_type 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 String

The Access configuration ID.

directoryId String

The ID of the Directory.

targetId String

The ID of the target to create the resource range.

targetType 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)
Resource lookup is not supported in YAML
name
The unique name of the resulting resource.
id
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
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
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
The unique name of the resulting resource.
id
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
The unique name of the resulting resource.
id
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 string

The Access configuration ID.

DirectoryId string

The ID of the Directory.

Status string

The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.

TargetId string

The ID of the target to create the resource range.

TargetType string

The type of the resource range target to be accessed. Valid values: RD-Account.

AccessConfigurationId string

The Access configuration ID.

DirectoryId string

The ID of the Directory.

Status string

The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.

TargetId string

The ID of the target to create the resource range.

TargetType string

The type of the resource range target to be accessed. Valid values: RD-Account.

accessConfigurationId String

The Access configuration ID.

directoryId String

The ID of the Directory.

status String

The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.

targetId String

The ID of the target to create the resource range.

targetType String

The type of the resource range target to be accessed. Valid values: RD-Account.

accessConfigurationId string

The Access configuration ID.

directoryId string

The ID of the Directory.

status string

The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.

targetId string

The ID of the target to create the resource range.

targetType string

The type of the resource range target to be accessed. Valid values: RD-Account.

access_configuration_id str

The Access configuration ID.

directory_id str

The ID of the Directory.

status str

The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.

target_id str

The ID of the target to create the resource range.

target_type str

The type of the resource range target to be accessed. Valid values: RD-Account.

accessConfigurationId String

The Access configuration ID.

directoryId String

The ID of the Directory.

status String

The status of the resource. Valid values: Provisioned, ReprovisionRequired and DeprovisionFailed.

targetId String

The ID of the target to create the resource range.

targetType 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>

Package Details

Repository
Alibaba Cloud pulumi/pulumi-alicloud
License
Apache-2.0
Notes

This Pulumi package is based on the alicloud Terraform Provider.