TemplateSummary

An Active Directory compatible certificate template. Connectors issue certificates against these templates based on the requestor's Active Directory group membership.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.

Link copied to clipboard

The Amazon Resource Name (ARN) that was returned when you called CreateConnector.

Link copied to clipboard

The date and time that the template was created.

Link copied to clipboard

Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.

Link copied to clipboard
val name: String?

Name of the template. The template name must be unique.

Link copied to clipboard

Object identifier of a template.

Link copied to clipboard

The template schema version. Template schema versions can be v2, v3, or v4. The template configuration options change based on the template schema version.

Link copied to clipboard

The revision version of the template. Template updates will increment the minor revision. Re-enrolling all certificate holders will increment the major revision.

Link copied to clipboard

Status of the template. Status can be creating, active, deleting, or failed.

Link copied to clipboard

The date and time that the template was updated.

Functions

Link copied to clipboard
inline fun copy(block: TemplateSummary.Builder.() -> Unit = {}): TemplateSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String