PreventionDiscoveryConfigOrgConfigLocationArgs

data class PreventionDiscoveryConfigOrgConfigLocationArgs(val folderId: Output<String>? = null, val organizationId: Output<String>? = null) : ConvertibleToJava<PreventionDiscoveryConfigOrgConfigLocationArgs>

Constructors

constructor(folderId: Output<String>? = null, organizationId: Output<String>? = null)

Properties

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

The ID for the folder within an organization to scan

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

The ID of an organization to scan

Functions

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