TrueSSOTemplateInfo

TrueSSOTemplateInfo
TrueSSOTemplateInfo

Certificate template data available to certificate servers on this domain.

JSON Example
{
    "hash_algorithm": "SHA_256",
    "minimum_key_length": 2048,
    "template_name": "TrueSsoTemplate",
    "template_status": "SUPPORTED_OPTIMAL",
    "template_status_reason": "string",
    "validity_seconds": 36000000000
}
string
hash_algorithm
Optional

Hash algorithm used in the certificate signing request.

  • SHA1: SHA-1 hashing algorithm.
  • SHA256: SHA-256 hashing algorithm.
  • SHA384: SHA-384 hashing algorithm.
  • SHA512: SHA-512 hashing algorithm.
Possible values are : SHA1, SHA256, SHA384, SHA512,
integer As int32 As int32
minimum_key_length
Optional

Minimum key-length of the private/public key associated with the certificate.

string
template_name
Optional

Unique name for this template.

string
template_status
Optional

The status of this template.

  • SUPPORTED_OPTIMAL: This template has the optimal properties for TrueSSO.
  • SUPPORTED_NOT_OPTIMAL: This template does not have the ideal properties for TrueSSO.
  • UNKNOWN: This status of this template is unknown. A template with this status cannot be used in connector creation.
  • NO_CAPABILITY: This template is not configured to perform TrueSSO. A template with this status cannot be used in connector creation.
  • INVALID: This template is smart card logon enabled, but some setting is invalid. A template with this status cannot be used in connector creation.
  • MANUAL: This template is smart card logon enabled, but manual enrollment is needed. A template with this status cannot be used in connector creation.
  • UNSUITABLE: This template is smart card logon enabled, but is unsuitable. A template with this status cannot be used in connector creation.
Possible values are : SUPPORTED_OPTIMAL, SUPPORTED_NOT_OPTIMAL, UNKNOWN, NO_CAPABILITY, INVALID, MANUAL, UNSUITABLE,
string
template_status_reason
Optional

Additional non-localized explanation of the status.

integer As int64 As int64
validity_seconds
Optional

Length of time, in seconds, that certificates issues with this template remain valid.