OBJECT
SnmpV3Credentials
link GraphQL Schema definition
- type SnmpV3Credentials implements Credentials {
- : ID!
- : String!
- : CredentialsType!
- : CredentialsCategory!
- : CredentialSchemaType!
- : String
- : String!
- : String!
- # SNMP-V3 username
- : String!
- # SNMP-V3 security level
- : SnmpV3SecurityLevel!
- # SNMP-V3 auth protocol
- : SnmpV3AuthProtocol
- # SNMP-V3 priv protocol
- : SnmpV3PrivProtocol
- # SNMP-V3 security engine ID (hexadecimal format represented as string)
- : String
- # SNMP-V3 context engine ID (hexadecimal format represented as string)
- : String
- # SNMP-V3 context name
- : String
- }
link Require by
This element is not required by anyone