github.com/vmware/go-vcloud-director/v2@v2.24.0/.changes/v2.21.0/577-features.md (about)

     1  * Added Service Account CRUD support via `ServiceAccount` and `types.ServiceAccount`: `VCDClient.CreateServiceAccount`,
     2    `Org.GetServiceAccountById`, `Org.GetAllServiceAccounts`, `Org.GetServiceAccountByName`, 
     3    `ServiceAccount.Update`, `ServiceAccount.Authorize`, `ServiceAccount.Grant`, `ServiceAccount.Refresh`, 
     4    `ServiceAccount.Revoke`, `*ServiceAccount.Delete`, `*ServiceAccount.GetInitialApiToken` [GH-577]
     5  * Added API Token CRUD support via `Token` and `types.Token`: `VCDClient.CreateToken`,`VCDClient.GetTokenById`,
     6  `VCDClient.GetAllTokens`,`VCDClient.GetTokenByNameAndUsername`, `VCDClient.RegisterToken` , `Token.GetInitialApiToken`, `Token.Delete`, `Client.GetApiToken` [GH-577]
     7