def is_external_id_required()

in Onboarding/AWS/Utils.py [0:0]


def is_external_id_required(conditions: Dict[str, Dict[str, str]]) -> bool:
    condition_type, value = 'StringEquals', 'sts:ExternalId'
    return conditions.get(condition_type, {}).get(value, "")