Documentation ¶
Overview ¶
Copyright 2024 BeyondTrust. All rights reserved. Package entities implements DTO's used by Beyondtrust Secret Safe API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetTokenResponse ¶
type GetTokenResponse struct { AccessToken string `json:"access_token"` ExpiresIn int `json:"expires_in"` TokenType string `json:"token_type"` Scope string `json:"scope"` }
GetTokenResponse responsible for token response data.
type ManagedAccount ¶
ManagedAccount responsible for managed account response data.
Click to show internal directories.
Click to hide internal directories.