AllowedPhaseOneParameters¶
-
class
oci.core.models.
AllowedPhaseOneParameters
(**kwargs)¶ Bases:
object
Allowed phase one parameters.
Methods
__init__
(**kwargs)Initializes a new AllowedPhaseOneParameters object with values from keyword arguments. Attributes
authentication_algorithms
Gets the authentication_algorithms of this AllowedPhaseOneParameters. dh_groups
Gets the dh_groups of this AllowedPhaseOneParameters. encryption_algorithms
Gets the encryption_algorithms of this AllowedPhaseOneParameters. -
__init__
(**kwargs)¶ Initializes a new AllowedPhaseOneParameters object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - encryption_algorithms (list[str]) – The value to assign to the encryption_algorithms property of this AllowedPhaseOneParameters.
- authentication_algorithms (list[str]) – The value to assign to the authentication_algorithms property of this AllowedPhaseOneParameters.
- dh_groups (list[str]) – The value to assign to the dh_groups property of this AllowedPhaseOneParameters.
-
authentication_algorithms
¶ Gets the authentication_algorithms of this AllowedPhaseOneParameters. Allowed phase one authentication algorithms.
Returns: The authentication_algorithms of this AllowedPhaseOneParameters. Return type: list[str]
-
dh_groups
¶ Gets the dh_groups of this AllowedPhaseOneParameters. Allowed phase one Diffie-Hellman groups.
Returns: The dh_groups of this AllowedPhaseOneParameters. Return type: list[str]
-
encryption_algorithms
¶ Gets the encryption_algorithms of this AllowedPhaseOneParameters. Allowed phase one encryption algorithms.
Returns: The encryption_algorithms of this AllowedPhaseOneParameters. Return type: list[str]
-