| // SPDX-FileCopyrightText: 2021 Open Networking Foundation |
| // SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| module security-profile { |
| namespace "http://opennetworking.org/aether/security-profile"; |
| organization "Open Networking Foundation."; |
| description "To generate JSON from this use command |
| pyang -f jtoxx test1.yang | python3 -m json.tool > test1.json |
| Copied from YangUIComponents project"; |
| description "An Aether Security Profile. Contains keys and other security items associated with devices. Configured by the operator."; |
| typedef security-profile-id { |
| container security-profile { |
| description "The top level container"; |
| "List of security profiles"; |
| type security-profile-id; |
| description "ID for this security profile."; |
| description "display name to use in GUI or CLI"; |
| description "Secret key for USIM"; |
| description "Secret key for Operator"; |
| description "sequence number"; |
| description "description of this security profile"; |