ResourceSelectorArgs

data class ResourceSelectorArgs(val fullResourceName: Output<String>) : ConvertibleToJava<ResourceSelectorArgs>

Specifies the resource to analyze for access policies, which may be set directly on the resource, or on ancestors such as organizations, folders or projects.

Constructors

Link copied to clipboard
constructor(fullResourceName: Output<String>)

Properties

Link copied to clipboard

The full resource name (https://cloud.google.com/asset-inventory/docs/resource-name-format) of a resource of supported resource types.

Functions

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