ManagedResourceReferenceResponse

data class ManagedResourceReferenceResponse(val denyStatus: String? = null, val id: String, val status: String? = null)

The managed resource model.

Constructors

Link copied to clipboard
constructor(denyStatus: String? = null, id: String, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val denyStatus: String? = null

denyAssignment settings applied to the resource.

Link copied to clipboard
val id: String

The resourceId of a resource managed by the deployment stack.

Link copied to clipboard
val status: String? = null

Current management state of the resource in the deployment stack.