Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 688 Bytes

LogUserAgent.md

File metadata and controls

25 lines (19 loc) · 688 Bytes

LogUserAgent

Properties

Name Type Description Notes
Browser String [optional] [readonly]
Os String [optional] [readonly]
RawUserAgent String [optional] [readonly]

Examples

  • Prepare the resource
$LogUserAgent = Initialize-Okta.PowerShellLogUserAgent  -Browser null `
 -Os null `
 -RawUserAgent null
  • Convert the resource to JSON
$LogUserAgent | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]