Class AllowedPhaseTwoParameters
Allowed phase two parameters.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class AllowedPhaseTwoParameters
  Properties
AuthenticationAlgorithms
Declaration
[JsonProperty(PropertyName = "authenticationAlgorithms")]
public List<string> AuthenticationAlgorithms { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<string> | Allowed phase two authentication algorithms.  | 
      
EncryptionAlgorithms
Declaration
[JsonProperty(PropertyName = "encryptionAlgorithms")]
public List<string> EncryptionAlgorithms { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<string> | Allowed phase two encryption algorithms.  | 
      
PfsDhGroups
Declaration
[JsonProperty(PropertyName = "pfsDhGroups")]
public List<string> PfsDhGroups { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<string> | Allowed perfect forward secrecy Diffie-Hellman groups.  |