pub fn compatible_policy_securities(
    detailed_security: &SecurityTypeDetailed
) -> Vec<SecurityType>
Expand description

Gets compatible SecurityTypes for network candidates.

This function returns a sequence of SecurityTypes that may be used to connect to a network configured as described by the given SecurityTypeDetailed. If there is no compatible SecurityType, then the sequence will be empty.