DefaultPhaseOneParameters¶
-
class
oci.core.models.
DefaultPhaseOneParameters
(**kwargs)¶ Bases:
object
Default phase one parameters.
Methods
__init__
(**kwargs)Initializes a new DefaultPhaseOneParameters object with values from keyword arguments. Attributes
default_authentication_algorithms
Gets the default_authentication_algorithms of this DefaultPhaseOneParameters. default_dh_groups
Gets the default_dh_groups of this DefaultPhaseOneParameters. default_encryption_algorithms
Gets the default_encryption_algorithms of this DefaultPhaseOneParameters. -
__init__
(**kwargs)¶ Initializes a new DefaultPhaseOneParameters 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 DefaultPhaseOneParameters.
- default_authentication_algorithms (list[str]) – The value to assign to the default_authentication_algorithms property of this DefaultPhaseOneParameters.
- default_dh_groups (list[str]) – The value to assign to the default_dh_groups property of this DefaultPhaseOneParameters.
-
default_authentication_algorithms
¶ Gets the default_authentication_algorithms of this DefaultPhaseOneParameters. Default phase one authentication algorithms.
Returns: The default_authentication_algorithms of this DefaultPhaseOneParameters. Return type: list[str]
-
default_dh_groups
¶ Gets the default_dh_groups of this DefaultPhaseOneParameters. Default phase one Diffie-Hellman groups.
Returns: The default_dh_groups of this DefaultPhaseOneParameters. Return type: list[str]
-
default_encryption_algorithms
¶ Gets the default_encryption_algorithms of this DefaultPhaseOneParameters. Default phase one encryption algorithms.
Returns: The default_encryption_algorithms of this DefaultPhaseOneParameters. Return type: list[str]
-