<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “Avi:<span pulumi-lang-nodejs=” avi.Hardwaresecuritymodulegroup"" pulumi-lang-dotnet=" avi.Hardwaresecuritymodulegroup"" pulumi-lang-go=" Hardwaresecuritymodulegroup"" pulumi-lang-python=" Hardwaresecuritymodulegroup"" pulumi-lang-yaml=" avi.Hardwaresecuritymodulegroup"" pulumi-lang-java=" avi.Hardwaresecuritymodulegroup""> avi.Hardwaresecuritymodulegroup" sidebar_current: “docs-avi-resource-hardwaresecuritymodulegroup” description: |- Creates and manages Avi HardwareSecurityModuleGroup.
# avi.Hardwaresecuritymodulegroup The HardwareSecurityModuleGroup resource allows the creation and management of Avi HardwareSecurityModuleGroup
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const foo = new avi.Hardwaresecuritymodulegroup("foo", {
name: "terraform-example-foo",
tenantRef: "/api/tenant/?name=admin",
});
import pulumi
import pulumi_avi as avi
foo = avi.Hardwaresecuritymodulegroup("foo",
name="terraform-example-foo",
tenant_ref="/api/tenant/?name=admin")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := avi.NewHardwaresecuritymodulegroup(ctx, "foo", &avi.HardwaresecuritymodulegroupArgs{
Name: pulumi.String("terraform-example-foo"),
TenantRef: pulumi.String("/api/tenant/?name=admin"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;
return await Deployment.RunAsync(() =>
{
var foo = new Avi.Hardwaresecuritymodulegroup("foo", new()
{
Name = "terraform-example-foo",
TenantRef = "/api/tenant/?name=admin",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.Hardwaresecuritymodulegroup;
import com.pulumi.avi.HardwaresecuritymodulegroupArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var foo = new Hardwaresecuritymodulegroup("foo", HardwaresecuritymodulegroupArgs.builder()
.name("terraform-example-foo")
.tenantRef("/api/tenant/?name=admin")
.build());
}
}
resources:
foo:
type: avi:Hardwaresecuritymodulegroup
properties:
name: terraform-example-foo
tenantRef: /api/tenant/?name=admin
Create Hardwaresecuritymodulegroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Hardwaresecuritymodulegroup(name: string, args: HardwaresecuritymodulegroupArgs, opts?: CustomResourceOptions);@overload
def Hardwaresecuritymodulegroup(resource_name: str,
args: HardwaresecuritymodulegroupArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Hardwaresecuritymodulegroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
hsms: Optional[Sequence[HardwaresecuritymodulegroupHsmArgs]] = None,
ca_certs: Optional[Sequence[HardwaresecuritymodulegroupCaCertArgs]] = None,
configpb_attributes: Optional[Sequence[HardwaresecuritymodulegroupConfigpbAttributeArgs]] = None,
hardwaresecuritymodulegroup_id: Optional[str] = None,
markers: Optional[Sequence[HardwaresecuritymodulegroupMarkerArgs]] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None)func NewHardwaresecuritymodulegroup(ctx *Context, name string, args HardwaresecuritymodulegroupArgs, opts ...ResourceOption) (*Hardwaresecuritymodulegroup, error)public Hardwaresecuritymodulegroup(string name, HardwaresecuritymodulegroupArgs args, CustomResourceOptions? opts = null)
public Hardwaresecuritymodulegroup(String name, HardwaresecuritymodulegroupArgs args)
public Hardwaresecuritymodulegroup(String name, HardwaresecuritymodulegroupArgs args, CustomResourceOptions options)
type: avi:Hardwaresecuritymodulegroup
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 HardwaresecuritymodulegroupArgs
- 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 HardwaresecuritymodulegroupArgs
- 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 HardwaresecuritymodulegroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args HardwaresecuritymodulegroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args HardwaresecuritymodulegroupArgs
- 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 hardwaresecuritymodulegroupResource = new Avi.Hardwaresecuritymodulegroup("hardwaresecuritymodulegroupResource", new()
{
Hsms = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupHsmArgs
{
Type = "string",
Cloudhsms = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupHsmCloudhsmArgs
{
ClientConfig = "string",
ClusterCert = "string",
CryptoUserName = "string",
CryptoUserPassword = "string",
HsmIps = new[]
{
"string",
},
MgmtConfig = "string",
},
},
Nethsms = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupHsmNethsmArgs
{
Esn = "string",
Keyhash = "string",
Priority = "string",
RemoteIps = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupHsmNethsmRemoteIpArgs
{
Addr = "string",
Type = "string",
},
},
ModuleId = "string",
RemotePort = "string",
},
},
Rfs = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupHsmRfArgs
{
Ips = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupHsmRfIpArgs
{
Addr = "string",
Type = "string",
},
},
Port = "string",
},
},
Slunas = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupHsmSlunaArgs
{
IsHa = "string",
HaGroupNum = "string",
NodeInfos = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupHsmSlunaNodeInfoArgs
{
ClientIp = "string",
ChrystokiConf = "string",
ClientCert = "string",
ClientPrivKey = "string",
SessionMajorNumber = "string",
SessionMinorNumber = "string",
},
},
ServerPem = "string",
Servers = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupHsmSlunaServerArgs
{
Index = "string",
RemoteIp = "string",
ServerCert = "string",
PartitionPasswd = "string",
PartitionSerialNumber = "string",
},
},
UseDedicatedNetwork = "string",
},
},
},
},
CaCerts = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupCaCertArgs
{
Certificate = "string",
CertificateSigningRequest = "string",
ChainVerified = "string",
DaysUntilExpire = "string",
ExpiryStatus = "string",
Fingerprint = "string",
Issuers = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupCaCertIssuerArgs
{
CommonName = "string",
Country = "string",
DistinguishedName = "string",
EmailAddress = "string",
Locality = "string",
Organization = "string",
OrganizationUnit = "string",
State = "string",
},
},
KeyParams = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupCaCertKeyParamArgs
{
Algorithm = "string",
EcParams = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupCaCertKeyParamEcParamArgs
{
Curve = "string",
},
},
MldsaParams = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupCaCertKeyParamMldsaParamArgs
{
Algorithm = "string",
},
},
RsaParams = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupCaCertKeyParamRsaParamArgs
{
Exponent = "string",
KeySize = "string",
},
},
},
},
NotAfter = "string",
NotBefore = "string",
PublicKey = "string",
SelfSigned = "string",
SerialNumber = "string",
Signature = "string",
SignatureAlgorithm = "string",
SubjectAltNames = new[]
{
"string",
},
Subjects = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupCaCertSubjectArgs
{
CommonName = "string",
Country = "string",
DistinguishedName = "string",
EmailAddress = "string",
Locality = "string",
Organization = "string",
OrganizationUnit = "string",
State = "string",
},
},
Text = "string",
Version = "string",
},
},
ConfigpbAttributes = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupConfigpbAttributeArgs
{
Version = "string",
},
},
HardwaresecuritymodulegroupId = "string",
Markers = new[]
{
new Avi.Inputs.HardwaresecuritymodulegroupMarkerArgs
{
Key = "string",
Values = new[]
{
"string",
},
},
},
Name = "string",
TenantRef = "string",
Uuid = "string",
});
example, err := avi.NewHardwaresecuritymodulegroup(ctx, "hardwaresecuritymodulegroupResource", &avi.HardwaresecuritymodulegroupArgs{
Hsms: avi.HardwaresecuritymodulegroupHsmArray{
&avi.HardwaresecuritymodulegroupHsmArgs{
Type: pulumi.String("string"),
Cloudhsms: avi.HardwaresecuritymodulegroupHsmCloudhsmArray{
&avi.HardwaresecuritymodulegroupHsmCloudhsmArgs{
ClientConfig: pulumi.String("string"),
ClusterCert: pulumi.String("string"),
CryptoUserName: pulumi.String("string"),
CryptoUserPassword: pulumi.String("string"),
HsmIps: pulumi.StringArray{
pulumi.String("string"),
},
MgmtConfig: pulumi.String("string"),
},
},
Nethsms: avi.HardwaresecuritymodulegroupHsmNethsmArray{
&avi.HardwaresecuritymodulegroupHsmNethsmArgs{
Esn: pulumi.String("string"),
Keyhash: pulumi.String("string"),
Priority: pulumi.String("string"),
RemoteIps: avi.HardwaresecuritymodulegroupHsmNethsmRemoteIpArray{
&avi.HardwaresecuritymodulegroupHsmNethsmRemoteIpArgs{
Addr: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
ModuleId: pulumi.String("string"),
RemotePort: pulumi.String("string"),
},
},
Rfs: avi.HardwaresecuritymodulegroupHsmRfArray{
&avi.HardwaresecuritymodulegroupHsmRfArgs{
Ips: avi.HardwaresecuritymodulegroupHsmRfIpArray{
&avi.HardwaresecuritymodulegroupHsmRfIpArgs{
Addr: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
Port: pulumi.String("string"),
},
},
Slunas: avi.HardwaresecuritymodulegroupHsmSlunaArray{
&avi.HardwaresecuritymodulegroupHsmSlunaArgs{
IsHa: pulumi.String("string"),
HaGroupNum: pulumi.String("string"),
NodeInfos: avi.HardwaresecuritymodulegroupHsmSlunaNodeInfoArray{
&avi.HardwaresecuritymodulegroupHsmSlunaNodeInfoArgs{
ClientIp: pulumi.String("string"),
ChrystokiConf: pulumi.String("string"),
ClientCert: pulumi.String("string"),
ClientPrivKey: pulumi.String("string"),
SessionMajorNumber: pulumi.String("string"),
SessionMinorNumber: pulumi.String("string"),
},
},
ServerPem: pulumi.String("string"),
Servers: avi.HardwaresecuritymodulegroupHsmSlunaServerArray{
&avi.HardwaresecuritymodulegroupHsmSlunaServerArgs{
Index: pulumi.String("string"),
RemoteIp: pulumi.String("string"),
ServerCert: pulumi.String("string"),
PartitionPasswd: pulumi.String("string"),
PartitionSerialNumber: pulumi.String("string"),
},
},
UseDedicatedNetwork: pulumi.String("string"),
},
},
},
},
CaCerts: avi.HardwaresecuritymodulegroupCaCertArray{
&avi.HardwaresecuritymodulegroupCaCertArgs{
Certificate: pulumi.String("string"),
CertificateSigningRequest: pulumi.String("string"),
ChainVerified: pulumi.String("string"),
DaysUntilExpire: pulumi.String("string"),
ExpiryStatus: pulumi.String("string"),
Fingerprint: pulumi.String("string"),
Issuers: avi.HardwaresecuritymodulegroupCaCertIssuerArray{
&avi.HardwaresecuritymodulegroupCaCertIssuerArgs{
CommonName: pulumi.String("string"),
Country: pulumi.String("string"),
DistinguishedName: pulumi.String("string"),
EmailAddress: pulumi.String("string"),
Locality: pulumi.String("string"),
Organization: pulumi.String("string"),
OrganizationUnit: pulumi.String("string"),
State: pulumi.String("string"),
},
},
KeyParams: avi.HardwaresecuritymodulegroupCaCertKeyParamArray{
&avi.HardwaresecuritymodulegroupCaCertKeyParamArgs{
Algorithm: pulumi.String("string"),
EcParams: avi.HardwaresecuritymodulegroupCaCertKeyParamEcParamArray{
&avi.HardwaresecuritymodulegroupCaCertKeyParamEcParamArgs{
Curve: pulumi.String("string"),
},
},
MldsaParams: avi.HardwaresecuritymodulegroupCaCertKeyParamMldsaParamArray{
&avi.HardwaresecuritymodulegroupCaCertKeyParamMldsaParamArgs{
Algorithm: pulumi.String("string"),
},
},
RsaParams: avi.HardwaresecuritymodulegroupCaCertKeyParamRsaParamArray{
&avi.HardwaresecuritymodulegroupCaCertKeyParamRsaParamArgs{
Exponent: pulumi.String("string"),
KeySize: pulumi.String("string"),
},
},
},
},
NotAfter: pulumi.String("string"),
NotBefore: pulumi.String("string"),
PublicKey: pulumi.String("string"),
SelfSigned: pulumi.String("string"),
SerialNumber: pulumi.String("string"),
Signature: pulumi.String("string"),
SignatureAlgorithm: pulumi.String("string"),
SubjectAltNames: pulumi.StringArray{
pulumi.String("string"),
},
Subjects: avi.HardwaresecuritymodulegroupCaCertSubjectArray{
&avi.HardwaresecuritymodulegroupCaCertSubjectArgs{
CommonName: pulumi.String("string"),
Country: pulumi.String("string"),
DistinguishedName: pulumi.String("string"),
EmailAddress: pulumi.String("string"),
Locality: pulumi.String("string"),
Organization: pulumi.String("string"),
OrganizationUnit: pulumi.String("string"),
State: pulumi.String("string"),
},
},
Text: pulumi.String("string"),
Version: pulumi.String("string"),
},
},
ConfigpbAttributes: avi.HardwaresecuritymodulegroupConfigpbAttributeArray{
&avi.HardwaresecuritymodulegroupConfigpbAttributeArgs{
Version: pulumi.String("string"),
},
},
HardwaresecuritymodulegroupId: pulumi.String("string"),
Markers: avi.HardwaresecuritymodulegroupMarkerArray{
&avi.HardwaresecuritymodulegroupMarkerArgs{
Key: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Name: pulumi.String("string"),
TenantRef: pulumi.String("string"),
Uuid: pulumi.String("string"),
})
var hardwaresecuritymodulegroupResource = new Hardwaresecuritymodulegroup("hardwaresecuritymodulegroupResource", HardwaresecuritymodulegroupArgs.builder()
.hsms(HardwaresecuritymodulegroupHsmArgs.builder()
.type("string")
.cloudhsms(HardwaresecuritymodulegroupHsmCloudhsmArgs.builder()
.clientConfig("string")
.clusterCert("string")
.cryptoUserName("string")
.cryptoUserPassword("string")
.hsmIps("string")
.mgmtConfig("string")
.build())
.nethsms(HardwaresecuritymodulegroupHsmNethsmArgs.builder()
.esn("string")
.keyhash("string")
.priority("string")
.remoteIps(HardwaresecuritymodulegroupHsmNethsmRemoteIpArgs.builder()
.addr("string")
.type("string")
.build())
.moduleId("string")
.remotePort("string")
.build())
.rfs(HardwaresecuritymodulegroupHsmRfArgs.builder()
.ips(HardwaresecuritymodulegroupHsmRfIpArgs.builder()
.addr("string")
.type("string")
.build())
.port("string")
.build())
.slunas(HardwaresecuritymodulegroupHsmSlunaArgs.builder()
.isHa("string")
.haGroupNum("string")
.nodeInfos(HardwaresecuritymodulegroupHsmSlunaNodeInfoArgs.builder()
.clientIp("string")
.chrystokiConf("string")
.clientCert("string")
.clientPrivKey("string")
.sessionMajorNumber("string")
.sessionMinorNumber("string")
.build())
.serverPem("string")
.servers(HardwaresecuritymodulegroupHsmSlunaServerArgs.builder()
.index("string")
.remoteIp("string")
.serverCert("string")
.partitionPasswd("string")
.partitionSerialNumber("string")
.build())
.useDedicatedNetwork("string")
.build())
.build())
.caCerts(HardwaresecuritymodulegroupCaCertArgs.builder()
.certificate("string")
.certificateSigningRequest("string")
.chainVerified("string")
.daysUntilExpire("string")
.expiryStatus("string")
.fingerprint("string")
.issuers(HardwaresecuritymodulegroupCaCertIssuerArgs.builder()
.commonName("string")
.country("string")
.distinguishedName("string")
.emailAddress("string")
.locality("string")
.organization("string")
.organizationUnit("string")
.state("string")
.build())
.keyParams(HardwaresecuritymodulegroupCaCertKeyParamArgs.builder()
.algorithm("string")
.ecParams(HardwaresecuritymodulegroupCaCertKeyParamEcParamArgs.builder()
.curve("string")
.build())
.mldsaParams(HardwaresecuritymodulegroupCaCertKeyParamMldsaParamArgs.builder()
.algorithm("string")
.build())
.rsaParams(HardwaresecuritymodulegroupCaCertKeyParamRsaParamArgs.builder()
.exponent("string")
.keySize("string")
.build())
.build())
.notAfter("string")
.notBefore("string")
.publicKey("string")
.selfSigned("string")
.serialNumber("string")
.signature("string")
.signatureAlgorithm("string")
.subjectAltNames("string")
.subjects(HardwaresecuritymodulegroupCaCertSubjectArgs.builder()
.commonName("string")
.country("string")
.distinguishedName("string")
.emailAddress("string")
.locality("string")
.organization("string")
.organizationUnit("string")
.state("string")
.build())
.text("string")
.version("string")
.build())
.configpbAttributes(HardwaresecuritymodulegroupConfigpbAttributeArgs.builder()
.version("string")
.build())
.hardwaresecuritymodulegroupId("string")
.markers(HardwaresecuritymodulegroupMarkerArgs.builder()
.key("string")
.values("string")
.build())
.name("string")
.tenantRef("string")
.uuid("string")
.build());
hardwaresecuritymodulegroup_resource = avi.Hardwaresecuritymodulegroup("hardwaresecuritymodulegroupResource",
hsms=[{
"type": "string",
"cloudhsms": [{
"client_config": "string",
"cluster_cert": "string",
"crypto_user_name": "string",
"crypto_user_password": "string",
"hsm_ips": ["string"],
"mgmt_config": "string",
}],
"nethsms": [{
"esn": "string",
"keyhash": "string",
"priority": "string",
"remote_ips": [{
"addr": "string",
"type": "string",
}],
"module_id": "string",
"remote_port": "string",
}],
"rfs": [{
"ips": [{
"addr": "string",
"type": "string",
}],
"port": "string",
}],
"slunas": [{
"is_ha": "string",
"ha_group_num": "string",
"node_infos": [{
"client_ip": "string",
"chrystoki_conf": "string",
"client_cert": "string",
"client_priv_key": "string",
"session_major_number": "string",
"session_minor_number": "string",
}],
"server_pem": "string",
"servers": [{
"index": "string",
"remote_ip": "string",
"server_cert": "string",
"partition_passwd": "string",
"partition_serial_number": "string",
}],
"use_dedicated_network": "string",
}],
}],
ca_certs=[{
"certificate": "string",
"certificate_signing_request": "string",
"chain_verified": "string",
"days_until_expire": "string",
"expiry_status": "string",
"fingerprint": "string",
"issuers": [{
"common_name": "string",
"country": "string",
"distinguished_name": "string",
"email_address": "string",
"locality": "string",
"organization": "string",
"organization_unit": "string",
"state": "string",
}],
"key_params": [{
"algorithm": "string",
"ec_params": [{
"curve": "string",
}],
"mldsa_params": [{
"algorithm": "string",
}],
"rsa_params": [{
"exponent": "string",
"key_size": "string",
}],
}],
"not_after": "string",
"not_before": "string",
"public_key": "string",
"self_signed": "string",
"serial_number": "string",
"signature": "string",
"signature_algorithm": "string",
"subject_alt_names": ["string"],
"subjects": [{
"common_name": "string",
"country": "string",
"distinguished_name": "string",
"email_address": "string",
"locality": "string",
"organization": "string",
"organization_unit": "string",
"state": "string",
}],
"text": "string",
"version": "string",
}],
configpb_attributes=[{
"version": "string",
}],
hardwaresecuritymodulegroup_id="string",
markers=[{
"key": "string",
"values": ["string"],
}],
name="string",
tenant_ref="string",
uuid="string")
const hardwaresecuritymodulegroupResource = new avi.Hardwaresecuritymodulegroup("hardwaresecuritymodulegroupResource", {
hsms: [{
type: "string",
cloudhsms: [{
clientConfig: "string",
clusterCert: "string",
cryptoUserName: "string",
cryptoUserPassword: "string",
hsmIps: ["string"],
mgmtConfig: "string",
}],
nethsms: [{
esn: "string",
keyhash: "string",
priority: "string",
remoteIps: [{
addr: "string",
type: "string",
}],
moduleId: "string",
remotePort: "string",
}],
rfs: [{
ips: [{
addr: "string",
type: "string",
}],
port: "string",
}],
slunas: [{
isHa: "string",
haGroupNum: "string",
nodeInfos: [{
clientIp: "string",
chrystokiConf: "string",
clientCert: "string",
clientPrivKey: "string",
sessionMajorNumber: "string",
sessionMinorNumber: "string",
}],
serverPem: "string",
servers: [{
index: "string",
remoteIp: "string",
serverCert: "string",
partitionPasswd: "string",
partitionSerialNumber: "string",
}],
useDedicatedNetwork: "string",
}],
}],
caCerts: [{
certificate: "string",
certificateSigningRequest: "string",
chainVerified: "string",
daysUntilExpire: "string",
expiryStatus: "string",
fingerprint: "string",
issuers: [{
commonName: "string",
country: "string",
distinguishedName: "string",
emailAddress: "string",
locality: "string",
organization: "string",
organizationUnit: "string",
state: "string",
}],
keyParams: [{
algorithm: "string",
ecParams: [{
curve: "string",
}],
mldsaParams: [{
algorithm: "string",
}],
rsaParams: [{
exponent: "string",
keySize: "string",
}],
}],
notAfter: "string",
notBefore: "string",
publicKey: "string",
selfSigned: "string",
serialNumber: "string",
signature: "string",
signatureAlgorithm: "string",
subjectAltNames: ["string"],
subjects: [{
commonName: "string",
country: "string",
distinguishedName: "string",
emailAddress: "string",
locality: "string",
organization: "string",
organizationUnit: "string",
state: "string",
}],
text: "string",
version: "string",
}],
configpbAttributes: [{
version: "string",
}],
hardwaresecuritymodulegroupId: "string",
markers: [{
key: "string",
values: ["string"],
}],
name: "string",
tenantRef: "string",
uuid: "string",
});
type: avi:Hardwaresecuritymodulegroup
properties:
caCerts:
- certificate: string
certificateSigningRequest: string
chainVerified: string
daysUntilExpire: string
expiryStatus: string
fingerprint: string
issuers:
- commonName: string
country: string
distinguishedName: string
emailAddress: string
locality: string
organization: string
organizationUnit: string
state: string
keyParams:
- algorithm: string
ecParams:
- curve: string
mldsaParams:
- algorithm: string
rsaParams:
- exponent: string
keySize: string
notAfter: string
notBefore: string
publicKey: string
selfSigned: string
serialNumber: string
signature: string
signatureAlgorithm: string
subjectAltNames:
- string
subjects:
- commonName: string
country: string
distinguishedName: string
emailAddress: string
locality: string
organization: string
organizationUnit: string
state: string
text: string
version: string
configpbAttributes:
- version: string
hardwaresecuritymodulegroupId: string
hsms:
- cloudhsms:
- clientConfig: string
clusterCert: string
cryptoUserName: string
cryptoUserPassword: string
hsmIps:
- string
mgmtConfig: string
nethsms:
- esn: string
keyhash: string
moduleId: string
priority: string
remoteIps:
- addr: string
type: string
remotePort: string
rfs:
- ips:
- addr: string
type: string
port: string
slunas:
- haGroupNum: string
isHa: string
nodeInfos:
- chrystokiConf: string
clientCert: string
clientIp: string
clientPrivKey: string
sessionMajorNumber: string
sessionMinorNumber: string
serverPem: string
servers:
- index: string
partitionPasswd: string
partitionSerialNumber: string
remoteIp: string
serverCert: string
useDedicatedNetwork: string
type: string
markers:
- key: string
values:
- string
name: string
tenantRef: string
uuid: string
Hardwaresecuritymodulegroup 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 Hardwaresecuritymodulegroup resource accepts the following input properties:
- Hsms
List<Hardwaresecuritymodulegroup
Hsm> - Hardware security module configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ca
Certs List<HardwaresecuritymodulegroupCa Cert> - List of certificates present in the ca chain that were used to sign custom client certificate. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes List<HardwaresecuritymodulegroupConfigpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Hardwaresecuritymodulegroup
Id string - Markers
List<Hardwaresecuritymodulegroup
Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Name of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Uuid of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Hsms
[]Hardwaresecuritymodulegroup
Hsm Args - Hardware security module configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ca
Certs []HardwaresecuritymodulegroupCa Cert Args - List of certificates present in the ca chain that were used to sign custom client certificate. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes []HardwaresecuritymodulegroupConfigpb Attribute Args - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Hardwaresecuritymodulegroup
Id string - Markers
[]Hardwaresecuritymodulegroup
Marker Args - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Name of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Uuid of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hsms
List<Hardwaresecuritymodulegroup
Hsm> - Hardware security module configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ca
Certs List<HardwaresecuritymodulegroupCa Cert> - List of certificates present in the ca chain that were used to sign custom client certificate. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<HardwaresecuritymodulegroupConfigpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hardwaresecuritymodulegroup
Id String - markers
List<Hardwaresecuritymodulegroup
Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Name of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Uuid of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hsms
Hardwaresecuritymodulegroup
Hsm[] - Hardware security module configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ca
Certs HardwaresecuritymodulegroupCa Cert[] - List of certificates present in the ca chain that were used to sign custom client certificate. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes HardwaresecuritymodulegroupConfigpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hardwaresecuritymodulegroup
Id string - markers
Hardwaresecuritymodulegroup
Marker[] - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name string
- Name of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid string
- Uuid of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hsms
Sequence[Hardwaresecuritymodulegroup
Hsm Args] - Hardware security module configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ca_
certs Sequence[HardwaresecuritymodulegroupCa Cert Args] - List of certificates present in the ca chain that were used to sign custom client certificate. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb_
attributes Sequence[HardwaresecuritymodulegroupConfigpb Attribute Args] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hardwaresecuritymodulegroup_
id str - markers
Sequence[Hardwaresecuritymodulegroup
Marker Args] - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name str
- Name of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Uuid of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hsms List<Property Map>
- Hardware security module configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ca
Certs List<Property Map> - List of certificates present in the ca chain that were used to sign custom client certificate. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<Property Map> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hardwaresecuritymodulegroup
Id String - markers List<Property Map>
- List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Name of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Uuid of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Outputs
All input properties are implicitly available as output properties. Additionally, the Hardwaresecuritymodulegroup 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 Hardwaresecuritymodulegroup Resource
Get an existing Hardwaresecuritymodulegroup 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?: HardwaresecuritymodulegroupState, opts?: CustomResourceOptions): Hardwaresecuritymodulegroup@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
ca_certs: Optional[Sequence[HardwaresecuritymodulegroupCaCertArgs]] = None,
configpb_attributes: Optional[Sequence[HardwaresecuritymodulegroupConfigpbAttributeArgs]] = None,
hardwaresecuritymodulegroup_id: Optional[str] = None,
hsms: Optional[Sequence[HardwaresecuritymodulegroupHsmArgs]] = None,
markers: Optional[Sequence[HardwaresecuritymodulegroupMarkerArgs]] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None) -> Hardwaresecuritymodulegroupfunc GetHardwaresecuritymodulegroup(ctx *Context, name string, id IDInput, state *HardwaresecuritymodulegroupState, opts ...ResourceOption) (*Hardwaresecuritymodulegroup, error)public static Hardwaresecuritymodulegroup Get(string name, Input<string> id, HardwaresecuritymodulegroupState? state, CustomResourceOptions? opts = null)public static Hardwaresecuritymodulegroup get(String name, Output<String> id, HardwaresecuritymodulegroupState state, CustomResourceOptions options)resources: _: type: avi:Hardwaresecuritymodulegroup 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.
- Ca
Certs List<HardwaresecuritymodulegroupCa Cert> - List of certificates present in the ca chain that were used to sign custom client certificate. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes List<HardwaresecuritymodulegroupConfigpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Hardwaresecuritymodulegroup
Id string - Hsms
List<Hardwaresecuritymodulegroup
Hsm> - Hardware security module configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Markers
List<Hardwaresecuritymodulegroup
Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Name of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Uuid of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Ca
Certs []HardwaresecuritymodulegroupCa Cert Args - List of certificates present in the ca chain that were used to sign custom client certificate. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes []HardwaresecuritymodulegroupConfigpb Attribute Args - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Hardwaresecuritymodulegroup
Id string - Hsms
[]Hardwaresecuritymodulegroup
Hsm Args - Hardware security module configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Markers
[]Hardwaresecuritymodulegroup
Marker Args - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Name string
- Name of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Uuid string
- Uuid of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ca
Certs List<HardwaresecuritymodulegroupCa Cert> - List of certificates present in the ca chain that were used to sign custom client certificate. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<HardwaresecuritymodulegroupConfigpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hardwaresecuritymodulegroup
Id String - hsms
List<Hardwaresecuritymodulegroup
Hsm> - Hardware security module configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- markers
List<Hardwaresecuritymodulegroup
Marker> - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Name of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Uuid of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ca
Certs HardwaresecuritymodulegroupCa Cert[] - List of certificates present in the ca chain that were used to sign custom client certificate. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes HardwaresecuritymodulegroupConfigpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hardwaresecuritymodulegroup
Id string - hsms
Hardwaresecuritymodulegroup
Hsm[] - Hardware security module configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- markers
Hardwaresecuritymodulegroup
Marker[] - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name string
- Name of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid string
- Uuid of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ca_
certs Sequence[HardwaresecuritymodulegroupCa Cert Args] - List of certificates present in the ca chain that were used to sign custom client certificate. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb_
attributes Sequence[HardwaresecuritymodulegroupConfigpb Attribute Args] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hardwaresecuritymodulegroup_
id str - hsms
Sequence[Hardwaresecuritymodulegroup
Hsm Args] - Hardware security module configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- markers
Sequence[Hardwaresecuritymodulegroup
Marker Args] - List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name str
- Name of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Uuid of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- ca
Certs List<Property Map> - List of certificates present in the ca chain that were used to sign custom client certificate. Field introduced in 31.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<Property Map> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- hardwaresecuritymodulegroup
Id String - hsms List<Property Map>
- Hardware security module configuration. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- markers List<Property Map>
- List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- name String
- Name of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid String
- Uuid of the hsm group configuration object. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Supporting Types
HardwaresecuritymodulegroupCaCert, HardwaresecuritymodulegroupCaCertArgs
- Certificate string
- Certificate
Signing stringRequest - Chain
Verified string - Days
Until stringExpire - Expiry
Status string - Fingerprint string
- Issuers
List<Hardwaresecuritymodulegroup
Ca Cert Issuer> - Key
Params List<HardwaresecuritymodulegroupCa Cert Key Param> - Not
After string - Not
Before string - Public
Key string - Self
Signed string - Serial
Number string - Signature string
- Signature
Algorithm string - Subject
Alt List<string>Names - Subjects
List<Hardwaresecuritymodulegroup
Ca Cert Subject> - Text string
- Version string
- Certificate string
- Certificate
Signing stringRequest - Chain
Verified string - Days
Until stringExpire - Expiry
Status string - Fingerprint string
- Issuers
[]Hardwaresecuritymodulegroup
Ca Cert Issuer - Key
Params []HardwaresecuritymodulegroupCa Cert Key Param - Not
After string - Not
Before string - Public
Key string - Self
Signed string - Serial
Number string - Signature string
- Signature
Algorithm string - Subject
Alt []stringNames - Subjects
[]Hardwaresecuritymodulegroup
Ca Cert Subject - Text string
- Version string
- certificate String
- certificate
Signing StringRequest - chain
Verified String - days
Until StringExpire - expiry
Status String - fingerprint String
- issuers
List<Hardwaresecuritymodulegroup
Ca Cert Issuer> - key
Params List<HardwaresecuritymodulegroupCa Cert Key Param> - not
After String - not
Before String - public
Key String - self
Signed String - serial
Number String - signature String
- signature
Algorithm String - subject
Alt List<String>Names - subjects
List<Hardwaresecuritymodulegroup
Ca Cert Subject> - text String
- version String
- certificate string
- certificate
Signing stringRequest - chain
Verified string - days
Until stringExpire - expiry
Status string - fingerprint string
- issuers
Hardwaresecuritymodulegroup
Ca Cert Issuer[] - key
Params HardwaresecuritymodulegroupCa Cert Key Param[] - not
After string - not
Before string - public
Key string - self
Signed string - serial
Number string - signature string
- signature
Algorithm string - subject
Alt string[]Names - subjects
Hardwaresecuritymodulegroup
Ca Cert Subject[] - text string
- version string
- certificate str
- certificate_
signing_ strrequest - chain_
verified str - days_
until_ strexpire - expiry_
status str - fingerprint str
- issuers
Sequence[Hardwaresecuritymodulegroup
Ca Cert Issuer] - key_
params Sequence[HardwaresecuritymodulegroupCa Cert Key Param] - not_
after str - not_
before str - public_
key str - self_
signed str - serial_
number str - signature str
- signature_
algorithm str - subject_
alt_ Sequence[str]names - subjects
Sequence[Hardwaresecuritymodulegroup
Ca Cert Subject] - text str
- version str
- certificate String
- certificate
Signing StringRequest - chain
Verified String - days
Until StringExpire - expiry
Status String - fingerprint String
- issuers List<Property Map>
- key
Params List<Property Map> - not
After String - not
Before String - public
Key String - self
Signed String - serial
Number String - signature String
- signature
Algorithm String - subject
Alt List<String>Names - subjects List<Property Map>
- text String
- version String
HardwaresecuritymodulegroupCaCertIssuer, HardwaresecuritymodulegroupCaCertIssuerArgs
- Common
Name string - Country string
- Distinguished
Name string - Email
Address string - Locality string
- Organization string
- Organization
Unit string - State string
- Common
Name string - Country string
- Distinguished
Name string - Email
Address string - Locality string
- Organization string
- Organization
Unit string - State string
- common
Name String - country String
- distinguished
Name String - email
Address String - locality String
- organization String
- organization
Unit String - state String
- common
Name string - country string
- distinguished
Name string - email
Address string - locality string
- organization string
- organization
Unit string - state string
- common_
name str - country str
- distinguished_
name str - email_
address str - locality str
- organization str
- organization_
unit str - state str
- common
Name String - country String
- distinguished
Name String - email
Address String - locality String
- organization String
- organization
Unit String - state String
HardwaresecuritymodulegroupCaCertKeyParam, HardwaresecuritymodulegroupCaCertKeyParamArgs
HardwaresecuritymodulegroupCaCertKeyParamEcParam, HardwaresecuritymodulegroupCaCertKeyParamEcParamArgs
- Curve string
- Curve string
- curve String
- curve string
- curve str
- curve String
HardwaresecuritymodulegroupCaCertKeyParamMldsaParam, HardwaresecuritymodulegroupCaCertKeyParamMldsaParamArgs
- Algorithm string
- Algorithm string
- algorithm String
- algorithm string
- algorithm str
- algorithm String
HardwaresecuritymodulegroupCaCertKeyParamRsaParam, HardwaresecuritymodulegroupCaCertKeyParamRsaParamArgs
HardwaresecuritymodulegroupCaCertSubject, HardwaresecuritymodulegroupCaCertSubjectArgs
- Common
Name string - Country string
- Distinguished
Name string - Email
Address string - Locality string
- Organization string
- Organization
Unit string - State string
- Common
Name string - Country string
- Distinguished
Name string - Email
Address string - Locality string
- Organization string
- Organization
Unit string - State string
- common
Name String - country String
- distinguished
Name String - email
Address String - locality String
- organization String
- organization
Unit String - state String
- common
Name string - country string
- distinguished
Name string - email
Address string - locality string
- organization string
- organization
Unit string - state string
- common_
name str - country str
- distinguished_
name str - email_
address str - locality str
- organization str
- organization_
unit str - state str
- common
Name String - country String
- distinguished
Name String - email
Address String - locality String
- organization String
- organization
Unit String - state String
HardwaresecuritymodulegroupConfigpbAttribute, HardwaresecuritymodulegroupConfigpbAttributeArgs
- Version string
- Version string
- version String
- version string
- version str
- version String
HardwaresecuritymodulegroupHsm, HardwaresecuritymodulegroupHsmArgs
HardwaresecuritymodulegroupHsmCloudhsm, HardwaresecuritymodulegroupHsmCloudhsmArgs
- Client
Config string - Cluster
Cert string - Crypto
User stringName - Crypto
User stringPassword - Hsm
Ips List<string> - Mgmt
Config string
- Client
Config string - Cluster
Cert string - Crypto
User stringName - Crypto
User stringPassword - Hsm
Ips []string - Mgmt
Config string
- client
Config String - cluster
Cert String - crypto
User StringName - crypto
User StringPassword - hsm
Ips List<String> - mgmt
Config String
- client
Config string - cluster
Cert string - crypto
User stringName - crypto
User stringPassword - hsm
Ips string[] - mgmt
Config string
- client_
config str - cluster_
cert str - crypto_
user_ strname - crypto_
user_ strpassword - hsm_
ips Sequence[str] - mgmt_
config str
- client
Config String - cluster
Cert String - crypto
User StringName - crypto
User StringPassword - hsm
Ips List<String> - mgmt
Config String
HardwaresecuritymodulegroupHsmNethsm, HardwaresecuritymodulegroupHsmNethsmArgs
- Esn string
- Keyhash string
- Priority string
- Remote
Ips List<HardwaresecuritymodulegroupHsm Nethsm Remote Ip> - Module
Id string - Remote
Port string
- Esn string
- Keyhash string
- Priority string
- Remote
Ips []HardwaresecuritymodulegroupHsm Nethsm Remote Ip - Module
Id string - Remote
Port string
- esn String
- keyhash String
- priority String
- remote
Ips List<HardwaresecuritymodulegroupHsm Nethsm Remote Ip> - module
Id String - remote
Port String
- esn string
- keyhash string
- priority string
- remote
Ips HardwaresecuritymodulegroupHsm Nethsm Remote Ip[] - module
Id string - remote
Port string
- esn String
- keyhash String
- priority String
- remote
Ips List<Property Map> - module
Id String - remote
Port String
HardwaresecuritymodulegroupHsmNethsmRemoteIp, HardwaresecuritymodulegroupHsmNethsmRemoteIpArgs
HardwaresecuritymodulegroupHsmRf, HardwaresecuritymodulegroupHsmRfArgs
- ips List<Property Map>
- port String
HardwaresecuritymodulegroupHsmRfIp, HardwaresecuritymodulegroupHsmRfIpArgs
HardwaresecuritymodulegroupHsmSluna, HardwaresecuritymodulegroupHsmSlunaArgs
- is
Ha String - ha
Group StringNum - node
Infos List<Property Map> - server
Pem String - servers List<Property Map>
- use
Dedicated StringNetwork
HardwaresecuritymodulegroupHsmSlunaNodeInfo, HardwaresecuritymodulegroupHsmSlunaNodeInfoArgs
- Client
Ip string - Chrystoki
Conf string - Client
Cert string - Client
Priv stringKey - Session
Major stringNumber - Session
Minor stringNumber
- Client
Ip string - Chrystoki
Conf string - Client
Cert string - Client
Priv stringKey - Session
Major stringNumber - Session
Minor stringNumber
- client
Ip String - chrystoki
Conf String - client
Cert String - client
Priv StringKey - session
Major StringNumber - session
Minor StringNumber
- client
Ip string - chrystoki
Conf string - client
Cert string - client
Priv stringKey - session
Major stringNumber - session
Minor stringNumber
- client_
ip str - chrystoki_
conf str - client_
cert str - client_
priv_ strkey - session_
major_ strnumber - session_
minor_ strnumber
- client
Ip String - chrystoki
Conf String - client
Cert String - client
Priv StringKey - session
Major StringNumber - session
Minor StringNumber
HardwaresecuritymodulegroupHsmSlunaServer, HardwaresecuritymodulegroupHsmSlunaServerArgs
- Index string
- Remote
Ip string - Server
Cert string - Partition
Passwd string - Partition
Serial stringNumber
- Index string
- Remote
Ip string - Server
Cert string - Partition
Passwd string - Partition
Serial stringNumber
- index String
- remote
Ip String - server
Cert String - partition
Passwd String - partition
Serial StringNumber
- index string
- remote
Ip string - server
Cert string - partition
Passwd string - partition
Serial stringNumber
- index str
- remote_
ip str - server_
cert str - partition_
passwd str - partition_
serial_ strnumber
- index String
- remote
Ip String - server
Cert String - partition
Passwd String - partition
Serial StringNumber
HardwaresecuritymodulegroupMarker, HardwaresecuritymodulegroupMarkerArgs
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
aviTerraform Provider.
