-
Notifications
You must be signed in to change notification settings - Fork 3
C++ Classes missing properties #418
Description
Verified issue does not already exist?
Yes
What error did you receive
Class Definition Issues
The following classes have mismatches between the module definition and API response:
Thycotic.PowerShell.Configuration.Rpc
Affected cmdlets:
* Get-TssConfigurationRpc
Missing properties:
* enableHeartbeatSmbFallback [bool]
Thycotic.PowerShell.Configuration.Saml
Affected cmdlets:
* Get-TssConfigurationSaml
Missing properties:
* serviceProviderCertificateExpirationDateString [string]
* serviceProviderCertificateFriendlyName [string]
* serviceProviderCertificateSubject [string]
* serviceProviderCertificateThumbprint [string]
Thycotic.PowerShell.Configuration.Security
Affected cmdlets:
* Get-TssConfigurationSecurity
Missing properties:
* allowQuantumSafeEncryption [bool]
Thycotic.PowerShell.Configuration.UserExperience
Affected cmdlets:
* Get-TssConfiguration
Missing properties:
* applicationSettings [string]
* email [string]
* folders [string]
* launcherSettings [string]
* localUserPasswords [string]
* login [string]
* permissionOptions [string]
* protocolHandlerSettings [string]
* security [string]
* sessionRecording [string]
* unlimitedAdmin [string]
* userExperience [string]
* userInterface [string]
Thycotic.PowerShell.Diagnostics.Diagnostic
Affected cmdlets:
* Get-TssDiagnostic
Missing properties:
* compiledLanguageCount [string]
* isUpgradeInProgress [bool]
* latestVersion [string]
Thycotic.PowerShell.DirectoryServices.SyncStatus
Affected cmdlets:
* Get-TssDirectoryServiceSyncStatus
Thycotic.PowerShell.Enums.SecretPolicyItem
Affected cmdlets:
* Get-TssSecretPolicyItemStub
* Get-TssSecretPolicyStub
Missing properties:
* active [bool]
* secretPolicyDescription [string]
* secretPolicyId [string]
* secretPolicyItems [string]
* secretPolicyName [string]
Thycotic.PowerShell.SecretTemplates.Template
Affected cmdlets:
* Get-TssSecretTemplate
Missing properties:
* concurrencyId [string]
Thycotic.PowerShell.ServerNodes.List
Affected cmdlets:
* Search-TssServerNode
Missing properties:
* lastConnectedDate [string]
Thycotic.PowerShell.Users.User
Affected cmdlets:
* Get-TssUser
Missing properties:
* platformMembershipType [string]
* platformServiceUser [bool]
Please run the command using -Verbose
No response
Provide a test case or steps to reproduce
Expected behavior
What Edition of Secret Server?
Platinum
What version of Secret Server
Current GA release
What PowerShell host was used when producing this error
VS Code (terminal)