GovernanceRuleOwnerSourceResponse

data class GovernanceRuleOwnerSourceResponse(val type: String? = null, val value: String? = null)

Describe the owner source of governance rule

Constructors

Link copied to clipboard
constructor(type: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

The owner type for the governance rule owner source

Link copied to clipboard
val value: String? = null

The source value e.g. tag key like owner name or email address