GetRegistrationAssignmentPlainArgs

data class GetRegistrationAssignmentPlainArgs(val expandRegistrationDefinition: Boolean? = null, val registrationAssignmentId: String, val scope: String) : ConvertibleToJava<GetRegistrationAssignmentPlainArgs>

Constructors

Link copied to clipboard
fun GetRegistrationAssignmentPlainArgs(expandRegistrationDefinition: Boolean? = null, registrationAssignmentId: String, scope: String)

Functions

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

Properties

Link copied to clipboard

The flag indicating whether to return the registration definition details along with the registration assignment details.

Link copied to clipboard

The GUID of the registration assignment.

Link copied to clipboard

The scope of the resource.