BREAKING CHANGES:
- devices_policy:
CreateDeviceSettingsPolicy
is updated with method signatures matching the library conventions (#1433) - devices_policy:
DeleteDeviceSettingsPolicy
is updated with method signatures matching the library conventions (#1433) - devices_policy:
DeviceClientCertificates
is renamed toDeviceClientCertificates
(#1433) - devices_policy:
GetDefaultDeviceSettingsPolicy
is updated with method signatures matching the library conventions (#1433) - devices_policy:
GetDeviceClientCertificatesZone
is renamed toGetDeviceClientCertificates
with updated method signatures (#1433) - devices_policy:
GetDeviceClientCertificates
is updated with method signatures matching the library conventions (#1433) - devices_policy:
GetDeviceSettingsPolicy
is updated with method signatures matching the library conventions (#1433) - devices_policy:
UpdateDefaultDeviceSettingsPolicy
is updated with method signatures matching the library conventions (#1433) - devices_policy:
UpdateDeviceClientCertificatesZone
is renamed toUpdateDeviceClientCertificates
with updated method signatures (#1433) - devices_policy:
UpdateDeviceSettingsPolicy
is updated with method signatures matching the library conventions (#1433)
ENHANCEMENTS:
- access_seats: Add UpdateAccessUserSeat() to list IP Access Rules (#1427)
- access_user: Add GetAccessUserActiveSessions() to get all active sessions for a Access/Zero-Trust user. (#1427)
- access_user: Add GetAccessUserFailedLogins() to get all failed login attempts for a Access/Zero-Trust user. (#1427)
- access_user: Add GetAccessUserLastSeenIdentity() to get last seen identity for a Access/Zero-Trust user. (#1427)
- access_user: Add GetAccessUserSingleActiveSession() to get an active session for a Access/Zero-Trust user. (#1427)
- access_user: Add ListAccessUsers() to get a list of users for a Access/Zero-Trust account. (#1427)
- devices_policy: Add support for listing device settings policies (#1433)
- teams_rules: Add support for resolver policies (#1436)
DEPENDENCIES:
- deps: bumps golang.org/x/time from 0.3.0 to 0.4.0 (#1434)