DescribedSecurityPolicy class

Describes the properties of a security policy that was specified. For more information about security policies, see Working with security policies.

Constructors

DescribedSecurityPolicy({required String securityPolicyName, bool? fips, List<String>? sshCiphers, List<String>? sshKexs, List<String>? sshMacs, List<String>? tlsCiphers})
DescribedSecurityPolicy.fromJson(Map<String, dynamic> json)
factory

Properties

fips bool?
Specifies whether this policy enables Federal Information Processing Standards (FIPS).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityPolicyName String
Specifies the name of the security policy that is attached to the server.
final
sshCiphers List<String>?
Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the server.
final
sshKexs List<String>?
Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the server.
final
sshMacs List<String>?
Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is attached to the server.
final
tlsCiphers List<String>?
Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is attached to the server.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited