InlineCertificateProfile1

InlineCertificateProfile1
InlineCertificateProfile1
JSON Example
{
    "abort_on_error": false,
    "affected_services": "string",
    "certificate_class": "string",
    "cluster_certificate": false,
    "deprecated_in_version": "string",
    "description": "string",
    "extended_key_usage": [
        "string"
    ],
    "node_type": [
        "string"
    ],
    "processing_order": 0,
    "profile_name": "string",
    "replacement_duration": 0,
    "requires_private_key": false,
    "service_type": "string",
    "summary": "string",
    "unique_use": false
}
boolean
abort_on_error
Optional

If this field is true, the certificate batch operation would be aborted if an error occurs during the replacement operation for this certificate profile.

string
affected_services
Optional

A comma-separated list of service names that may be affected/interrupted when replacing the certificate for this service-type.

string
certificate_class
Optional

Service-types that are in a 'class'' cannot be share a certificate with a service in another 'class'.

Possible values are : REST, RPC, CBM, FEDERATION,
boolean
cluster_certificate
Optional

True if this is for a cluster certificate

string
deprecated_in_version
Optional

Version in which this certificate profile was deprecated.

string
description
Optional

A longer description what the service-type is used for.

array of string
extended_key_usage
Optional

Indicating whether this certificate is used for server-auth, client-auth or both.

Possible values are : SERVER, CLIENT,
array of string
node_type
Optional

List of types of node this certificate applies to.

integer As int64 As int64
processing_order
Optional

The order in which service-type certificates are replaced in a batch-replace.

string
profile_name
Optional

Certificate Profile Name

integer As int64 As int64
replacement_duration
Optional

The estimated amount of time it takes to replace the certificate for this service-type, in seconds.

boolean
requires_private_key
Optional

True if this certificate needs a private key.

string
service_type
Optional

A short and unique name for the type of service this certificate is used for.

Possible values are : MGMT_CLUSTER, MGMT_PLANE, API, NOTIFICATION_COLLECTOR, SYSLOG_SERVER, RSYSLOG_CLIENT, APH, APH_TN, GLOBAL_MANAGER, LOCAL_MANAGER, CLIENT_AUTH, RMQ, K8S_MSG_CLIENT, WEB_PROXY, CBM_API, CBM_CCP, CBM_CSM, CBM_MP, CBM_GM, CBM_AR, CBM_MONITORING, CBM_IDPS_REPORTING, CBM_CM_INVENTORY, CBM_MESSAGING_MANAGER, CBM_UPGRADE_COORDINATOR, CBM_SITE_MANAGER, CBM_CLUSTER_MANAGER, CBM_CORFU, COMPUTE_MANAGER, CCP, ANALYTICS_AGENT, ANALYTICS_KAFKA, NAPP_COMMON_AGENT, NAPP_PACE_AGENT, NAPP_METRICS_AGENT,
string
summary
Optional

A short phrase what this service-type is for.

boolean
unique_use
Optional

True if the certificate used for this service-type cannot be used anywhere else.