RosettaNetPipRoleSettingsArgs

data class RosettaNetPipRoleSettingsArgs(val action: Output<String>, val businessDocument: Output<RosettaNetPipBusinessDocumentArgs>, val description: Output<String>? = null, val role: Output<String>, val roleType: Output<RosettaNetPipRoleType>, val service: Output<String>, val serviceClassification: Output<String>) : ConvertibleToJava<RosettaNetPipRoleSettingsArgs>

The integration account RosettaNet ProcessConfiguration role settings.

Constructors

Link copied to clipboard
constructor(action: Output<String>, businessDocument: Output<RosettaNetPipBusinessDocumentArgs>, description: Output<String>? = null, role: Output<String>, roleType: Output<RosettaNetPipRoleType>, service: Output<String>, serviceClassification: Output<String>)

Properties

Link copied to clipboard
val action: Output<String>

The action name.

Link copied to clipboard

The RosettaNet ProcessConfiguration business document.

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

The description.

Link copied to clipboard
val role: Output<String>

The role name.

Link copied to clipboard

The RosettaNet ProcessConfiguration role type.

Link copied to clipboard
val service: Output<String>

The service name.

Link copied to clipboard

The service classification name.

Functions

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