Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 946 Bytes

APNSConfiguration.md

File metadata and controls

27 lines (21 loc) · 946 Bytes

APNSConfiguration

Properties

Name Type Description Notes
FileName String (Optional) File name for Admin Console display [optional]
KeyId String 10-character Key ID obtained from the Apple developer account [optional]
TeamId String 10-character Team ID used to develop the iOS app [optional]
TokenSigningKey String APNs private authentication token signing key [optional]

Examples

  • Prepare the resource
$APNSConfiguration = Initialize-Okta.PowerShellAPNSConfiguration  -FileName null `
 -KeyId null `
 -TeamId null `
 -TokenSigningKey null
  • Convert the resource to JSON
$APNSConfiguration | ConvertTo-JSON

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