akeyless.Usc
Explore with Pulumi AI
Universal Secrets Connector resource
Create Usc Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Usc(name: string, args: UscArgs, opts?: CustomResourceOptions);
@overload
def Usc(resource_name: str,
args: UscArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Usc(resource_name: str,
opts: Optional[ResourceOptions] = None,
target_to_associate: Optional[str] = None,
azure_kv_name: Optional[str] = None,
delete_protection: Optional[str] = None,
description: Optional[str] = None,
k8s_namespace: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
usc_id: Optional[str] = None)
func NewUsc(ctx *Context, name string, args UscArgs, opts ...ResourceOption) (*Usc, error)
public Usc(string name, UscArgs args, CustomResourceOptions? opts = null)
type: akeyless:Usc
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 UscArgs
- 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 UscArgs
- 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 UscArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UscArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UscArgs
- 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 uscResource = new Akeyless.Usc("uscResource", new()
{
TargetToAssociate = "string",
AzureKvName = "string",
DeleteProtection = "string",
Description = "string",
K8sNamespace = "string",
Name = "string",
Tags = new[]
{
"string",
},
UscId = "string",
});
example, err := akeyless.NewUsc(ctx, "uscResource", &akeyless.UscArgs{
TargetToAssociate: pulumi.String("string"),
AzureKvName: pulumi.String("string"),
DeleteProtection: pulumi.String("string"),
Description: pulumi.String("string"),
K8sNamespace: pulumi.String("string"),
Name: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
UscId: pulumi.String("string"),
})
var uscResource = new Usc("uscResource", UscArgs.builder()
.targetToAssociate("string")
.azureKvName("string")
.deleteProtection("string")
.description("string")
.k8sNamespace("string")
.name("string")
.tags("string")
.uscId("string")
.build());
usc_resource = akeyless.Usc("uscResource",
target_to_associate="string",
azure_kv_name="string",
delete_protection="string",
description="string",
k8s_namespace="string",
name="string",
tags=["string"],
usc_id="string")
const uscResource = new akeyless.Usc("uscResource", {
targetToAssociate: "string",
azureKvName: "string",
deleteProtection: "string",
description: "string",
k8sNamespace: "string",
name: "string",
tags: ["string"],
uscId: "string",
});
type: akeyless:Usc
properties:
azureKvName: string
deleteProtection: string
description: string
k8sNamespace: string
name: string
tags:
- string
targetToAssociate: string
uscId: string
Usc 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 Usc resource accepts the following input properties:
- Target
To stringAssociate - Target Universal Secrets Connector to connect
- Azure
Kv stringName - Azure Key Vault name (Relevant only for Azure targets)
- Delete
Protection string - Protection from accidental deletion of this object, [true/false]
- Description string
- Description of the Universal Secrets Connector
- K8s
Namespace string - K8s namespace (Relevant to Kubernetes targets)
- Name string
- Universal Secrets Connector name
- List<string>
- List of the tags attached to this Universal Secrets Connector
- Usc
Id string - The ID of this resource.
- Target
To stringAssociate - Target Universal Secrets Connector to connect
- Azure
Kv stringName - Azure Key Vault name (Relevant only for Azure targets)
- Delete
Protection string - Protection from accidental deletion of this object, [true/false]
- Description string
- Description of the Universal Secrets Connector
- K8s
Namespace string - K8s namespace (Relevant to Kubernetes targets)
- Name string
- Universal Secrets Connector name
- []string
- List of the tags attached to this Universal Secrets Connector
- Usc
Id string - The ID of this resource.
- target
To StringAssociate - Target Universal Secrets Connector to connect
- azure
Kv StringName - Azure Key Vault name (Relevant only for Azure targets)
- delete
Protection String - Protection from accidental deletion of this object, [true/false]
- description String
- Description of the Universal Secrets Connector
- k8s
Namespace String - K8s namespace (Relevant to Kubernetes targets)
- name String
- Universal Secrets Connector name
- List<String>
- List of the tags attached to this Universal Secrets Connector
- usc
Id String - The ID of this resource.
- target
To stringAssociate - Target Universal Secrets Connector to connect
- azure
Kv stringName - Azure Key Vault name (Relevant only for Azure targets)
- delete
Protection string - Protection from accidental deletion of this object, [true/false]
- description string
- Description of the Universal Secrets Connector
- k8s
Namespace string - K8s namespace (Relevant to Kubernetes targets)
- name string
- Universal Secrets Connector name
- string[]
- List of the tags attached to this Universal Secrets Connector
- usc
Id string - The ID of this resource.
- target_
to_ strassociate - Target Universal Secrets Connector to connect
- azure_
kv_ strname - Azure Key Vault name (Relevant only for Azure targets)
- delete_
protection str - Protection from accidental deletion of this object, [true/false]
- description str
- Description of the Universal Secrets Connector
- k8s_
namespace str - K8s namespace (Relevant to Kubernetes targets)
- name str
- Universal Secrets Connector name
- Sequence[str]
- List of the tags attached to this Universal Secrets Connector
- usc_
id str - The ID of this resource.
- target
To StringAssociate - Target Universal Secrets Connector to connect
- azure
Kv StringName - Azure Key Vault name (Relevant only for Azure targets)
- delete
Protection String - Protection from accidental deletion of this object, [true/false]
- description String
- Description of the Universal Secrets Connector
- k8s
Namespace String - K8s namespace (Relevant to Kubernetes targets)
- name String
- Universal Secrets Connector name
- List<String>
- List of the tags attached to this Universal Secrets Connector
- usc
Id String - The ID of this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Usc 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 Usc Resource
Get an existing Usc 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?: UscState, opts?: CustomResourceOptions): Usc
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
azure_kv_name: Optional[str] = None,
delete_protection: Optional[str] = None,
description: Optional[str] = None,
k8s_namespace: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
target_to_associate: Optional[str] = None,
usc_id: Optional[str] = None) -> Usc
func GetUsc(ctx *Context, name string, id IDInput, state *UscState, opts ...ResourceOption) (*Usc, error)
public static Usc Get(string name, Input<string> id, UscState? state, CustomResourceOptions? opts = null)
public static Usc get(String name, Output<String> id, UscState state, CustomResourceOptions options)
resources: _: type: akeyless:Usc get: id: ${id}
- 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.
- Azure
Kv stringName - Azure Key Vault name (Relevant only for Azure targets)
- Delete
Protection string - Protection from accidental deletion of this object, [true/false]
- Description string
- Description of the Universal Secrets Connector
- K8s
Namespace string - K8s namespace (Relevant to Kubernetes targets)
- Name string
- Universal Secrets Connector name
- List<string>
- List of the tags attached to this Universal Secrets Connector
- Target
To stringAssociate - Target Universal Secrets Connector to connect
- Usc
Id string - The ID of this resource.
- Azure
Kv stringName - Azure Key Vault name (Relevant only for Azure targets)
- Delete
Protection string - Protection from accidental deletion of this object, [true/false]
- Description string
- Description of the Universal Secrets Connector
- K8s
Namespace string - K8s namespace (Relevant to Kubernetes targets)
- Name string
- Universal Secrets Connector name
- []string
- List of the tags attached to this Universal Secrets Connector
- Target
To stringAssociate - Target Universal Secrets Connector to connect
- Usc
Id string - The ID of this resource.
- azure
Kv StringName - Azure Key Vault name (Relevant only for Azure targets)
- delete
Protection String - Protection from accidental deletion of this object, [true/false]
- description String
- Description of the Universal Secrets Connector
- k8s
Namespace String - K8s namespace (Relevant to Kubernetes targets)
- name String
- Universal Secrets Connector name
- List<String>
- List of the tags attached to this Universal Secrets Connector
- target
To StringAssociate - Target Universal Secrets Connector to connect
- usc
Id String - The ID of this resource.
- azure
Kv stringName - Azure Key Vault name (Relevant only for Azure targets)
- delete
Protection string - Protection from accidental deletion of this object, [true/false]
- description string
- Description of the Universal Secrets Connector
- k8s
Namespace string - K8s namespace (Relevant to Kubernetes targets)
- name string
- Universal Secrets Connector name
- string[]
- List of the tags attached to this Universal Secrets Connector
- target
To stringAssociate - Target Universal Secrets Connector to connect
- usc
Id string - The ID of this resource.
- azure_
kv_ strname - Azure Key Vault name (Relevant only for Azure targets)
- delete_
protection str - Protection from accidental deletion of this object, [true/false]
- description str
- Description of the Universal Secrets Connector
- k8s_
namespace str - K8s namespace (Relevant to Kubernetes targets)
- name str
- Universal Secrets Connector name
- Sequence[str]
- List of the tags attached to this Universal Secrets Connector
- target_
to_ strassociate - Target Universal Secrets Connector to connect
- usc_
id str - The ID of this resource.
- azure
Kv StringName - Azure Key Vault name (Relevant only for Azure targets)
- delete
Protection String - Protection from accidental deletion of this object, [true/false]
- description String
- Description of the Universal Secrets Connector
- k8s
Namespace String - K8s namespace (Relevant to Kubernetes targets)
- name String
- Universal Secrets Connector name
- List<String>
- List of the tags attached to this Universal Secrets Connector
- target
To StringAssociate - Target Universal Secrets Connector to connect
- usc
Id String - The ID of this resource.
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeyless
Terraform Provider.