1. Packages
  2. Alibaba Cloud
  3. API Docs
  4. cloudsso
  5. AccessConfigurationProvisioning
Alibaba Cloud v3.53.0 published on Wednesday, Apr 17, 2024 by Pulumi

alicloud.cloudsso.AccessConfigurationProvisioning

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.53.0 published on Wednesday, Apr 17, 2024 by Pulumi

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

    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",
    });
    
    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"),
    })
    
    var accessConfigurationProvisioningResource = new AccessConfigurationProvisioning("accessConfigurationProvisioningResource", AccessConfigurationProvisioningArgs.builder()        
        .accessConfigurationId("string")
        .directoryId("string")
        .targetId("string")
        .targetType("string")
        .status("string")
        .build());
    
    access_configuration_provisioning_resource = alicloud.cloudsso.AccessConfigurationProvisioning("accessConfigurationProvisioningResource",
        access_configuration_id="string",
        directory_id="string",
        target_id="string",
        target_type="string",
        status="string")
    
    const accessConfigurationProvisioningResource = new alicloud.cloudsso.AccessConfigurationProvisioning("accessConfigurationProvisioningResource", {
        accessConfigurationId: "string",
        directoryId: "string",
        targetId: "string",
        targetType: "string",
        status: "string",
    });
    
    type: alicloud:cloudsso:AccessConfigurationProvisioning
    properties:
        accessConfigurationId: string
        directoryId: string
        status: string
        targetId: string
        targetType: string
    

    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>
    

    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.
    alicloud logo
    Alibaba Cloud v3.53.0 published on Wednesday, Apr 17, 2024 by Pulumi