def get_org_role()

in lib/custom_resources/create_and_attach_scp.py [0:0]


def get_org_role():
    """
    :return: The ORG role to be assumed in the master org for SCP create/ update
    """
    org_role = os.getenv('ORG_ROLE')
    LOGGER.info("SCP Org role : {}".format(org_role))
    return org_role