V2PolicyOrchestratorForFolderOrchestrationScopeSelectorResourceHierarchySelectorArgs

data class V2PolicyOrchestratorForFolderOrchestrationScopeSelectorResourceHierarchySelectorArgs(val includedFolders: Output<List<String>>? = null, val includedProjects: Output<List<String>>? = null) : ConvertibleToJava<V2PolicyOrchestratorForFolderOrchestrationScopeSelectorResourceHierarchySelectorArgs>

Constructors

constructor(includedFolders: Output<List<String>>? = null, includedProjects: Output<List<String>>? = null)

Properties

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

Names of the folders in scope. Format: folders/{folder_id}

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

Names of the projects in scope. Format: projects/{project_number}

Functions

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