HardwareSecurityModuleGroup

HardwareSecurityModuleGroup
HardwareSecurityModuleGroup
JSON Example
{
    "_last_modified": "string",
    "ca_certs": [
        {
            "certificate": "string",
            "certificate_signing_request": "string",
            "chain_verified": false,
            "days_until_expire": 0,
            "expiry_status": "string",
            "fingerprint": "string",
            "issuer": {
                "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": 0,
                    "key_size": "string"
                }
            },
            "not_after": "string",
            "not_before": "string",
            "public_key": "string",
            "self_signed": false,
            "serial_number": "string",
            "signature": "string",
            "signature_algorithm": "string",
            "subject": {
                "common_name": "string",
                "country": "string",
                "distinguished_name": "string",
                "email_address": "string",
                "locality": "string",
                "organization": "string",
                "organization_unit": "string",
                "state": "string"
            },
            "subject_alt_names": [
                "string"
            ],
            "text": "string",
            "version": "string"
        }
    ],
    "hsm": {
        "cloudhsm": {
            "client_config": "string",
            "cluster_cert": "string",
            "crypto_user_name": "string",
            "crypto_user_password": "string",
            "hsm_ip": [
                "string"
            ],
            "mgmt_config": "string"
        },
        "nethsm": [
            {
                "esn": "string",
                "keyhash": "string",
                "module_id": 0,
                "priority": 0,
                "remote_ip": {
                    "addr": "string",
                    "type": "string"
                },
                "remote_port": 0
            }
        ],
        "rfs": {
            "ip": {
                "addr": "string",
                "type": "string"
            },
            "port": 0
        },
        "sluna": {
            "ha_group_num": 0,
            "is_ha": false,
            "node_info": [
                {
                    "chrystoki_conf": "string",
                    "client_cert": "string",
                    "client_ip": "string",
                    "client_priv_key": "string",
                    "session_major_number": 0,
                    "session_minor_number": 0
                }
            ],
            "server": [
                {
                    "index": 0,
                    "partition_passwd": "string",
                    "partition_serial_number": "string",
                    "remote_ip": "string",
                    "server_cert": "string"
                }
            ],
            "server_pem": "string",
            "use_dedicated_network": false
        },
        "type": "string"
    },
    "markers": [
        {
            "key": "string",
            "values": [
                "string"
            ]
        }
    ],
    "name": "string",
    "tenant_ref": "string",
    "url": "string",
    "uuid": "string"
}
string
_last_modified
Optional

UNIX time since epoch in microseconds. Units(MICROSECONDS).

ca_certs
Optional

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.

hsm
Required

hsm

markers
Optional

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.

string
name
Required

Name of the HSM Group configuration object. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
tenant_ref
Optional

It is a reference to an object of type Tenant. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
url
Optional

url

string
uuid
Optional

UUID of the HSM Group configuration object. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.