V2PolicyOrchestratorForFolderOrchestrationScopeSelectorResourceHierarchySelector

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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