Sha256: 5b1819ff473fa380a4fd117a173c3e449a83a3206a8623e5b066ff1f38dd4ff7
Contents?: true
Size: 536 Bytes
Versions: 13
Compression:
Stored size: 536 Bytes
Contents
# AuditApi::UserInfo ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_id** | **String** | The BMC account ID | | | **client_id** | **String** | The client ID of the application | [optional] | | **username** | **String** | The logged in user or owner of the client application | | ## Example ```ruby require 'pnap_audit_api' instance = AuditApi::UserInfo.new( account_id: 1234dfgdsf, client_id: e9d335b1-3aa4-4760-9bad-2595c0449035, username: johnd@phoenixnap.com ) ```
Version data entries
13 entries across 13 versions & 2 rubygems