AllowedPhaseTwoParameters¶
-
class
oci.core.models.
AllowedPhaseTwoParameters
(**kwargs)¶ Bases:
object
Allowed phase two parameters.
Methods
__init__
(**kwargs)Initializes a new AllowedPhaseTwoParameters object with values from keyword arguments. Attributes
authentication_algorithms
Gets the authentication_algorithms of this AllowedPhaseTwoParameters. encryption_algorithms
Gets the encryption_algorithms of this AllowedPhaseTwoParameters. pfs_dh_groups
Gets the pfs_dh_groups of this AllowedPhaseTwoParameters. -
__init__
(**kwargs)¶ Initializes a new AllowedPhaseTwoParameters 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 AllowedPhaseTwoParameters.
- authentication_algorithms (list[str]) – The value to assign to the authentication_algorithms property of this AllowedPhaseTwoParameters.
- pfs_dh_groups (list[str]) – The value to assign to the pfs_dh_groups property of this AllowedPhaseTwoParameters.
-
authentication_algorithms
¶ Gets the authentication_algorithms of this AllowedPhaseTwoParameters. Allowed phase two authentication algorithms.
Returns: The authentication_algorithms of this AllowedPhaseTwoParameters. Return type: list[str]
-
encryption_algorithms
¶ Gets the encryption_algorithms of this AllowedPhaseTwoParameters. Allowed phase two encryption algorithms.
Returns: The encryption_algorithms of this AllowedPhaseTwoParameters. Return type: list[str]
-
pfs_dh_groups
¶ Gets the pfs_dh_groups of this AllowedPhaseTwoParameters. Allowed perfect forward secrecy Diffie-Hellman groups.
Returns: The pfs_dh_groups of this AllowedPhaseTwoParameters. Return type: list[str]
-