github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/containerinventory/discovered_resource_scope.go (about) 1 /* 2 * NSX-T Manager API 3 * 4 * VMware NSX-T Manager REST API 5 * 6 * API version: 3.2.0.0.0 7 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 8 */ 9 10 package containerinventory 11 12 // Scope of discovered resource 13 type DiscoveredResourceScope struct { 14 // Specifies the scope id of discovered resource. e.g. if VHC path is associated with principal identity, who owns the discovered resource, then scope id will be VHC path. 15 ScopeId string `json:"scope_id,omitempty"` 16 // Type of the scope for the discovered resource. 17 ScopeType string `json:"scope_type,omitempty"` 18 }