# Packages
No description provided by the author
# Functions
NewClientRequestBuilder instantiates a new ClientRequestBuilder and sets the default values.
NewClientRequestBuilderInternal instantiates a new ClientRequestBuilder and sets the default values.
NewItemPermissionRequestBuilder instantiates a new ItemPermissionRequestBuilder and sets the default values.
NewItemPermissionRequestBuilderInternal instantiates a new ItemPermissionRequestBuilder and sets the default values.
NewItemPermissionWithPermissionItemRequestBuilder instantiates a new ItemPermissionWithPermissionItemRequestBuilder and sets the default values.
NewItemPermissionWithPermissionItemRequestBuilderInternal instantiates a new ItemPermissionWithPermissionItemRequestBuilder and sets the default values.
NewItemVaultNewpasswordRequestBuilder instantiates a new ItemVaultNewpasswordRequestBuilder and sets the default values.
NewItemVaultNewpasswordRequestBuilderInternal instantiates a new ItemVaultNewpasswordRequestBuilder and sets the default values.
NewItemVaultRandomRequestBuilder instantiates a new ItemVaultRandomRequestBuilder and sets the default values.
NewItemVaultRandomRequestBuilderInternal instantiates a new ItemVaultRandomRequestBuilder and sets the default values.
NewItemVaultRecordExportRequestBuilder instantiates a new ItemVaultRecordExportRequestBuilder and sets the default values.
NewItemVaultRecordExportRequestBuilderInternal instantiates a new ItemVaultRecordExportRequestBuilder and sets the default values.
NewItemVaultRecordItemMoveRequestBuilder instantiates a new ItemVaultRecordItemMoveRequestBuilder and sets the default values.
NewItemVaultRecordItemMoveRequestBuilderInternal instantiates a new ItemVaultRecordItemMoveRequestBuilder and sets the default values.
NewItemVaultRecordRequestBuilder instantiates a new ItemVaultRecordRequestBuilder and sets the default values.
NewItemVaultRecordRequestBuilderInternal instantiates a new ItemVaultRecordRequestBuilder and sets the default values.
NewItemVaultRecordWithRecordItemRequestBuilder instantiates a new ItemVaultRecordWithRecordItemRequestBuilder and sets the default values.
NewItemVaultRecordWithRecordItemRequestBuilderInternal instantiates a new ItemVaultRecordWithRecordItemRequestBuilder and sets the default values.
NewItemVaultRecoverRequestBuilder instantiates a new ItemVaultRecoverRequestBuilder and sets the default values.
NewItemVaultRecoverRequestBuilderInternal instantiates a new ItemVaultRecoverRequestBuilder and sets the default values.
NewItemVaultRequestBuilder instantiates a new ItemVaultRequestBuilder and sets the default values.
NewItemVaultRequestBuilderInternal instantiates a new ItemVaultRequestBuilder and sets the default values.
NewMeRequestBuilder instantiates a new MeRequestBuilder and sets the default values.
NewMeRequestBuilderInternal instantiates a new MeRequestBuilder and sets the default values.
NewMeSecretRequestBuilder instantiates a new MeSecretRequestBuilder and sets the default values.
NewMeSecretRequestBuilderInternal instantiates a new MeSecretRequestBuilder and sets the default values.
NewVaultRequestBuilder instantiates a new VaultRequestBuilder and sets the default values.
NewVaultRequestBuilderInternal instantiates a new VaultRequestBuilder and sets the default values.
NewVaultUnlockRequestBuilder instantiates a new VaultUnlockRequestBuilder and sets the default values.
NewVaultUnlockRequestBuilderInternal instantiates a new VaultUnlockRequestBuilder and sets the default values.
NewWithClientItemRequestBuilder instantiates a new WithClientItemRequestBuilder and sets the default values.
NewWithClientItemRequestBuilderInternal instantiates a new WithClientItemRequestBuilder and sets the default values.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ClientRequestBuilder builds and executes requests for operations under \client.
ClientRequestBuilderGetQueryParameters query for all clients in Topicus KeyHub.
ClientRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ClientRequestBuilderPostQueryParameters creates one or more new clients and returns the newly created clients.
ClientRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ItemPermissionRequestBuilder builds and executes requests for operations under \client\{clientid}\permission.
ItemPermissionRequestBuilderGetQueryParameters query for all permissions given to a OAuth2 client in Topicus KeyHub.
ItemPermissionRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ItemPermissionWithPermissionItemRequestBuilder builds and executes requests for operations under \client\{clientid}\permission\{permissionid}.
ItemPermissionWithPermissionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ItemPermissionWithPermissionItemRequestBuilderGetQueryParameters returns the permission identified by the id.
ItemPermissionWithPermissionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ItemVaultNewpasswordRequestBuilder builds and executes requests for operations under \client\{clientid}\vault\newpassword.
ItemVaultNewpasswordRequestBuilderGetQueryParameters returns a random generated password using the given strategy, or the default strategy if none given.
ItemVaultNewpasswordRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ItemVaultRandomRequestBuilder builds and executes requests for operations under \client\{clientid}\vault\random.
ItemVaultRandomRequestBuilderGetQueryParameters returns a random generated value of the given length, default 24.
ItemVaultRandomRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ItemVaultRecordExportRequestBuilder builds and executes requests for operations under \client\{clientid}\vault\record\export.
ItemVaultRecordExportRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ItemVaultRecordItemMoveRequestBuilder builds and executes requests for operations under \client\{clientid}\vault\record\{recordid}\move.
ItemVaultRecordItemMoveRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ItemVaultRecordRequestBuilder builds and executes requests for operations under \client\{clientid}\vault\record.
ItemVaultRecordRequestBuilderGetQueryParameters query for vault records in a specific vault.
ItemVaultRecordRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ItemVaultRecordRequestBuilderPostQueryParameters creates one or more new vault records and returns the newly created records.
ItemVaultRecordRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ItemVaultRecordWithRecordItemRequestBuilder builds and executes requests for operations under \client\{clientid}\vault\record\{recordid}.
ItemVaultRecordWithRecordItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ItemVaultRecordWithRecordItemRequestBuilderGetQueryParameters returns the vault record identified by the id.
ItemVaultRecordWithRecordItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ItemVaultRecordWithRecordItemRequestBuilderPutQueryParameters updates the vault record identified by the id.
ItemVaultRecordWithRecordItemRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ItemVaultRecoverRequestBuilder builds and executes requests for operations under \client\{clientid}\vault\recover.
ItemVaultRecoverRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ItemVaultRequestBuilder builds and executes requests for operations under \client\{clientid}\vault.
ItemVaultRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
ItemVaultRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
MeRequestBuilder builds and executes requests for operations under \client\me.
MeRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
MeSecretRequestBuilder builds and executes requests for operations under \client\me\secret.
MeSecretRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
VaultRequestBuilder builds and executes requests for operations under \client\vault.
VaultUnlockRequestBuilder builds and executes requests for operations under \client\vault\unlock.
VaultUnlockRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
WithClientItemRequestBuilder builds and executes requests for operations under \client\{clientid}.
WithClientItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
WithClientItemRequestBuilderGetQueryParameters returns the client identified by the id.
WithClientItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
WithClientItemRequestBuilderPutQueryParameters updates the client identified by the id.
WithClientItemRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
# Type aliases
No description provided by the author
No description provided by the author