GeneralFlagsV3

General flags for v3 template schema that defines if the template is for a machine or a user and if the template can be issued using autoenrollment.

Types

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

Properties

Link copied to clipboard

Allows certificate issuance using autoenrollment. Set to TRUE to allow autoenrollment.

Link copied to clipboard

Defines if the template is for machines or users. Set to TRUE if the template is for machines. Set to FALSE if the template is for users

Functions

Link copied to clipboard
inline fun copy(block: GeneralFlagsV3.Builder.() -> Unit = {}): GeneralFlagsV3
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