Defines schedules for Advanced Pre-shared secret generation
| Column Name | Column Datatype | Column Null Option | Column Comment |
| advanced_psk_sched_id | integer | not null | The sched id |
| name | nvarchar(255) | not null | The name of the schedule |
| description | nvarchar(1024) | with null | A description |
| start_datetime_gmt | date | with null | Time to start generation |
| interval | integer | with null | Interval to generate a schedule |
| stop_datetime_gmt | date | with null | Time to stop generating sched |
| pskformat | nvarchar(32) | not null | The format |
| pskkeysize | integer | not null | The size of the psk |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| advanced_psk_sched_id | wsm_advanced_psk_sched | advanced_psk_sched_id |