DelegationPropertiesResponse

data class DelegationPropertiesResponse(val provisioningState: String, val serviceName: String? = null)

Properties of the delegation.

Constructors

Link copied to clipboard
constructor(provisioningState: String, serviceName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current provisioning state.

Link copied to clipboard
val serviceName: String? = null

The service name to which the NVA is delegated.