VMware Cloud Community
dgberrid
Enthusiast
Enthusiast

VCACProvisioningGroup groupType???

Does anyone know what the groupType attribute on the VCACProvisioningGroup is? I noticed that the groupType for all of the groups I've created is 0 whereas there are some other groups that show up in a vCACEntityManager system query that I have not created whose groupType is 1. I want to use the readModelEntitiesBySystemQuery to get all provisioning groups but it returns odd groups that I didn't create. I'm wondering if I can use the groupType to return only the groups I have created.
0 Kudos
3 Replies
iiliev
VMware Employee
VMware Employee

AFAIK, this is an enumeration value that specifies the group type, with the following possible values:

  • 0 -> Provisioning Group type
  • 1 -> Approval Group type
  • 2 -> Enterprise Group type
0 Kudos
dgberrid
Enthusiast
Enthusiast

Interesting, can you point me in the direction of the documentation for these?
0 Kudos
iiliev
VMware Employee
VMware Employee

Not sure where is the documentation, or if such documentation even exist. I've seen these values in the source code.

0 Kudos