Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 guardian factors push update-sns

Partially update the Amazon SNS push-notification configuration. Only the fields you provide are changed; the rest keep their current values. Run without flags to be prompted for each field, pre-filled with the current value (leave the secret access key blank to keep it unchanged).

Usage

auth0 guardian factors push update-sns [flags]

Examples

  auth0 guardian factors push update-sns --aws-region us-west-2

Flags

      --apns-platform-arn string       SNS APNs platform application ARN.
      --aws-access-key-id string       AWS access key ID for SNS.
      --aws-region string              AWS region for SNS.
      --aws-secret-access-key string   AWS secret access key for SNS.
      --gcm-platform-arn string        SNS GCM platform application ARN.
      --json                           Output in json format.
      --json-compact                   Output in compact json format.

Inherited Flags

      --agent-mode      Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.