DefaultPhaseTwoParameters

class oci.core.models.DefaultPhaseTwoParameters(**kwargs)

Bases: object

Default phase two parameters.

Methods

__init__(**kwargs) Initializes a new DefaultPhaseTwoParameters object with values from keyword arguments.

Attributes

default_authentication_algorithms Gets the default_authentication_algorithms of this DefaultPhaseTwoParameters.
default_encryption_algorithms Gets the default_encryption_algorithms of this DefaultPhaseTwoParameters.
default_pfs_dh_group Gets the default_pfs_dh_group of this DefaultPhaseTwoParameters.
__init__(**kwargs)

Initializes a new DefaultPhaseTwoParameters object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • default_encryption_algorithms (list[str]) – The value to assign to the default_encryption_algorithms property of this DefaultPhaseTwoParameters.
  • default_authentication_algorithms (list[str]) – The value to assign to the default_authentication_algorithms property of this DefaultPhaseTwoParameters.
  • default_pfs_dh_group (str) – The value to assign to the default_pfs_dh_group property of this DefaultPhaseTwoParameters.
default_authentication_algorithms

Gets the default_authentication_algorithms of this DefaultPhaseTwoParameters. Default phase two authentication algorithms.

Returns:The default_authentication_algorithms of this DefaultPhaseTwoParameters.
Return type:list[str]
default_encryption_algorithms

Gets the default_encryption_algorithms of this DefaultPhaseTwoParameters. Default phase two encryption algorithms.

Returns:The default_encryption_algorithms of this DefaultPhaseTwoParameters.
Return type:list[str]
default_pfs_dh_group

Gets the default_pfs_dh_group of this DefaultPhaseTwoParameters. Default perfect forward secrecy Diffie-Hellman groups.

Returns:The default_pfs_dh_group of this DefaultPhaseTwoParameters.
Return type:str