Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 622 Bytes

NetworkZoneLocation.md

File metadata and controls

23 lines (17 loc) · 622 Bytes

NetworkZoneLocation

Properties

Name Type Description Notes
Country String [optional]
Region String [optional]

Examples

  • Prepare the resource
$NetworkZoneLocation = Initialize-Okta.PowerShellNetworkZoneLocation  -Country null `
 -Region null
  • Convert the resource to JSON
$NetworkZoneLocation | ConvertTo-JSON

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