PolicyDefinitionTemplateLinkedResourceArgs

data class PolicyDefinitionTemplateLinkedResourceArgs(val entityId: Output<String>, val entityType: Output<String>) : ConvertibleToJava<PolicyDefinitionTemplateLinkedResourceArgs>

Constructors

constructor(entityId: Output<String>, entityType: Output<String>)

Properties

Link copied to clipboard
val entityId: Output<String>

The entity ID of the resource.

Link copied to clipboard
val entityType: Output<String>

The entity type of the resource.

Functions

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