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 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.
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",
});
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:
- Access
Configuration stringId - The Access configuration ID.
- Directory
Id string - The ID of the Directory.
- Target
Id string - The ID of the target to create the resource range.
- Target
Type 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
andDeprovisionFailed
.
- Access
Configuration stringId - The Access configuration ID.
- Directory
Id string - The ID of the Directory.
- Target
Id string - The ID of the target to create the resource range.
- Target
Type 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
andDeprovisionFailed
.
- access
Configuration StringId - The Access configuration ID.
- directory
Id String - The ID of the Directory.
- target
Id String - The ID of the target to create the resource range.
- target
Type 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
andDeprovisionFailed
.
- access
Configuration stringId - The Access configuration ID.
- directory
Id string - The ID of the Directory.
- target
Id string - The ID of the target to create the resource range.
- target
Type 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
andDeprovisionFailed
.
- access_
configuration_ strid - 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
andDeprovisionFailed
.
- access
Configuration StringId - The Access configuration ID.
- directory
Id String - The ID of the Directory.
- target
Id String - The ID of the target to create the resource range.
- target
Type 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
andDeprovisionFailed
.
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.
- Access
Configuration stringId - The Access configuration ID.
- Directory
Id string - The ID of the Directory.
- Status string
- The status of the resource. Valid values:
Provisioned
,ReprovisionRequired
andDeprovisionFailed
. - Target
Id string - The ID of the target to create the resource range.
- Target
Type string - The type of the resource range target to be accessed. Valid values:
RD-Account
.
- Access
Configuration stringId - The Access configuration ID.
- Directory
Id string - The ID of the Directory.
- Status string
- The status of the resource. Valid values:
Provisioned
,ReprovisionRequired
andDeprovisionFailed
. - Target
Id string - The ID of the target to create the resource range.
- Target
Type string - The type of the resource range target to be accessed. Valid values:
RD-Account
.
- access
Configuration StringId - The Access configuration ID.
- directory
Id String - The ID of the Directory.
- status String
- The status of the resource. Valid values:
Provisioned
,ReprovisionRequired
andDeprovisionFailed
. - target
Id String - The ID of the target to create the resource range.
- target
Type String - The type of the resource range target to be accessed. Valid values:
RD-Account
.
- access
Configuration stringId - The Access configuration ID.
- directory
Id string - The ID of the Directory.
- status string
- The status of the resource. Valid values:
Provisioned
,ReprovisionRequired
andDeprovisionFailed
. - target
Id string - The ID of the target to create the resource range.
- target
Type string - The type of the resource range target to be accessed. Valid values:
RD-Account
.
- access_
configuration_ strid - The Access configuration ID.
- directory_
id str - The ID of the Directory.
- status str
- The status of the resource. Valid values:
Provisioned
,ReprovisionRequired
andDeprovisionFailed
. - 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
.
- access
Configuration StringId - The Access configuration ID.
- directory
Id String - The ID of the Directory.
- status String
- The status of the resource. Valid values:
Provisioned
,ReprovisionRequired
andDeprovisionFailed
. - target
Id String - The ID of the target to create the resource range.
- target
Type 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.