Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 627 Bytes

ChannelBinding.md

File metadata and controls

23 lines (17 loc) · 627 Bytes

ChannelBinding

Properties

Name Type Description Notes
Required RequiredEnum [optional]
Style String [optional]

Examples

  • Prepare the resource
$ChannelBinding = Initialize-Okta.PowerShellChannelBinding  -Required null `
 -Style null
  • Convert the resource to JSON
$ChannelBinding | ConvertTo-JSON

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