ActiveRoleAssignmentTicketArgs

data class ActiveRoleAssignmentTicketArgs(val number: Output<String>? = null, val system: Output<String>? = null) : ConvertibleToJava<ActiveRoleAssignmentTicketArgs>

Constructors

Link copied to clipboard
constructor(number: Output<String>? = null, system: Output<String>? = null)

Properties

Link copied to clipboard
val number: Output<String>? = null

User-supplied ticket number to be included with the request. Changing this forces a new resource to be created.

Link copied to clipboard
val system: Output<String>? = null

User-supplied ticket system name to be included with the request. Changing this forces a new resource to be created.

Functions

Link copied to clipboard
open override fun toJava(): ActiveRoleAssignmentTicketArgs