Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 705 Bytes

Csr.md

File metadata and controls

27 lines (21 loc) · 705 Bytes

Csr

Properties

Name Type Description Notes
Created System.DateTime [optional] [readonly]
Csr String [optional] [readonly]
Id String [optional] [readonly]
Kty String [optional] [readonly]

Examples

  • Prepare the resource
$Csr = Initialize-Okta.PowerShellCsr  -Created null `
 -Csr null `
 -Id null `
 -Kty null
  • Convert the resource to JSON
$Csr | ConvertTo-JSON

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