tibas_managementRole Type Declaration typedef enum _tibas_managementRole { TIBAS_MANAGEMENT_ROLE_NONE = 0, TIBAS_MANAGEMENT_ROLE_MEMBER = 1, TIBAS_MANAGEMENT_ROLE_MANAGER = 2 } tibas_managementRole; Purpose This type specifies the management role that can be assigned to a member of the metaspace. Values Value Description TIBAS_MANAGEMENT_ROLE_NONE The member has no management role. TIBAS_MANAGEMENT_ROLE_MEMBER The member is simply a member of the Metaspace. TIBAS_MANAGEMENT_ROLE_MANAGER The member is currently managing membership for the Metaspace.